PCC-02362: Host variable not declared within SQL DECLARE section



PCC-02362: Host variable not declared within SQL DECLARE section..

Answer / guest

Cause: When MODE=ANSI is specified at precompile time, all
host variables must be declared inside Declare Sections.
Remember that MODE=ANSI refers to ANSI SQL, not ANSI C.

Action: Add the EXEC SQL BEGIN DECLARE SECTION... EXEC SQL
END DECLARE SECTION statements around all host variable
declarations.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

LPX-00213: comment did not end in "-->"

1 Answers  


NNL-00809: Queries received, multiple types: number

1 Answers  


ORA-22952: Nested Table equality requires a map method on the element ADT

1 Answers  


ORA-30744: "string" is not an object table

1 Answers  


ORA-34359: (MXDSS11) string appears twice in the alias list.

1 Answers  


ORA-28550: pass-through SQL: cursor not found

1 Answers  


TNS-01071: %s is set to string

1 Answers  


TNS-00297: Logging Level : string

1 Answers  


ORA-37127: (XSCCOMP02) The COMPRESSED COMPOSITE workspace object must be last in the dimension list.

1 Answers  


ORA-01880: the fractional seconds must be between 0 and 999999999

1 Answers  


IMG-00552: invalid inputChannels specified

1 Answers  


ORA-31516: CDC change set string already exists

1 Answers  


Categories