No comment(s)
Compilation of PL/SQL procedures/blocks can fail when they contain static sql which includes extra white space and/or comments. (Oracle bug)
A PLS-00801 from compiling a Stored Procedure is due to an ERROR in the canonical parsing Oracle is doing. Set the following event which is a "workaround" to the problem:
Add event="10946 trace name context forever, level 64" into the init.ora file used to start the instance.
"The person who says it cannot be done should not interrupt the person doing it." --Chinese Proverb
Bookmarks