Now open the server manager and try to mount the database
using the following commands
SVRMGR> connect internal/oracle1
ORA-12203: TNS:unable to connect to destination
SVRMGR> connect internal/oracle1@testsid6
ORA-12154: TNS:could not resolve service name
Please tell me what am I doing wrong here.
I want to restore the whole database on a production system if this test works. If you need I can also post my init.ora file also.
I'm not sure if this is the right place to look or not, but it can't hurt to ask.
Is SVRMGR trying to connect to your local database through the standard BEQ-LOCAL service? If that is the case, then what does the BEQ-LOCAL entry in your TNSNAMES.ORA file look like? Is it referencing the SID of the database to which you are trying to connect?
How about passwordfile -
did you also copy over to your new db.
I am doing new instance from cold backup tomorrow with a little bit confuse about password file.
Hi,
I was able to restore the database on a different node using cold backup. Thanks a lot everybody.
The problem was that the services were not getting created using the oradim80 command.
I have 2 oracle homes installed on my machines. One for Oracle 8.1.7 and one for Oracle 8.0.5. i tried creating the services using the oradim command (8.1.7) and it created them and it worked.
BUT WHY DID IT NOT CREATE THE SERVICES USING THE ORADIM80 COMMAND.
Bookmarks