unable to connect as sys (sysdba)
I change the password of the sys user to test
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
SQL> alter user sys identified by test;
User altered.
SQL> exit
Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
I try to connect to the database with the password i have just set... and I am not able to connect
[oracle@ukirt239 lib]$ sqlplus sys@testp/test as sysdba
SQL*Plus: Release 11.2.0.3.0 Production on Wed Oct 31 11:51:57 2012
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
SQL> alter user sys identified by test;
User altered.
SQL> exit
Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
I try to connect to the database with the password i have just set... and I am not able to connect
[oracle@ukirt239 lib]$ sqlplus sys@testp/test as sysdba
SQL*Plus: Release 11.2.0.3.0 Production on Wed Oct 31 11:51:57 2012
0