User Managed Backups [message #236199] |
Wed, 09 May 2007 04:59 |
balaji1010
Messages: 35 Registered: March 2006 Location: London
|
Member |
|
|
Hi everyone,
I am working on user managed backups.
I am still skeptical about what exactly happens when a datafile or database is placed in begin backup mode.
I know that excessive redo is generated and datafiles header is freezed to avoid SCN changing.
Can anyone tell me what exactly is written to the datafile.
Since i have to start a new thread i am posting the question again.
Please cooperate
thanx
|
|
|
Re: User Managed Backups [message #236203 is a reply to message #236199] |
Wed, 09 May 2007 05:13 |
sriram717
Messages: 48 Registered: February 2007 Location: UNITED KINGDOM
|
Member |
|
|
Hi
Oracle will do a datafile checkpoint just when the tablespace is in hotbackup mode.While hotbackup is in progress Oracle locks the file headers so that SCN/checkpoint details are not written during the hot backup.
This is to ensure that Oracle knows from which time to apply redo logs when the hot backup is restored (ie. from the point of time that the file was placed in backup mode).
All the updates and inserts happen as normal ie changing the data blocks.
Thanks
|
|
|
|
|
|
Re: User Managed Backups [message #239360 is a reply to message #239349] |
Tue, 22 May 2007 02:27 |
atif_arl
Messages: 15 Registered: May 2007
|
Junior Member |
|
|
Thanks for Information,
Friend,
Basically i am trying to prepare same copy of database on another machine.
Suppose i have 2 machines AA and BB.
If i take cold backup of database from AA,
i want to create a copy of database on BB using these files.
How is it possible ?
on which location on BB, i will copy these files and what more after copying these files, i have to do ?
Waiting for Reply,
Thanks & Regards,
Atif Mahmood
|
|
|
|