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

NNL-00515: Deletes a name and its data

1 Answers  


RMAN-06588: number of patterns (number) to DB_FILE_NAME_CONVERT should be even

1 Answers  


ORA-16066: remote archival disabled

1 Answers  


ORA-14505: LOCAL option valid only for partitioned indexes

1 Answers  


ORA-06926: CMX: T_ERROR during read data

1 Answers  


ORA-24024: Internal error in DBMS_AQ_IMP_INTERNAL.string [string] [string]

1 Answers  


IMP-00093: Inconsistency between dumpfile constraint definition for table string with columns (string)

1 Answers  


ORA-08277: Cannot set environment variable

1 Answers  


ORA-19335: Invalid format type object

1 Answers  


PCC-00104: FOR clause is an Oracle extension

1 Answers  


ORA-12690: Server Authentication failed, login cancelled

1 Answers  


ORA-15120: ASM file name 'string' does not begin with the ASM prefix character

1 Answers  


Categories