![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| SQLPLUS error | ssmith001 | Shell Programming and Scripting | 3 | 07-22-2008 01:00 PM |
| Sqlplus | LiquidChild | Shell Programming and Scripting | 9 | 06-01-2007 12:22 PM |
| Sqlplus | antkiu | Shell Programming and Scripting | 4 | 09-14-2006 01:36 AM |
| Need to capture ERROR msg and stack trace | gswhoops | Shell Programming and Scripting | 2 | 01-11-2006 07:51 PM |
| error connecting to sqlplus | papachi | UNIX for Dummies Questions & Answers | 2 | 05-23-2005 12:05 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
sqlplus -s error capture
Hi folks a wee problem that requires some help.
I am writing a script that allows me to automate the changing of a password in sqlplus the problem i encounter is that the code contains a case statement that allows the helpdesk to select whether to allow or deny access by switching the password, this works fine unless you select the password already held in the sql password field the environment is such that I have to press the enter key three times (because of error messages) this then throws me out of oracle db and back to my menu is there anyway I can overcome this so that if there is an error I can return straight to the menu this is my code sqlplus -s the_username/${the current password} @set_password ${the new password} |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|