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

NNL-01073: Administrative region description: string

1 Answers  


TNS-01186: Client connection was dropped based on a filtering rule

1 Answers  


ORA-39040: Schema expression "string" must identify exactly one schema.

1 Answers  


ORA-10571: Test recovery canceled

1 Answers  


RMAN-01006: error signalled during parse

1 Answers  






LSX-00258: invalid escape character

1 Answers  


ORA-27103: internal error

1 Answers  


RMAN-06062: can not backup SPFILE because the instance was not started with SPFILE

1 Answers  


ORA-12424: length exceeds binary label size

1 Answers  


ORA-32322: PCT refresh of "string"."string" not allowed the sequence of DMLs/PMOPs

1 Answers  


ORA-15002: parameter LOCK_NAME_SPACE exceeds limit of string characters

1 Answers  


ORA-16176: background dictionary build cannot be running

1 Answers  


Categories