PCC-01017: The SQLCA and a SQLCODE variable cannot both be used



PCC-01017: 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

KUP-04005: file operation successful

1 Answers  


ORA-06124: NETTCP: timeout waiting for ORASRV

1 Answers  


ORA-16543: invalid request made to broker

1 Answers  


ORA-01913: EXCLUSIVE keyword expected

1 Answers  


RMAN-03040: Spooling for trace turned off

1 Answers  






PCC-02335: body of cursor must name statement identifier

1 Answers  


ORA-01858: a non-numeric character was found where a numeric was expected

1 Answers  


DRG-12401: invalid template: query within a loop

1 Answers  


TNS-01015: set|show parm_name [<value>]: sets|shows current listener parm values

1 Answers  


PLS-00456: item 'string' is not a cursor

1 Answers  


ORA-38709: Recovery Area is not enabled.

3 Answers  


TNS-00558: Entrust login failed

1 Answers  


Categories