PLS-00994: Cursor Variables cannot be declared as part of a package
Cause: An attempt was made to declare a cursor variable in a package specification, which is not allowed. Although REF CURSOR types can be defined in a PL/SQL block, subprogram, or package, cursor variables can be declared only in a block or subprogram.
Action: Move the cursor variable declaration into a PL/SQL block or subprogram.
PLS-00995
Custom Search


More Oracle errors
ORA-04085cannot change the value of an OLD reference variable
LSX-00159list content of multiple simple types is not allowed
ORA-24383Overflow segment of an IOT cannot be described
ORA-14203subpartition bound of subpartition "string" is too long
ORA-02879sou2o: Could not gain access to protected memory
EVM-00007Failed to write to temporary file
ORA-30200Wrong NLS item was passed into OCINlsGetInfo()
ORA-28293No matched Kerberos Principal found in any user entry
ORA-15166cluster in rolling downgrade from version [string] to [string]
ORA-19272XQDY0052 - invalid atomic value in attribute or element constructor
ORA-08205ora_addr: $ORACLE_SID not set in environment
ORA-00287specified change number string not found in thread string
ORA-33145(XSAWFREEZE3) Cannot rollback analytic workspace string; generations are in use.
ORA-28045SSL authentication between database and OID failed
ORA-09826SCLIN: cannot initialize atomic latch.
ORA-14255table is not partitioned by Range, List, Composite Range or Composite List method
RMAN-04001heap initialization failure
ORA-13544error encountered while automatically generating a baseline
ORA-25334Buffered propagation must restart as the destination queue was recreated/moved
ORA-38951Target platform string not cross platform compliant




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-00994Cursor Variables cannot be declared as part of a package