Problems logging in as SYSDBA [message #603147] |
Wed, 11 December 2013 14:43 |
|
joebegenwald@gmail.com
Messages: 7 Registered: October 2013
|
Junior Member |
|
|
Any ideas why this would be a problem? It seems I cannot log in as SYSDBA over TNS:
> ORACLE_SID=mynewdb
> export ORACLE_SID
> sqlplus sys/sysora as sysdba
SQL*Plus: Release 10.2.0.4.0 - Production on Wed Dec 11 15:31:20 2013
Copyright (c) 1982, 2007, Oracle. All Rights Reserved.
Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
SQL> select dbid, name from v$database;
DBID NAME
---------- ---------
839107013 MYNEWDB
SQL> exit
Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64 bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
> sqlplus sys/sysora@mynewdb.mydomain.com as sysdba
SQL*Plus: Release 10.2.0.4.0 - Production on Wed Dec 11 15:31:49 2013
Copyright (c) 1982, 2007, Oracle. All Rights Reserved.
ERROR:
ORA-01031: insufficient privileges
^C
> sqlplus rman/sysora
SQL*Plus: Release 10.2.0.4.0 - Production on Wed Dec 11 15:32:09 2013
Copyright (c) 1982, 2007, Oracle. All Rights Reserved.
Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
SQL> select dbid, name from v$database;
DBID NAME
---------- ---------
839107013 MYNEWDB
SQL> exit
Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64 bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
> sqlplus rman/sysora@mynewdb.mydomain.com
SQL*Plus: Release 10.2.0.4.0 - Production on Wed Dec 11 15:32:20 2013
Copyright (c) 1982, 2007, Oracle. All Rights Reserved.
Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
SQL> select dbid, name from v$database;
DBID NAME
---------- ---------
839107013 MYNEWDB
SQL> exit
Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64 bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
>
[Updated on: Wed, 11 December 2013 14:47] Report message to a moderator
|
|
|
|
|
|
|