PLS-00588: unqualified instance attribute references allowed only in member methods
Cause: An attempt was made to use the name of an object instance attribute in the body of a static method, or in an initialization default value on another attribute. If the instance attribute is not qualified with a particular object instance that supplies a value, the instance attribute can be named only when it is inside a member method.
Action: Qualify the attribute reference with the name of an object value, or change the containing method to a member method rather than a static method.
PLS-00589
Custom Search


More Oracle errors
DRG-13602Number parsing error in string
SQL*Loader-00931OCI error while binding variable for column string in table string
RMAN-06136ORACLE error from auxiliary database: string
ORA-08205ora_addr: $ORACLE_SID not set in environment
PLS-00622range constraints must be between -2147483647 and 2147483647
ORA-07222slspool: line printer spooler command exited with an error.
ORA-39772column array reset disallowed after OCI_CONTINUE or OCI_NEED_DATA
DRG-12603CTXSYS does not own user datastore procedure: string
RMAN-06777ORACLE error from source recovery catalog database: string
ORA-01595error freeing extent (string) of rollback segment (string))
PCC-00079ANSI requires colon on label in WHENEVER statement
DRG-12504stoplist string does not exist
ORA-25470duplicate attribute value for variable: string
PGU-00300internal error code; arguments: [number], [string]
PGU-41012invalid PLSDNAME parameter
ORA-27154post/wait create failed
ORA-07273sppst: invalid semaphore id.
ORA-02298cannot validate (string.string) - parent keys not found
ORA-31403change table string already contains a column string
ORA-25301Cannot enqueue or dequeue user buffered messages to a database with version lower than 10.2




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-00588unqualified instance attribute references allowed only in member methods