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

NPL-00411: incoming ASN.1 NULL encoding has nonzero length of string

1 Answers  


ORA-02853: Invalid server list latch time out value

1 Answers  


DRG-50910: max documents requested string outside valid range 1 to 65535

1 Answers  


ORA-10919: Default temporary tablespace group must have at least one tablespace

1 Answers  


ORA-22863: synonym for datatype string.string not allowed

1 Answers  


EXP-00066: Object table string is missing its object identifier index

1 Answers  


ORA-38411: invalid datatype for the column storing expressions

1 Answers  


ORA-04053: error occurred when validating remote object stringstringstringstringstring

1 Answers  


DRG-11442: valid gist numParagraphs values are string

1 Answers  


TNS-00074: * status - get statistics from the process_name

1 Answers  


ORA-31478: could not detach LogMiner session after change set advance

1 Answers  


PLS-00366: subtype of a NOT NULL type must also be NOT NULL

1 Answers  


Categories