SP2-0734 error [message #325171] |
Thu, 05 June 2008 04:21 |
sidd_411
Messages: 30 Registered: March 2008
|
Member |
|
|
Dear all
Below is the error message I am getting in HP unix system. Need a solution for it.
SQL> conn / as sysdba
SP2-0734: unknown command beginning "co..." - rest of line ignored.
|
|
|
|
|
|
Re: SP2-0734 error [message #325232 is a reply to message #325203] |
Thu, 05 June 2008 05:55 |
sidd_411
Messages: 30 Registered: March 2008
|
Member |
|
|
Michel !
First command is not working, but if I specify username/password, it is working. Could you explain me why it is like that ?
SQL> conn / as sysdba
ERROR:
ORA-01031: insufficient privileges
SQL> conn sys/manager1 as sysdba
Connected.
SQL>
|
|
|
|
|
|