PLS-00229: Attribute expression within SQL expression
Cause: An attribute expression, such as SQL%NOTFOUND, was used in a SQL statement, but attribute expressions are allowed only in procedural statements.
Action: To workaround this limitation, assign the value of the attribute expression to a variable, then use the variable in the SQL statement. For example, replace the statement INSERT INTO audits VALUES (c1%ROWCOUNT, ...); with the following statements: row_count := c1%ROWCOUNT; INSERT INTO audits VALUES (row_count, ...);
PLS-00230
Custom Search


More Oracle errors
PCC-02399Illegal CHAR_MAP option value for DBMS=V6. Option ignored.
RMAN-06027no archived logs found that match specification
OCI-31157Invalid Content-Type charset
CLST-01901configuring TCP ports string, string, string, and string
TNS-12545Connect failed because target host or object does not exist
ORA-47223error deleting Label string for Identity string.string under OLS Policy string, string
ORA-19259XQST0039 - duplicate parameter name string in function declaration
ORA-37078(XSMCSESS06) The dimension being maintained (workspace object) cannot also be used as a step dimension.
ORA-32121Source FILE is null
PLS-00178a static character expression must be used
ORA-22810cannot modify object attributes with REF dereferencing
ORA-39082Object type string created with compilation warnings
ORA-47342error creating Rule Set string, string
ORA-37180expected exactly one column for dimension string, got string
ORA-26011Cannot load type string into column string in table string
ORA-13148failed to generate SQL filter
ORA-21703cannot flush an object that is not modified
TNS-00510Internal limit restriction exceeded
ORA-24041propagation schedule exists for QUEUE string and DESTINATION string
PGU-39114EP stringstring, stringstring, 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-00229Attribute expression within SQL expression