Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Help create package -Reply

Help create package -Reply

From: MARK MASON <MASONMAR_at_VERSAR.COM>
Date: Tue, 14 Mar 1995 08:48:07 -0500
Message-Id: <9503141402.AA11817@alice.jcc.com>


Use SHOW ERR to see a listing of errors in your package spec and body. Be careful though, the line numbers Oracle reports do not take blank lines into account (i.e. error at line 132). If you have any blank lines in your SQL, I suggest putting the -- comment on them. This way, oracle counts the lines correctly and you have a chance to find the error.

Mark Mason
CSP Received on Tue Mar 14 1995 - 09:02:21 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US