Database Upgrade - Minimum Disruption [message #683104] |
Thu, 03 December 2020 02:59 |
|
PebbleRock27
Messages: 2 Registered: October 2020
|
Junior Member |
|
|
Hi all
We have a server with several Oracle databases and one listener. We need to upgrade just one of these databases with the minimum amount of downtime for the other databases. The database is current on 11.2.0.3 and will go to 11.2.0.4, two other databases are on this version.
What is the best approach here? We cannot change the application config so it will still need to remain on its current listener.
My background is MS SQL server and fell into accidental Oracle DBA area
thanks in advance Pebble
[Updated on: Thu, 03 December 2020 03:04] Report message to a moderator
|
|
|
Re: Database Upgrade - Minimum Disruption [message #683120 is a reply to message #683104] |
Thu, 03 December 2020 16:04 |
John Watson
Messages: 8962 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
There is no reason why upgrading one database should have any effect on any other. One listener can enable connections to databases of both versions.
What you you are trying to do is not particularly difficult, just follow the documented upgrade procedure. And ask if something does not make sense to you.
|
|
|
|