Hi
I have a unix script which produces the following pl/sql file on the fly before running it...
set serveroutput on
DECLARE
errValue NUMBER;
BEGIN
errValue := IPGPPP.insertAuditTrailRecords(1,0,'&&1','&&2','&&3','&&4',6,1639054);
END;
/
exit;
I want to return the errValue to the Unix...