Database in Migrate state
525913Dec 13 2006 — edited Dec 13 2006Hi all,
I have cold backup taken from Oracle 9.2.0.0.0 database.
Then i restored the same to my test database running Oracle 10.2.0.1.0
I am able to open database using UPGRADE option.
Problem:-
1.Database opens in restricted mode.(have to manually disable restricted session)
2.I am not able to connect to the DB using Enterprice manager.
3.When trying to login using other account the folowing error appears...
SQL> conn sys as sysdba
Enter password:
Connected.
SQL> select status from v$instance;
STATUS
------------
OPEN MIGRATE
SQL> conn scott/tiger@devdb
ERROR:
ORA-12514: TNS:listener does not currently know of service requested in connect
descriptor
Warning: You are no longer connected to ORACLE.
SQL>
Please advise, whether there is any workarround to open the database normally..?
Thanks
jay