Home » RDBMS Server » Server Administration » Database upgrades - with No downtime (12c)
|
|
|
|
|
|
|
|
|
Re: Database upgrades - with No downtime [message #678553 is a reply to message #678551] |
Fri, 13 December 2019 00:57   |
 |
Michel Cadot
Messages: 68757 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
Well, as I said, the best way is:
0/ Only the first time, small downtime, rename your tables and revoke privileges on these ones, build editioning views upon your tables with the former names of these ones and grant the privileges on the views (possibly recompile PL/SQL stored objects).
1/ Create a new edition
2/ Make your application upgrade while user are working
3/ Switch your user to the new edition (could be made in 2 times, a) only some pilots and b) when you are sure of the new application code, all users)
4/ Possibly but not mandatory, drop the old edition
Steps 1 to 3 will be the only steps for all your future upgrades with no downtime.
|
|
|
|
|
|
Goto Forum:
Current Time: Sun May 04 17:33:57 CDT 2025
|