PLS-00229: Attribute expression within SQL expression
Answer / guest
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, ...);
Please add more information about this Error
Is This Answer Correct ? | 1 Yes | 0 No |
O2F-00326: Some characters in this name were not legal identifier characters
ORA-12922: concurrent ALTER DATABASE [NO] FORCE LOGGING command is running
NNC-00420: operation not allowed
TNS-12600: TNS: string open failed
ORA-13151: failed to remove exception record
ORA-07561: szprv: $IDTOASC failure
ORA-23467: flavor lacks object "string"."string"
QSM-02024: no GROUP BY clause
ORA-00712: cannot rename system tablespace
ORA-02356: The database is out of space. The load cannot continue
ORA-07244: ssfccf: create file failed, file size limit reached.
CLSR-00002: Oracle error encountered while executing string