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.