Skip to Main Content

SQL & PL/SQL

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!

Syntax error at 'Identifier' with 'CHAR', was expecting ')' while generating ildt

2889931Apr 7 2016 — edited Apr 11 2016

Hi,

I have an identifier as VARCHAR2(240) in package spec,  now i am changing it to VARCHAR2(240 CHAR), and it compiled successfully. But while generating ildt file i am getting below error.

#

# Generating annotation output.

# Processing file '/drxe8i/applmgr/1200/xxrx/12.0.0/sql/XXRX_PARTY_SEARCH_PUB.pls'.

# Using YAPP-based parser.

#  Found a package-level annotation for 'XXRX_PARTY_SEARCH_PUB'.

#  Found a detail-level annotation...

/drxe8i/applmgr/1200/xxrx/12.0.0/sql/XXRX_PARTY_SEARCH_PUB.pls:94:Syntax error at 'Identifier' with 'CHAR', was expecting ')'.

# Warning: Not generating iLDT for '/drxe8i/applmgr/1200/xxrx/12.0.0/sql/XXRX_PARTY_SEARCH_PUB.pls', fatal error during parse.

# Done all files.

-bash-3.2$

Any idea why it is giving this error while generating ildt when it was successfully compiled earlier.?

Thanks in advance.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 6 2016
Added on Apr 7 2016
1 comment
233 views