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

ORA-00212: block size string below minimum required size of string bytes

1 Answers  


TNS-02403: Bad alias string or alias not present in tnsnames.ora

1 Answers  


DRG-12300: an index with this column list already exists in the index set

1 Answers  


RMAN-06129: invalid reserved channel ID: string

1 Answers  


PLS-01912: : instance must of be of type 'string'

1 Answers  






ORA-02425: create table failed

1 Answers  


ORA-16026: parameter string contains an invalid attribute value

1 Answers  


TNS-02524: Authentication: privilege check failed

1 Answers  


NZE-29101: Cannot add private key bag.

1 Answers  


ORA-21609: memory being resized without being allocated first

1 Answers  


ORA-27205: skgfpcn: sbtpccancel returned error

1 Answers  


ORA-30024: Invalid specification for CREATE UNDO TABLESPACE

1 Answers  


Categories