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 |
IMP-00089: Fine grain policy "string" not recreated on table/view "string"
ORA-01594: attempt to wrap into rollback segment (string) extent (string) which is being freed
ORA-13197: element string.string.string is out of range
ORA-30453: summary contains AVG without corresponding COUNT
PLS-00111: end-of-file in comment
AMD-00108: Dimension "string" is improperly mapped; the dimension has string hierarchies mapped, but hierarchy level "string" has string columns mapped
ORA-06041: NETDNT: disconnect failed
PLS-00212: could not obtain enough memory to compile CASE statement
QSM-02162: the detail table does not have a materialized view log
ORA-25271: queue table not found for the given queue
EXP-00005: all allowable logon attempts failed
ORA-33022: (XSAGDNGL10) The measure dimension workspace object must be a TEXT or ID base dimension that does not dimension AGGMAP workspace object, but is in the same analytic workspace.