![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Need help with shellscript | jigarlakhani | Shell Programming and Scripting | 2 | 11-22-2007 04:28 AM |
| Shellscript for MQSeries | ram2s2001 | High Level Programming | 0 | 12-11-2005 08:48 PM |
| Another shellscript question | jigarlakhani | Shell Programming and Scripting | 18 | 11-30-2005 06:50 AM |
| ftp in Shellscript | ggowrish | UNIX for Advanced & Expert Users | 3 | 06-11-2004 05:09 AM |
| Shellscript Interpreting | Ann | UNIX for Dummies Questions & Answers | 3 | 01-19-2002 08:31 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
shellscript problem
hI,
Pls consider the following shell script #!/bin/csh -f sqlplus tkyte/tkyte <<"EOF" > tmp.csh set serveroutput on declare a number:=5; begin dbms_output.put_line( 'a:='||a ); end; / spool off "EOF" The above script does the followin 1)it connects to oracle. 2)It reads the simple pl/sql programming till "EOF" and puts that code in a file called tmp.csh But when i execute the above script ,The pl/sql code is not getting transfered into the specified file. If any thing is wrong in the above script pls correct me. cheers RRK |
| Forum Sponsor | ||
|
|