Clone virtual machine with Oracle DB [message #681190] |
Wed, 24 June 2020 02:47 |
|
almond_84
Messages: 4 Registered: February 2019
|
Junior Member |
|
|
Hi,
I have made a clone of the virtual machine with Oracle DB 11.2.0.1, for test purposes.OS is Oracle Linux 6.0.
Both machines are on the same domain.
Would you please help me with any guide what to change(hostname, listener, tnsnames, etc) in order both machines not conflict with each other?
Thank you in advance!
|
|
|
Re: Clone virtual machine with Oracle DB [message #681193 is a reply to message #681190] |
Wed, 24 June 2020 07:05 |
|
EdStevens
Messages: 1376 Registered: September 2013
|
Senior Member |
|
|
The databases themselves don't care. But obviously you need to give each vm its own unique server name and IP address. And from that, matching mods to listener.ora and tnsnames.ora. While the databases themselves don't care, having the same database name for two different databases - while can be done - will get confusing, so ultimately you'd want to change the database names as well.
|
|
|