Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Error Message (new to oracle)
Krish schreef:
> Hi
> Looks like you are trying the following comand:
>
> SQL> connect \ as sysdba
>
> Try this to connect:
>
> SQL> connect / as sysdba
>
>
> Cheers,
> Krish
>
I think the oP tried 'connect sys/password', and the error
is because a connect as sys (or '/') should always specify
sysdba or sysoper - as you demonstrated.
-- Regards, Frank van Bortel Top-posting is one way to shut me up...Received on Wed Jan 31 2007 - 13:30:26 CST