PLS-00204: function or pseudo-column 'string' may be used
inside a SQL statement only
Answer / guest
Cause: A pseudocolumn or proscribed function was used in a
procedural statement. The SQL pseudocolumns (CURRVAL, LEVEL,
NEXTVAL, ROWID, ROWNUM) can be used only in SQL statements.
Likewise, certain functions such as DECODE, DUMP, and VSIZE
and the SQL group functions (AVG, MIN, MAX, COUNT, SUM,
STDDEV, VARIANCE) can be used only in SQL statements.
Action: Remove the pseudocolumn reference or function call
from the procedural statement. Or, replace the procedural
statement with a SELECT INTO statement; for example, replace
bonus := DECODE(rating, 1, 5000, 2, 2500, ...); with the
following statement: SELECT DECODE(rating, 1, 5000, 2, 2500,
...) INTO bonus FROM dual;
Please add more information about this Error
| Is This Answer Correct ? | 3 Yes | 0 No |
ORA-00075: process "string" not found in this instance
QSM-00791: the specified SQL statement cannot be stored in the workload because is contains unsupported statement type
PCC-02383: Expecting an expression of type OCIExtProcContext
QSM-02009: non-inner join
SQL*Loader-00507: unexpected EOF reading SDF or LOBFILE string for column string in table string
SQL*Loader-00950: Error shipping data structures across 2-task
ORA-16129: unsupported dml encountered
QSM-02003: aggregate function nested within an expression
PLS-00322: declaration of a constant 'string' must contain an initialization assignment
ORA-12441: policy string already exists
ORA-30155: An I/O Error occured during an OCIFile function call
ORA-00269: specified log file is part of thread string not string