Search Results

Search: Posts Made By: emailsafath2011
14,590
Posted By emailsafath2011
I'm sorry, How to calculate the lowest 8 bits of...
I'm sorry, How to calculate the lowest 8 bits of any given number? Any pointers on this? Thanks in advance....
14,590
Posted By emailsafath2011
SQLPLUS Error Capturing
Ok, I hope the last executed, before I echo the return code,unix command is sqlplus.

What does it imply if the return code of sqlplus command is 196? ..
is there a way I can print -1476 to print...
14,590
Posted By emailsafath2011
SQLPLUS Error Capturing
This is my .sh file
sqlplus -s my_user/my_pswd@mydb @my_sql.sql

ret_code=$?

if [ $ret_code -ne 0 ]
then

echo "return code is $ret_code "
echo "Failed"
else
echo "return code is...
Showing results 1 to 3 of 3

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