PLS-00742: field string is not yet denotable
Cause: When the fields of a record were declared, one field was used to initialize another, as in: TYPE my_rec IS RECORD (f1 varchar2(10), f2 varchar2(10) := f1); The first field has no value until run time, so it cannot be used to initialize another field.
Action: Remove the illegal field reference.
PLS-00751
Custom Search


More Oracle errors
LFI-01007Line is too long; encountered in function string.
RMAN-08528channel string: proxy copy complete, elapsed time: string
ORA-25023Cyclic trigger dependency is not allowed
PCC-00096Array FETCH not allowed for mode=ANSI14
ORA-31094incompatible SQL type "string" for attribute or element "string"
ORA-38792encountered unknown flashback record from release string
ORA-00087command cannot be executed on remote instance
ORA-38764flashback not started; datafile string enabled threads are different
DIA-48153error encountered when getting ADR base directory default
ORA-12855cannot run parallel or insert direct load in a loopback
PLS-00633RETURN statement in a pipelined function cannot contain an expression
DRG-50700unknown command (args=queue, command)
DRG-51312DML lock internal error string
ORA-14760ADD PARTITION is not permitted on Interval partitioned objects
ORA-02365error seeking in file: string
ORA-12448policy string not applied to schema string
RMAN-08543channel string: specifying archived log(s) for proxy backup
ORA-02176invalid option for CREATE ROLLBACK SEGMENT
ORA-30645reject limit out of range
ORA-54001string: invalid identifier specified for virtual column expression




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
ORA-00000normal, successful completion
RMAN-08132WARNING: cannot update recovery area reclaimable file list
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-00742field string is not yet denotable