PLS-00960: RPCs cannot use parameters with schema-level object types in this release
Cause: Schema-level object types, or types which recursively use such types, were used in an RPC, which is not permitted. For example: create type foo as object (...) create package my_pack is type my_rec is record(v foo); -- on a remote server: x my_pack.my_rec@rpc; -- illegal attempt to use type my_rec
Action: Use only PL/SQL-defined types in RPC calls. It may be necessary to add extra code to element-wise copy schema-level types into local types in order to move such data through an RPC.
PLS-00989
Custom Search


More Oracle errors
NZE-28822Required seed is not specified.
RMAN-08104input backup set count=string STAMP=string creation_time=string
TNS-12623TNS:operation is illegal in this state
ORA-31064Cannot instantiate abstract element or property [string]
ORA-30968invalid XPATH or NAMESPACE option for XML Index
ORA-16768SQL Apply is stopped
ORA-09842soacon: Archmon unable to create named pipe.
ORA-08122Online (re)build of index rolled back due to DML conflict
ORA-41210Failed to resolve session state directory object
PGU-39512OC %7ls %12ls cursor %2li %3ls, rc string
ORA-16043managed recovery session canceled
NZE-43001pkcs11 token not found
PLS-01501Options in CREATE TABLE statement is non-ANSI.
ORA-56601DRCP: Illegal connection class
UDI-00006failed to allocate memory of size number
ORA-24440OCI Easy Install mode cannot be initialized
ORA-23347datatype string for column string table string not supported
LPX-00759failed to initialize TCP/IP
ORA-03214File Size specified is smaller than minimum required
ORA-00826cannot set SGA_TARGET or MEMORY_TARGET for an ASM instance




TOP 20 Oracle errors
ORA-12504TNS:listener was not given the SERVICE_NAME in CONNECT_DATA
RMAN-20079full resync from primary database is not done
ORA-14411The DDL cannot be run concurrently with other DDLs
ORA-14760ADD PARTITION is not permitted on Interval partitioned objects
ORA-10877error signaled in parallel recovery slave string
ORA-32701Hang detected
ORA-00838Specified value of MEMORY_TARGET is too small, needs to be at least stringM
ORA-16665timeout waiting for the result from a database
ORA-16957SQL Analyze time limit interrupt
ORA-16664unable to receive the result from a database
RMAN-08132WARNING: cannot update recovery area reclaimable file list
ORA-00000normal, successful completion
ORA-16766Redo Apply is stopped
ORA-00837Specified value of MEMORY_TARGET greater than MEMORY_MAX_TARGET
RMAN-08137WARNING: archived log not deleted as it is still needed
DIA-48122error with opening the ADR block file [string] [string]
ORA-47988password should contain at least one numeric and one alphabetic character
IMP-00057Warning: Dump file may not contain data of all partitions of this table
ORA-00001unique constraint (string.string) violated
ORA-55508Invalid input to Flashback Transaction Backout




Your own TOP 20 Oracle errors
PLS-00960RPCs cannot use parameters with schema-level object types in this release