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

EXP-00083: The previous problem occurred when calling string.string.string

1 Answers  


PLS-00738: REF target string changed during compilation

1 Answers  


DRG-10820: invalid contains cursor id

1 Answers  


ORA-07568: slspool: $OPEN failure

1 Answers  


LPX-00317: undefined decimal-format "~S"

1 Answers  


ORA-25155: column used in NATURAL join cannot have qualifier

2 Answers  


ORA-07236: slemop: open error.

1 Answers  


ORA-24004: invalid column name string in SORT_LIST, should be ENQ_TIME or PRIORITY

1 Answers  


ORA-02301: maximum number of OIDGENERATORS is 255

1 Answers  


ORA-30447: internal data for run number string is inconsistent

1 Answers  


NID-00335: The following datafiles are not consistent:

1 Answers  


RMAN-07500: searching for all files that match the pattern string

1 Answers  


Categories