|
| Total Answers and Comments: 4 |
Last Update: April 03, 2007 |
|
| | |
|
Submitted by: Vaibhav This should be as below:
sqlplus -s userid/password@database
In case you want to connect to SQL database
sqsh -S Servername -U username -P password
In case od SYBASE
isql -S Servername -U username -P password
Regards, Vaibhav
Above answer was rated as good by the following members: lidaperso | |
November 22, 2006 23:39:59 | #3 |
| Ramakrishna |
|
|
RE: How do you connect to or query Oracle database fro...
| Hi All By writing the shallscript we can directly connected to oracle #!/user/bin/bash sqlplus /as sysdba connect SELECT distinct contactname address FROM customers;
shutdown immediate |  | | Is this answer useful? Yes | No | | |
|
| |
Go To Top
|