RedHat version Difference (Problem with sqldr) [message #329632] |
Thu, 26 June 2008 02:06 |
GaneshRamadoss
Messages: 5 Registered: February 2008
|
Junior Member |
|
|
Hi we have problem when using sqlldr in redhat version.
In red hat version 3 the below command works fine
$ sqlldr control=./filookup.ctl userid=perf73b4prv6_user/outback@qarac log=./abalog.txt bad=./ababad.txt silent=(HEADER,FEEDBACK)
But the same command in Redhat version 5 is giving some problem
Error Message :
-bash: syntax error near unexpected token `('
We tried using escape character as below in redhat 5
$ sqlldr control=./filookup.ctl userid=perf73b4prv6_user/outback@qarac log=./abalog.txt bad=./ababad.txt silent=\(HEADER,FEEDBACK\)
it went thro successfully.
The same works well in redhat 3 without escape character, but not in redhat 5 , why is that
Thanks
Ganesh R
|
|
|
|