Re: Passing return codes from PL/SQL to SQLPlus script to OS

From: Bob Hunchberger <hunch_at_iquest.net>
Date: Tue, 4 Jan 2000 15:29:45 -0500
Message-ID: <gLsc4.151$83.472_at_news1.iquest.net>


this is what happens when I did as you suggested. this is on HP-UX v 10. I get the same message if I make it a function as well???

bob H.

variable id number
begin
testa ('h',:id);
end;
/
exit id

Oracle7 Server Release 7.3.4.2.0 - Production With the distributed, replication, parallel query and Spatial Data options PL/SQL Release 2.3.4.2.0 - Production

PL/SQL procedure successfully completed.

Usage: { EXIT | QUIT }

    [ SUCCESS | FAILURE | WARNING | n | Variable ] [ COMMIT | ROLLBACK ] Disconnected from Oracle7 Server Release 7.3.4.2.0 - Production Received on Tue Jan 04 2000 - 21:29:45 CET

Original text of this message