![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Weird Awk issue | Khoomfire | UNIX for Advanced & Expert Users | 17 | 04-14-2008 08:13 AM |
| HP-UX weird FTP ? | IngmarMeins | HP-UX | 10 | 11-29-2005 08:22 PM |
| Weird SSH issue | AKM | UNIX for Advanced & Expert Users | 6 | 11-08-2004 02:13 PM |
| Weird Question | rahulrathod | UNIX for Advanced & Expert Users | 4 | 10-21-2004 05:48 AM |
| Weird Problem??? | danhodges99 | UNIX for Dummies Questions & Answers | 2 | 04-11-2003 12:05 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
I need a script to do the following and have no idea how to do it...can someone help?
I need to start Sql*Plus, load a query, say "unmatched.sql", run the query, then load unmatched.sc and run it, then print the output file that unmatched.sc created... any help greatly appreciated. Duckman |
|
||||
|
From UNIX shell, if you would like to connect to sqlplus
and do some processing, you can go about this way by enclosing the following in a shell script sqlplus -s user_id/passwd << end-it set pages 0 feedback off echo off --run the procedure you want to @proc_name; exit; end-it Run the above script at the shell command prompt [Edited by seshagiri on 03-14-2001 at 11:21 AM] |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|