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

LRM-00100: internal error [number]

1 Answers  


LPX-00219: invalid digit '~c' in character reference

1 Answers  


IMG-00705: unsupported or corrupted input format

1 Answers  


NNL-00297: Cache will be dumped to trace file in string

1 Answers  


DRG-11607: URL store: access to string was denied due to garbled response

1 Answers  






ORA-01672: controlfile may be missing files or have extra ones

1 Answers  


TNS-00264: Navigator: Failed to reload configuration data

1 Answers  


ORA-00216: controlfile could not be resized for migration from 8.0.2

1 Answers  


RMAN-08030: allocated channel: string

1 Answers  


TNS-02508: Encryption: server negotiation response in error

1 Answers  


NNL-01001: NAME EXISTS responses received: number

1 Answers  


ORA-08322: scnmin: open/convert of bias lock failed

1 Answers  


Categories