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

ORA-29821: specified primary operator does not exist

1 Answers  


ORA-14515: only one aubpartition name can be specified

1 Answers  


ORA-37077: (XSMCSESS05) Object workspace object is specified more than once.

1 Answers  


ORA-00258: manual archiving in NOARCHIVELOG mode must identify log

1 Answers  


ORA-13457: GeoRaster cell data error

1 Answers  






NNL-00933: Requests refused, OTHER-DATA violation: number

1 Answers  


PCB-00319: EXEC ORACLE statements are an Oracle extension

1 Answers  


RMAN-06213: --------------- ---------------------------------------------------

1 Answers  


SQL*Loader-00108: Invalid number of logical records to load

1 Answers  


TNS-01180: Missing listener object string in Directory Server

1 Answers  


ORA-09842: soacon: Archmon unable to create named pipe.

1 Answers  


QSM-01013: nested aggregates or CONNECT BY/START WITH clause present

1 Answers  


Categories