PLS-00960: RPCs cannot use variables with schema level
user-defined types in this release



PLS-00960: RPCs cannot use variables with schema level user-defined types in this release..

Answer / guest

Cause: Schema level user-defined types, or types which
recursively use such types, cannot be used in RPCs. For
example: create type foo as object (...) create package
my_pack is type my_tab is table of foo; -- on a remote
server: x my_pack.my_tab@rpc; -- illegal attempt to use type
my_tab

Action: Use only PLSQL defined types for RPC calls. It may
be necessary to add extra code to element-wise copy
top-level types into local types in order to move such data
through an RPC.

Please add more information about this Error

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

ORA-19707: invalid record block number - string

1 Answers  


ORA-26027: unique index string.string partition string initially in unusable state

0 Answers   MeritTrack,


ORA-02295: found more than one enable/disable clause for constraint

1 Answers  


ORA-24358: OCIBindObject not invoked for a Object type or Reference

1 Answers  


ORA-39104: cannot call this function from a SQL parallel query slave process

1 Answers  


TNS-01041: %s parameter "string" set to string

1 Answers  


ORA-12483: label not in OS system accreditation range

1 Answers  


NID-00403: DBNEWID - Completed with validation errors.

1 Answers  


ORA-38488: attribute set already assigned to the column storing expressions

1 Answers  


IMG-00516: default channel out of range

1 Answers  


ORA-33022: (XSAGDNGL10) The measure dimension workspace object must be a TEXT or ID base dimension that does not dimension AGGMAP workspace object, but is in the same analytic workspace.

1 Answers  


PLS-00247: LIBRARY name must be specified

1 Answers  


Categories