Can Oracle use recent build backup? [message #361308] |
Tue, 25 November 2008 19:41 |
crazypeter2005
Messages: 29 Registered: September 2008 Location: Peking China
|
Junior Member |
|
|
In oracle 10g 10.2.0.3 sun spark OS,
I backup a DB after I shutdown DB.
I backuped 3 control files, 3 redo files, and all the datafile.
In normal state(no oracle update), I replace the control/redo/data file, and then I can start using the backup.
I wonder if I update to 10.2.0.4, can I use the backup which I backup in 10.2.0.3?
Or do I have to use dbua on 10.2.0.4 to update the backup DB then I can use it?
Similar, can I use a 9207 DB backup when I update to 9208?
Thanks!
|
|
|
|
Re: Can Oracle use recent build backup? [message #361399 is a reply to message #361308] |
Wed, 26 November 2008 04:33 |
crazypeter2005
Messages: 29 Registered: September 2008 Location: Peking China
|
Junior Member |
|
|
I tried your solution:
If I start directly:
ORA-00704: bootstrap process failure
ORA-39700: database must be opened with UPGRADE option
Then I tried these way to solved it:
1 SQL> startup upgrade
2 @?/rdbms/admin/catupgrd.sql -- this will keep for 20 mins around.
3 @?/rdbms/admin/utlrp.sql
4 select comp_name,version from dba_registry; and verify it works.
Thanks!
|
|
|