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-16225: Missing LogMiner session name for Streams

1 Answers  


ORA-25146: EXTENT MANAGEMENT option already specified

1 Answers  


ORA-00282: UPI string call not supported, use ALTER DATABASE RECOVER

1 Answers  


ORA-00061: another instance has a different DML_LOCKS setting

1 Answers  


ORA-19595: archivelog string already included in backup conversation

1 Answers  






PLS-00119: Duplicate having-clause in table expression

1 Answers  


PLS-01705: table specified by a cursor not updatable if cursor specification has a UNION or ORDER_BY

1 Answers  


NZE-29135: Seed generation for Random Number Generator failed.

1 Answers  


ORA-16630: That database property was deprecated.

1 Answers  


PLS-00208: identifier 'string' is not a legal cursor attribute

1 Answers  


NZE-29038: There are no matching certificates.

1 Answers  


ORA-27050: function called with invalid FIB/IOV structure

1 Answers  


Categories