PLS-00318: type "string" is malformed because it is a non-REF mutually recursive type
Cause: A type-declaration such as: -- a non-REF recursive type, for example: type t is record (a t); or -- non-REF mutually dependent types, for example: type t1; type t2 is record (a t1); type t1 is record (a t2); was performed. In these examples, the type is malformed because it participates in a mutually recursive non-REF relationship with itself and possibly other types.
Action: Use another type to remove the recursion.
PLS-00319
Custom Search


More Oracle errors
RMAN-06520archived logs will not be kept or backed up
ORA-26811Client has already attached to apply "string".
ORA-13519Database id (string) exists in the workload repository
ORA-19761block size string is not valid for change tracking file
ORA-15216missing or invalid user group name
DRG-10866The right hand operand of MINUS cannot use IGNORE score
ORA-24788cannot switch to specified transaction (server type)
DRG-11133failed to convert a datatime value [ora-number]
ORA-01152file string was not restored from a sufficiently old backup
PGU-39405IO string %4li bytes string
ORA-06905CMX: connect error
ORA-16078media recovery disabled
NNO-00113line string: alias data already exists, all other data ignored
ORA-15103conflicting or duplicate REPAIR options
ORA-01521error in adding data files
ORA-39906Constraint string between table string.string in tablespace string and table string.strin
RMAN-08137WARNING: archived log not deleted as it is still needed
DIA-51191Too many files opened
KUP-04108unable to reread file string
SQL*Loader-00429insufficient number of elements found for varray




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-00318type "string" is malformed because it is a non-REF mutually recursive type