Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Bypassing Sql connectivity in Shell
Name: Balaji Date: September 22, 2003 at 06:34:03 Pacific OS: Solaris CPU/Ram: No Idea
Comment:
Hi I really appreciate on the below question. I have shell script which Sql plus to different Oracle db's . In between, if one of the SQLPlus fails due to Connectivity issue. How to BYPASS that step and proceed to next step in the script.
Summary: Hello Can anybody explain how I can ftp the reult of a sql script in a shell script that is executed via a cronjob??I would like the result to be sent to a a folder on a different server or to a per...
Summary: Hi i have written a shell script which runs some sql queries in oracle. the code looks like this sqlplus username@NJCMTOMS/password < $HOME/devel/oms/arg/cleanupsql.sh cleanupsql.sh has the sqls to...
Summary: In shell script I am inserting the record in to the table.After excuation the script output is commit complete which is fine but I need my echo should be display like "Account created" #!/bin/ksh . . ...