insufficient privileges when trying to connect [message #340268] |
Tue, 12 August 2008 02:52 |
tsuria
Messages: 8 Registered: August 2008
|
Junior Member |
|
|
Hello all.
I'm pretty new in Oracle.
I'm trying to connect as sysdba via sqlPlus.
I wrote those lines in the COMMAND LINE:
C:\>sqlplus /nolog
SQL> connect / as sysdba
and that's what i get:
ERROR:
ORA-01031: insufficient privileges
i tried to google it but i can't find the appropriate solution.
What the problem is?
Thanks, MTs
|
|
|
|
|
|
|
|
|
|
|
Re: insufficient privileges when trying to connect [message #342942 is a reply to message #342937] |
Mon, 25 August 2008 10:39 |
Mohammad Taj
Messages: 2412 Registered: September 2006 Location: Dubai, UAE
|
Senior Member |
|
|
Quote: | oracle 9i, microsoft windows server 2003
|
I think your solution will not work becuase Database Version is 9i.
SQL> select * from v$version where rownum=1;
BANNER
----------------------------------------------------------------
Oracle9i Enterprise Edition Release 9.0.1.1.1 - Production
SQL> connect internal;
Enter password:
ERROR:
ORA-09275: CONNECT INTERNAL is not a valid DBA connection
[Updated on: Mon, 25 August 2008 10:40] Report message to a moderator
|
|
|