Verifying oracle connection from shell script
Hi,
Oracle 9.2
Solaris 10
From the shell script ........How can we verify whether oracle connection is successful or not ?
Shell script will prompt the user to enter the oracle schema username, password and tns name.
So, how to verify whether oracle connection has been established or not ??
If user entered schema name & password is correct then proceed further else script will again prompt for schema user name & password.
With Regards