This also works fine for me:
export SQLPLUS=$ORACLE_HOME/bin/sqlplus
$SQLPLUS -s /@dbname << EOF
select count(*) from user_objects;
exit
EOF
|
Results 1 to 10 of 11
Thread: sqlplus -sThreaded View
|
Click Here to Expand Forum to Full Width |