Search Results

Search: Posts Made By: apple2685
2,764
Posted By panyam
'sqlplus -s "pmutv/pmutv1" << EOFSQL set head...
'sqlplus -s "pmutv/pmutv1" << EOFSQL
set head off
insert into sess_log values('$SESSION_NAME','$WORKFLOW_NAME','$New_date','$SESSION_STATUS','$OUTPUT','$REJECTED');
exit;
EOFSQL'



Remove...
8,109
Posted By itkamaraj
just for your information code tag should...
just for your information

code tag should end with [/CODE]

---------- Post updated at 02:06 PM ---------- Previous update was at 02:02 PM ----------

your script shows as 221 lines, but you...
1,033
Posted By Scott
Everyone at the UNIX and Linux Forums gives their...
Everyone at the UNIX and Linux Forums gives their best effort to reply to all questions in a timely manner. For this reason, posting questions with subjects like "Urgent!" or "Emergency" and...
1,033
Posted By kumaran_5555
exit $? will always return zero because the...
exit $? will always return zero because the previous command executed is echo.

for x in $temp
can be changed to for efficiency

cat /tmp/testfile.txt|while read x


Rest looks ok. I hope...
Showing results 1 to 4 of 4

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