PCB-00552: The SQLCA and a SQLCODE variable cannot both be used
Answer Posted / 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 View All Answers
RMAN-05017: no copy of datafile number found to recover
ORA-16516: The current state is invalid for the attempted operation.
NZE-28868: Peer certificate chain check failed.
IMP-00063: Warning: Skipping table "string"."string" because object type "string"."string" cannot be created or has different identifier
ORA-26027: unique index string.string partition string initially in unusable state
ORA-26032: index string.string loading aborted after string keys
ORA-26076: cannot set or reset value after direct path structure is allocated
ORA-26082: load of overlapping segments on table string.string is not allowed
IMP-00064: Definition of LOB was truncated by export
ORA-26030: index string.string had string partitions made unusable due to:
ORA-16626: failed to enable specified object
ORA-26029: index string.string partition string initially in unusable state
ORA-26079: file "string" is not part of table string.string
IMG-02003: 2FF03 - incorrect color histogram feature specification
In my project I am using star schema and only diimension tables are loaded and not fact tables any one can help me why it is happening? Plase guide me.