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-00206: error in writing (block string, # blocks string) of controlfile

1 Answers  


ORA-28584: heterogeneous apply internal error

1 Answers  


NNO-00623: setting auto-refresh retry interval to number seconds

1 Answers  


ORA-28100: policy function schema string is invalid

1 Answers  


TNS-01161: Spawn alias string was not found. Check listener parameter file

1 Answers  


ORA-36652: (XSDUNION11) workspace object is not a string type dimension.

1 Answers  


ORA-12476: least upper bound resulted in an invalid OS label

1 Answers  


QSM-02016: clustered table in FROM list

1 Answers  


ORA-15019: discovered duplicate path 'string' for 'string'

1 Answers  


IMG-00604: unable to access destination image data

1 Answers  


TNS-12677: Authentication service not supported by database link

1 Answers  


ORA-00071: process number must be between 1 and string

1 Answers  


Categories