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
ORA-29260network error: string
ORA-02710osnpop: fork failed
RMAN-07501searching for all files in the recovery area
IMP-00066Missing NLS_CHARACTERSET in props$
ORA-12430invalid privilege number
ORA-31428no publication contains all the specified columns
ORA-22620buffer size too small to hold the value
ORA-24274no row exists in the string table for these parameters
SQL-02152Invalid numeric variable for use in an array GET/SET statement
DRG-11624invalid attribute string for string: proper range string to string
ORA-09937Chmod of ORACLE password file failed.
ORA-23413table "string"."string" does not have a materialized view log
ORA-26097unsupported conversion for column string (from type number to type number)
ORA-19278Invalid value: (string) for type: (string)
LFI-00145User buffer too short.
PLS-00102parser stack overflow because nesting is too deep
LSX-00294field "~S" produced multiple hits
NNO-00806Error: OCI_ERROR: string
ORA-30384specified column name does not exist in the attribute
RMAN-08038channel string: starting piece string at string




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