| Ravindra |
Posted: Jan 05, 2006 12:28:03 PM |
Total Post: 60
Joined: May, 2005
|
HI
suppose you want to connect to a database using sql*plus:-
SQL> CONNECT SYSTEM/MANAGER@SERVICE_NAME
WILL TAKE YOU TO THE TARGET.
My question is whether any way is there to suppress the following error.
In the below statement the password is missing.
SQL> CONNECT SYSTEM/ @SERVICE_NAME
SP2-0306: Invalid option.
Usage: CONN[ECT] [logon] [AS {SYSDBA|SYSOPER}]
where ::= [/][@] | /
Ravindra Nookala
|
|
|
Ravindra |
| Posted: Jan 16, 2006 03:10:38 PM | |
|
Total Post: 60
Joined: May, 2005
|
Hi
I already found the solution.
Ravi Nookala
|
|
|
|
|
chandra |
| Posted: Jan 29, 2006 01:54:33 AM | |
|
Total Post: 2
Joined: Jan, 2006
|
Can you please let us know the solution
Thanks
Shekar.
|
|
|
|
|
Ravindra |
| Posted: Jan 31, 2006 02:39:38 PM | |
|
Total Post: 60
Joined: May, 2005
|
on sql*plus commandline , you can not supress this .
If you are putting the code in an sql file.
set termout off
will supress the error.
Ravindra Nookala
|
|
|
|
|
| Time Zone: EDT |
Send this thread to your friend |