Skip to Main Content

SQL Developer

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!

2.1 RC1 - PL/SQL Package Compilation Reports An Error Due SQLPlus Commands

360554Dec 4 2009 — edited Feb 10 2011
If I have SQLPlus commands at the end of PL/SQL packages so that they can be executed by SQLPlus scripts i get the following error reported when I try to compile the packages

END PKG_REPORTS;
*/*

SHOW ERR

Error(3692,1): PLS-00103: Encountered the symbol "/"

Is there a way of getting the PL/SQL compiler to ignore the SQLPlus commands?
I'm using SQL Developer 2.1 RC1 on 11g Release 1.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 10 2011
Added on Dec 4 2009
13 comments
3,855 views