system admin log in error [message #576595] |
Wed, 06 February 2013 07:43 |
|
neetesh87
Messages: 280 Registered: September 2011 Location: bhopal
|
Senior Member |
|
|
hello experts,
i want to log-in my local machine database as a system administrator ,
but it is giving an error:
C:\Windows\system32>sqlplus /@myprodb as sysdba
SQL*Plus: Release 11.2.0.1.0 Production on Wed Feb 6 19:18:15 2013
Copyright (c) 1982, 2010, Oracle. All rights reserved.
ERROR:
ORA-01031: insufficient privileges
Enter user-name:
C:\Windows\system32>sqlplus /@myprodb as sysoper
SQL*Plus: Release 11.2.0.1.0 Production on Wed Feb 6 19:19:28 2013
Copyright (c) 1982, 2010, Oracle. All rights reserved.
ERROR:
ORA-01031: insufficient privileges
Enter user-name:
but
C:\Windows\system32>sqlplus sys@myprodb as sysdba
SQL*Plus: Release 11.2.0.1.0 Production on Wed Feb 6 19:20:45 2013
Copyright (c) 1982, 2010, Oracle. All rights reserved.
Enter password:
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
SQL>
and i have run cmd as administrator
am i missing something?
thanks in advance.......
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: system admin log in error [message #576736 is a reply to message #576595] |
Thu, 07 February 2013 10:42 |
|
neetesh87
Messages: 280 Registered: September 2011 Location: bhopal
|
Senior Member |
|
|
thanks sir,
one more thing
Quote:
This is not the problem: remote connection (when you use @xxx) do not use OS group but password file and password is mandatory so you can't use "/@xxx as sysdba".
but we also have to use @ when the host system has 2 or more database even we are
accessing one of the database from the host machine(or server).
if we login like C:\> sqlplus sys/password as sysdba
then it throws error .
thanks.......
[Updated on: Thu, 07 February 2013 10:43] Report message to a moderator
|
|
|
|
|
|
|
|