![]() |
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 |
| HP-UX HP-UX (Hewlett Packard UniX) is Hewlett-Packard's proprietary implementation of the Unix operating system, based on System V. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| sqlplus: command not found | Tlg13team | HP-UX | 4 | 01-24-2008 08:57 PM |
| Use sqlplus command | Nel | Shell Programming and Scripting | 3 | 09-12-2006 01:22 AM |
| check for successfull telnet session | sumguy | UNIX for Dummies Questions & Answers | 0 | 05-15-2006 01:27 PM |
| Detecting a successfull FTP connection | beilstwh | Shell Programming and Scripting | 2 | 09-30-2005 09:53 AM |
| sqlplus and sh scripts (to_char command)) | josecollantes | UNIX for Advanced & Expert Users | 4 | 09-06-2001 09:59 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread |
Rating:
|
Display Modes |
|
|
|
||||
|
sqlplus -s rcrp/rcrp<<EOF
update PRICE_CLASS_DET set PCD_VALUE=1 where PCD_ID=11313; commit; exit; EOF if [ $? != 0 ] then echo "The Tariff Group Revert Back to Residential Type Customer for Antillia is not completed." | mailx -s "A NTILLIA BOC ERROR $0" $MAILTO exit; fi The above if condition is not able to catch the error from sqlplus command. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|