![]() |
|
|
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 |
| Need to call stored procedure from unix script | mac4rfree | Shell Programming and Scripting | 1 | 03-25-2009 02:44 AM |
| How to compile a stored procedure that is there with in a script file(.sql) in unix | krishna_gnv | Shell Programming and Scripting | 0 | 03-11-2008 03:25 AM |
| Calling stored procedure from shell script | dorisw | Shell Programming and Scripting | 3 | 06-12-2007 06:03 PM |
| DB2 stored procedure (with input parameters) from script | mpang_ | Shell Programming and Scripting | 1 | 12-13-2006 08:12 AM |
| calling stored procedure from shell script. | priyamurthy2005 | Shell Programming and Scripting | 2 | 04-21-2005 08:10 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Checking for existence of stored procedure through script
Hi,
I have a stored procedure which takes in arguments from my script and deletes rows from a table. Before calling the procedure from the script i want to make sure if the procedure actually exists.If it exists, i want to pass values to the procedure and execute it.if the stored procedure does not exists, i want to exit with a non-zero return code. Can anyone let me know how this can be done. |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|