过程描述:
SQL> set define off
SQL> set echo off
SQL> @PKG_UTILITY.pck
Package created.
Warning: Package Body created with compilation errors.
SQL> alter package pkg_utility compile;
Warning: Package altered with compilation errors.
SQL> alter package pkg_utility compile body;
Warning: Package Body altered with compilation errors.
SQL> show error
Errors for PACKAGE BODY PKG_UTILITY:
LINE/COL ERROR
-------- -----------------------------------------------------------------
159/24 PLS-00103: Encountered the symbol "OPENED" when expecting one of
the following:
) , * & | = - + < / > at in is mod remainder not rem => ..
<an exponent (**)> <> or != or ~= >= <= <> and or like LIKE2_
LIKE4_ LIKEC_ between || member SUBMULTISET_