Search Results

Search: Posts Made By: Sam123
1,767
Posted By Sam123
yup got that...thnks..
yup got that...thnks..
10,985
Posted By Sam123
Catch a PL/SQL exception in ksh file
Hi all

Im trying to call a PL SQl block from a ksh file like this :

sqlplus -s $DB_USERID/$DB_PASSWD@$DB_NAME<<eof
whenever SQLERROR exit 1
var varError VARCHAR2(200);
exec...
1,767
Posted By Sam123
How to display the out parameter from a DB call in shell
Hi all

Im calling a DB procedure as foll

sqlplus -s $DB_USERID/$DB_PASSWD@$DB_NAME<<eof
var var1 VARCHAR2(200);
exec ODAS_BATCH_JOBS_RETRIEVE.retrieve_user_info(:var1);
eof

echo $var1
...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 12:43 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy