Easy option : call sqlplus with NOLOG , this way :
C:\>sqlplus /NOLOG @test_connection.sql
and in your test_connection.sql script, you use something like :
whenever sqlerror exit
connect user/pass@alias
exit
Regards,
Chiappa
|
Results 1 to 6 of 6
Threaded View
|
Click Here to Expand Forum to Full Width |