![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi Just wanted to know if this was (coneceptually) feasible and supported to get from 10gR2 to 11gR2: - build new 11g database - export from 10g and do some sort of checkpoint - import into 11g - apply redo logs from the 10g database from the "checkpoint" time to the 11g database whilst continuing to test the 11g environment before turning off the 10g database. Can something like this be achieved? -- jeremy |
#3
| |||
| |||
|
|
Hi Just wanted to know if this was (coneceptually) feasible and supported to get from 10gR2 to 11gR2: - build new 11g database - export from 10g and do some sort of checkpoint - import into 11g - apply redo logs from the 10g database from the "checkpoint" time to the 11g database whilst continuing to test the 11g environment before turning off the 10g database. Can something like this be achieved? -- jeremy |
#4
| |||
| |||
|
|
On Feb 20, 7:52*am, Jeremy <jeremy0... (AT) gmail (DOT) com> wrote: Hi Just wanted to know if this was (coneceptually) feasible and supported to get from 10gR2 to 11gR2: - build new 11g database - export from 10g and do some sort of checkpoint - import into 11g - apply redo logs from the 10g database from the "checkpoint" time to the 11g database whilst continuing to test the 11g environment before turning off the 10g database. Can something like this be achieved? What about creating a new 11gR2 database. Set up replication for all tables so that you copy all the tables from the existing database to the new one and apply all updates via logging (either via replication or manual triggers). Once you have everything copied and have verified the updates are working you can shutdown the existing database then point the applications to the new one. Is this available with Standard Edition? It is a nice idea. |
#5
| |||
| |||
|
|
In article <2e2d49d8-e592-469a-96f4-8bc3a44f0272 @r13g2000yqk.googlegroups.com>, Mark.Powe... (AT) hp (DOT) com says... On Feb 20, 7:52 am, Jeremy <jeremy0... (AT) gmail (DOT) com> wrote: Hi Just wanted to know if this was (coneceptually) feasible and supported to get from 10gR2 to 11gR2: - build new 11g database - export from 10g and do some sort of checkpoint - import into 11g - apply redo logs from the 10g database from the "checkpoint" time to the 11g database whilst continuing to test the 11g environment before turning off the 10g database. Can something like this be achieved? What about creating a new 11gR2 database. *Set up replication for all tables so that you copy all the tables from the existing database to the new one and apply all updates via logging (either via replication or manual triggers). Once you have everything copied and have verified the updates are working you can shutdown the existing database then point the applications to the new one. Is this available with Standard Edition? It is a nice idea. |
#6
| |||
| |||
|
|
On Mar 1, 4:14*am, Jeremy <jeremy0... (AT) gmail (DOT) com> wrote: In article <2e2d49d8-e592-469a-96f4-8bc3a44f0272 @r13g2000yqk.googlegroups.com>, Mark.Powe... (AT) hp (DOT) com says... On Feb 20, 7:52 am, Jeremy <jeremy0... (AT) gmail (DOT) com> wrote: Hi Just wanted to know if this was (coneceptually) feasible and supported to get from 10gR2 to 11gR2: - build new 11g database - export from 10g and do some sort of checkpoint - import into 11g - apply redo logs from the 10g database from the "checkpoint" time to the 11g database whilst continuing to test the 11g environment before turning off the 10g database. Can something like this be achieved? What about creating a new 11gR2 database. *Set up replication for all tables so that you copy all the tables from the existing database to the new one and apply all updates via logging (either via replication or manual triggers). Once you have everything copied and have verified the updates are working you can shutdown the existing database then point the applications to the new one. Is this available with Standard Edition? It is a nice idea. http://download.oracle.com/docs/cd/E...s.htm#CJACGHEB "Basic replication" - looks good. |
![]() |
| Thread Tools | |
| Display Modes | |
| |