Hi,
My requirement is to view the certain file from unix shell(korn).
What i did is
After executing the procedure,the procedure is updating certain things in to a file.I want to see this updation with out quiting the program.Then finally the control will come to our program.
My requirement is to view the certain file from unix shell(korn).
What i did is
Code:
$SQLPLUS -S $sql_user_name/$sql_user_pwd@$sql_service exec emp_history(); commit; . . . vi /suresh/emp_his.txt
Comment