![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
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 |
| K shell with Oracle | vijaykrc | Shell Programming and Scripting | 0 | 01-14-2008 03:04 PM |
| using Oracle with Cron | alikun | Shell Programming and Scripting | 4 | 04-24-2007 03:37 PM |
| Having A Problem Connecting to Oracle Using Cron | goodmis | UNIX for Dummies Questions & Answers | 1 | 03-20-2007 04:12 PM |
| Shell Scripting with Oracle... | B14speedfreak | Shell Programming and Scripting | 2 | 03-22-2006 12:04 PM |
| ORACLE from Shell scripts | mohanprabu | Shell Programming and Scripting | 2 | 11-24-2004 12:11 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
#!/bin/sh
sqlplus -s scott/tiger <<! update Parking set wheels = 4 where vehicle = 'car' ; select * from Parking; ! This is the script I had written for updating a table called "Parking". It executes properly when I run it from the command line. But , when I try to do the same thing as a cronjob it just tells me that "sqlplus not found" syntax that I gave in the cron file: 50 01 07 04 04 /personal/users/sa/Mani44.sh > /personal/users/sa/tot.txt 2>&1 I saved the script in the file Mani44.sh Please help me out |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|