Skip to Main Content

Programming Languages & Frameworks

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Pro*C Compilation

1024736Feb 21 2024

I am facing issue while compiling Pro*c application on RHEL in AWS platform,

below is the error,

PCC-S-02201, Encountered the symbol "LONG" when expecting one of the following:

auto, char, const, double, enum, extern, float, int, long,
ulong_varchar, OCIBFileLocator OCIBlobLocator,
OCIClobLocator, OCIDateTime, OCIExtProcContext, OCIInterval,
OCIRowid, OCIDate, OCINumber, OCIRaw, OCIString, register,
short, signed, sql_context, sql_cursor, static, struct,
typedef, union, unsigned, utext, uvarchar, varchar, void,
volatile, a typedef name, a precompiled header, exec oracle,
exec oracle begin, exec, exec sql, exec sql begin,
exec sql end, exec sql type, exec sql var, exec sql include,
The symbol "enum," was substituted for "LONG" to continue.

Can any body from the Oracle Forum help us in resolving this issue,we tried to change the options available in pcscfg.cfg but still error exists and unable to get it resolved

Comments

Post Details

Added on Feb 21 2024
0 comments
243 views