Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Sqlplus Sql Loader and Unix - No sql control file?

Sqlplus Sql Loader and Unix - No sql control file?

From: Simon <stemp1ar_at_yahoo.com>
Date: 20 Aug 2001 19:11:25 -0700
Message-ID: <8fe904ce.0108201811.aa5c811@posting.google.com>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US