Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Sqlplus Sql Loader and Unix - No sql control file?
In another post I found this snippet:
#!/bin/ksh
. switch ut1
sqlplus id/password <<EOF
whenever sqlerror exit FAILURE
set serveroutput on
rem execute marktest_bad_rc
execute marktest_good_rc
exit
EOF
print $?
Is this same syntax possible using Sql Loader??? Not needing to create a separate sql/control file with sql in it ????
TIA Simon Received on Mon Aug 20 2001 - 21:11:25 CDT
![]() |
![]() |