how to use a DB from another Oracle System [message #437211] |
Fri, 01 January 2010 11:31 |
needee
Messages: 19 Registered: November 2009
|
Junior Member |
|
|
I have two Linux machines(node1, node2), where I have installed Oracle10gR2 Standard Edition, with all same configuration.
On both machines(node1, and node2) complete oracle(binaries/DB) installed under /opt/oracle.
On node1, using dbca(Database Configuration Assistant) created a new DB(orcle_test) on a separate Disk/filesystem/mountpoint named '/u01', so the complete path of this new DB is '/u01/orcl_test'.
Then I shutdown Oracle, and node1. moved the /u01 disk from node1, and plug the disk on node2, then on node2 mount the disk under /u01. I can see the DB under /u01/orcl_test on node2.
Question
So how can I instruct/configure the Oracle running on node2, to use/recognize the new DB(created on node2 via dbca) .. i.e I want to use the DB(/u01/orcl_test) on node2.
Please help me(I just know Linux and not Oracle)
Regards
|
|
|
|
|
|
Re: how to use a DB from another Oracle System [message #437215 is a reply to message #437212] |
Fri, 01 January 2010 12:02 |
needee
Messages: 19 Registered: November 2009
|
Junior Member |
|
|
Hi Thanks BlackSwan
>What is actual ORACLE_SID, "orcle_test" or "orcl_test"?
OOppps, typo. its 'orcltest' without underscore(_).
>You need to move spfileSID.ora file from node1 to node2.
on node1, search for "spfile*.ora" shows me the following result
/opt/oracle/product/10.2/db_1/dbs/spfileorcl.ora
/opt/oracle/product/10.2/db_1/dbs/spfileorcltest.ora
I think I should move the last 'spfileorcltest.ora' file
just copying 'spfileorcltest.ora' on node2 is enough ? or do I need to shutdown/start oracle on node2 to recognize new changes.
Regards
|
|
|
|