PLS-00320: the declaration of the type of this expression is incomplete or malformed
Cause: In a declaration, the name of a variable or cursor is misspelled or the declaration makes a forward reference. Forward references are not allowed in PL/SQL. A variable or cursor must be declared before it is referenced it in other statements, including other declarative statements. For example, the following declaration of dept_rec raises this exception because it refers to a cursor not yet declared: DECLARE dept_rec dept_cur%ROWTYPE; CURSOR dept_cur IS SELECT ... ...
Action: Check the spelling of all identifiers in the declaration. If necessary, move the declaration so that it makes no forward references.
PLS-00325
Custom Search


More Oracle errors
ORA-25026FOR EACH ROW was specified with compound triggers
PLW-06015parameter PLSQL_DEBUG is deprecated; use PLSQL_OPTIMIZE_LEVEL = 1
IMG-00713unsupported destination image format
SQL*Loader-00292ROWS parameter ignored when an XML, LOB or VARRAY column is loaded
ORA-31160max substitution group size string exceeded by "string" (string) for head element "string" (string)
ORA-07478scgcmn: cannot get lock status.
PCC-00122Input file name and output file name are identical
SQL*Loader-00121Invalid skip_unusable_indexes option
ORA-01611thread number string is invalid - must be between 1 and string
ORA-39047Jobs of type string cannot use multiple execution streams.
LPX-01020[XPTY0020] The path step context item is not a node
RMAN-05006cannot recover clone standby single tablespaces
ORA-36401(XSSPROPOTYPE) Property string may only be applied to objects of type string.
ORA-30038Cannot perform parallel insert on non-partitioned object
ORA-07848sllfrb: $GET failure
ORA-17621failed to register the memory with Oracle Disk Manager library
PLS-00670sort columns must be simple column names
ORA-53232unable to write to an invalid destination ORDImage object
ORA-02081database link is not open
ORA-22982cannot create sub-view under this view




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-00320the declaration of the type of this expression is incomplete or malformed