2.1 RC1 - PL/SQL Package Compilation Reports An Error Due SQLPlus Commands
360554Dec 4 2009 — edited Feb 10 2011If 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.