PCB-00552: The SQLCA and a SQLCODE variable cannot both be used



PCB-00552: The SQLCA and a SQLCODE variable cannot both be used..

Answer / guest

Cause: The SQLCA has been included and a SQLCODE variable
has been declared. This is not allowed as references to the
SQLCODE variable are ambiguous and will result in COBOL
compiler errors.

Action: Use either the SQLCA or the SQLCODE variable. Remove
either the include of the SQLCA or the SQLCODE variable
declaration.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

ORA-32005: error while parsing size specification [string]

1 Answers  


ORA-24397: error occured while trying to free connections

1 Answers  


RMAN-06742: platform name 'string' longer than number

1 Answers  


ORA-16603: Data Guard broker detected a mismatch in configuration ID.

1 Answers  


RMAN-08031: released channel: string

1 Answers  






ORA-02801: Operations timed out

1 Answers  


ORA-02786: Size needed for shared region is greater than segment size

1 Answers  


ORA-12843: pdml lock not held properly on the table

1 Answers  


ORA-27065: cannot perform async vector I/O to file

1 Answers  


ORA-30476: PLAN_TABLE does not exist in the user's schema

2 Answers  


PLS-00111: end-of-file in comment

1 Answers  


ORA-01878: specified field not found in datetime or interval

1 Answers  


Categories