Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Database in Migrate state

525913Dec 13 2006 — edited Dec 13 2006
Hi 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 10 2007
Added on Dec 13 2006
2 comments
434 views