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-09982: skxfqddrg: Error Removing a page from the SDI buffer pool

1 Answers  


ORA-12022: materialized view log on "string"."string" already has rowid

1 Answers  


DRG-11210: format column must be a char, varchar, or varchar2 type

1 Answers  


ORA-13347: the coordinates defining an arc are not distinct

1 Answers  


ORA-01929: no privileges to GRANT

1 Answers  






ORA-06930: CMX: error when checking ORACLE_SID

1 Answers  


ORA-12685: Native service required remotely but disabled locally

1 Answers  


EXP-00013: respond with either 'Y', 'N', RETURN or '.' to quit

1 Answers  


ORA-01721: USERENV(COMMITSCN) invoked more than once in a transaction

1 Answers   ABC,


ORA-04089: cannot create triggers on objects owned by SYS

2 Answers  


ORA-16175: cannot shut down database when media recovery is active

1 Answers  


ORA-00031: session marked for kill

1 Answers  


Categories