ORA-06553: PLS-103: when creating a package body even though string is not called in it
Hi all,
I am creating a package body ( which is of 1000s of lines) and it fails with this error.
LINE/COL ERROR
-------- -----------------------------------------------------------------
0/0 ORA-06553: PLS-103: Encountered the symbol "OTM" when expecting
one of the following:
<an identifier> <a double-quoted delimited-identifier>
ORA-06553: PLS-112: end-of-line in quoted identifier
I searched completely through the package and package body and cannot find the string "OTM" . how should i investigate further.
I tried:
1. running a 10046 trace file and it didnt help.
2. running on a different test database and it succeeds there.
It happens only in this DB indicates that it is either a bug (which doesn't get it hit all the time) or some environment related issue.