![]() |
|
|
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 |
| syntax error: unexpected end of file | phpfreak | Shell Programming and Scripting | 2 | 12-26-2008 11:59 PM |
| syntax error: unexpected end of file | Alaeddin | Shell Programming and Scripting | 10 | 10-20-2008 08:09 AM |
| syntax error at line 59: `end of file' unexpected | Remi | SUN Solaris | 4 | 01-16-2007 02:48 PM |
| End of file unexpected error | hamsa | Shell Programming and Scripting | 5 | 10-17-2006 11:41 AM |
| tar: write error unexpected end of file | robyn | UNIX for Dummies Questions & Answers | 2 | 12-20-2000 01:15 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
unexpected end of file error
hi,
i am trying to connect to sqlplus in an 'if block' from the script. it is giving unexpected end of file error. and it works fine if it is out of 'if block'. if anybody have idea on this, can you please help me to solve the error ? piece of code is given below. if [ 0 -eq $(ls verify_inbound_failed.txt | wc -l) ] then sqlplus -s /nolog <<EOF connect $db_username/$db_password@$db_sid exec pr_od_lp_override(); exit EOF fi Thanks in advance Vinay |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|