![]() |
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 |
| how can i check in csh if command found or not found ? | umen | Shell Programming and Scripting | 2 | 03-03-2007 07:38 PM |
| cc and gcc not found | asif iqbal | UNIX for Dummies Questions & Answers | 3 | 02-26-2005 06:58 AM |
| ksh: cvs: not found ?? | rein | UNIX for Advanced & Expert Users | 2 | 01-05-2005 05:01 AM |
| MAC not found? | merlin | UNIX for Dummies Questions & Answers | 1 | 05-15-2003 09:34 AM |
| HELP ld.so.1 NOT FOUND | SmartJuniorUnix | UNIX for Dummies Questions & Answers | 1 | 10-04-2000 03:18 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
sag.sh[11]: SAG: not found
Hello everyone,
I am a beginner to shell script . I had to modify the following script and i get the following errors : sag.sh[11]: SAG: not found mv: cannot create /sag_0609131449.txt :Permission denied #!/bin/ksh LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/export/home/oracle/app/oracle/product/8.1.7/lib export LD_LIBRARY_PATH export ORACLE_HOME=/export/home/oracle/app/oracle/product/8.1.7 export STOCK=/export/home/oracle/app/oracle/product/8.1.7/bin export ENT=/home/atw11w99/ent/uc5 #SAG =$SAG:/home/atw11w99/ent/uc5/sag SAG =/home/atw11w99/ent/uc5/sag export SAG #export VOKUS=\(DESCRIPTION\=\(ADDRESS\=\(COMMUNITY\=OEN.MCHH\)\(PROTOCOL\=TCP\)\(HOST\=MACH3.MCHH.SIEMENS.D E\)\(PORT\=1565\)\)\(CONNECT_DATA\=\(SID\=OMCP\)\)\) DATUM=`date +%y%m%d%H%M` export VOKUS=\(DESCRIPTION\=\(ADDRESS\=\(PROTOCOL\=TCP\)\(HOST\=139.21.204.196\)\(PORT\=1523\)\)\(CONNECT_D ATA\=\(SID\=OMCP9\)\)\) cd $ENT $STOCK/sqlplus VKS#1/#vokus02@$VOKUS @sag.sql cd $SAG mv $ENT/sag.lst $SAG/sag_${DATUM}.txt thank u for any help in advange |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|