How to tell if CREATE PACKAGE succeeds

From: Peter Falson <pfalson_at_mail.com>
Date: Thu, 29 Mar 2001 22:45:14 GMT
Message-ID: <Xns90745903DA59Bpfalsonmailcom_at_203.164.20.181>


I have a script which has
CREATE OR REPLACE PACKAGE
...

show errors
exit

I'm executing this script from a C program and capturing the output of show errors to check if it's compiled. Funnily enough it doesn't work in France!! Is there a non-language specific way of testing if the package compiled successfully? Received on Fri Mar 30 2001 - 00:45:14 CEST

Original text of this message