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

ORA-00204: error in reading (block string, # blocks string) of controlfile

1 Answers  


NNL-00542: restart [<server_list>] : restart one or more Names servers

1 Answers  


ORA-01505: error in adding log files

1 Answers  


DRG-51203: found doc ids without mappings during get maps

1 Answers  


ORA-12205: TNS:could not get failed addresses

1 Answers  


NNL-00531: flush_name <name> : removes a name from caches along a route to an authoritative server

1 Answers  


ORA-16229: PDML child string string string for parent string string string cannot be skipped.

1 Answers  


ORA-24418: Cannot open further sessions.

1 Answers  


ORA-33217: (CINSERT20) Custom member values cannot be added to concat dimension workspace object, or to any of its bases, because it is not defined as UNIQUE.

1 Answers  


TNS-00542: SSL Handshake failed

1 Answers  


ORA-25279: dequeue as select not supported before 8.2

1 Answers  


PCC-00072: Input file name length exceeds the maximum length

1 Answers  


Categories