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
ORA-27507IPC error disconnecting from a port
ORA-23347datatype string for column string table string not supported
SQL*Loader-00511Unable to initialize read functions
ORA-31535cannot support change source string in this configuration
PLS-00995unhandled exception # string
CLST-01903configuring node: host name string, private interconnect name string
ORA-39957invalid warning category
ORA-23374object group "string"."string" already exists
ORA-16206database already configured as Logical Standby database
ORA-47203error deleting Integration Policy Factor for factor string and policy string, string
TNS-00084* trace_off - ask process name to turn tracing off
ORA-01250Error string occurred during termination of file header access
ORA-28365wallet is not open
ORA-01934circular role grant detected
NNL-00854Fastest rename processing time: string
ORA-30746error occured while trying to drop column "string" in table "string"
ORA-28359invalid certificate identifier
DIA-48434No DDE commands are input
ORA-35021(QFCHECK08) The EIF file definition of workspace object has some partitions that are not present in the existing Analytic Workspace object.
ORA-12686Invalid command specified for a service




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-00742field string is not yet denotable