Enterprise Edition Home | Express Edition Home | Previous Page | Next Page   Other Syntax Segments > Arguments >

Arguments to UDRs in Remote Databases

Only non-opaque built-in data types are valid for arguments in calls to UDRs in databases of other database servers.

For calls to UDRs in other databases of the same Dynamic Server instance, the arguments can be built-in data types (including the BLOB, BOOLEAN, CLOB, and LVARCHAR built-in opaque types), or UDTs that you explicitly cast to built-in types. You can also use DISTINCT types whose base types are built-in types, and that you explicitly cast to built-in types. All the UDTs, DISTINCT data types, casts, and cast functions must be registered in all of the participating databases.

Enterprise Edition Home | Express Edition Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]