Error while invoking svrmgrl.
I'm trying to upgrade my 8.1.7 db to 10gR2.
As part of the process, i've modified the init.ora. copied the listener and tnsnames files to 10g OH.moved the init.ora to 10gOH. Modified these files to reflect the new oracle_home.
I've set the new oracle_home and oracle_sid in the env variables and tried to connect to the DB using svrmgrl. I get the following error:
Message 4505 not found; no message file for product=rdbms,facility=MGR
ora-12538: TNS:no such protocol adapter
If i try to connect normally using sqlplus , i get this error:
ora 12518: TNS: listener could not hand off client connection.
I've deleted the old sid using oradim and created a new service (OracleServicetest2).
Please suggest.