ORA-35578: (SQLOUT11) SQL cursor 'number' cannot be used
with CURRENT OF <cursor name> syntax



ORA-35578: (SQLOUT11) SQL cursor 'number' cannot be used with CURRENT OF <cursor name&..

Answer / guest

Cause: The CURRENT OF <cursor> syntax in the WHERE clause
tried to use a cursor that was not declared with the FOR
UPDATE [ of <column name> ] SQL syntax.

Action: Add the FOR UPDATE [ OF <column name> ] SQL syntax
to the cursor specified.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

PLS-00722: supertypes's AUTHID is different than subtype's AUTHID

1 Answers  


LPX-00240: element-start tag is not well formed

1 Answers  


ORA-16409: Archive log switchover reference number mismatch

1 Answers  


EXP-00057: Failure to initialize parameter manager

1 Answers  


RMAN-06064: creating datafile fno=string name=string

1 Answers  






QSM-01048: join back level(s) not present (string)

1 Answers  


ORA-13220: failed to compare tile with the geometry

1 Answers  


ORA-16755: failed to set initialization parameter

1 Answers  


ORA-31102: Already locked in exclusive mode. Cannot add lock.

1 Answers  


ORA-02449: unique/primary keys in table referenced by foreign keys

1 Answers  


RMAN-20201: datafile not found in the recovery catalog

1 Answers  


IMG-00853: internal image structure free failed

1 Answers  


Categories