- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How do you hot-backup ORACLE?
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-18-2002 09:14 AM
тАО07-18-2002 09:14 AM
I am looking to see what backup utilities people are using to Hot-Backup ORACLE.
We use fbackup and even though we are in hot-backup mode, updates can still occur to datafiles and control files and thus fbackup detects the change and will not backup the files.
So, I was wondering what other people's experiences are?
Thanks in advance.
Dewy
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-18-2002 09:30 AM
тАО07-18-2002 09:30 AM
Re: How do you hot-backup ORACLE?
You can use utilities like 'fbackup' to backup and Oracle database, but you need to alter your tablespace to begin and then end "backup" mode; something like:
alter tablespace $TBLSPACE begin backup
...(do your backup)
alter tablespace $TBLSPACE end backup
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-18-2002 09:44 AM
тАО07-18-2002 09:44 AM
Re: How do you hot-backup ORACLE?
We are altering our databases with the begin backup and end backup procedures. But fbackup will still skip the datafiles, because updates still occur during the backup and thus fbackup skips it.
Part of my question, is that, is fbackup capable of cleanly backing up the data or do I need a third-party utility?
Thanks, Dewy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-18-2002 09:58 AM
тАО07-18-2002 09:58 AM
Re: How do you hot-backup ORACLE?
Which Oracle version do you use. In Orace 8 and later is a utility "RMAN" for high performance online backups which can be used "standalone" but also together with a 3-party backup program (as OmniBack) for media mangement.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-18-2002 10:02 AM
тАО07-18-2002 10:02 AM
Re: How do you hot-backup ORACLE?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-18-2002 10:11 AM
тАО07-18-2002 10:11 AM
Re: How do you hot-backup ORACLE?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-18-2002 10:11 AM
тАО07-18-2002 10:11 AM
Re: How do you hot-backup ORACLE?
Essentially waht hapeens when u put the database in abckup mode is that the users still use the database bu the modifications are stoerd in the archive logs , and the real data is not modified . When you take the Database out of the backup mode the oracle applies the logs back to the real data and brings it online , This enables the suer to sue the database even if the backup is being taken . Please note the backup has to complete soon and the archive logs become huse and then it takes longer to revert back.
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-18-2002 10:16 AM
тАО07-18-2002 10:16 AM
Re: How do you hot-backup ORACLE?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-18-2002 11:04 AM
тАО07-18-2002 11:04 AM
Re: How do you hot-backup ORACLE?
22: /u03/oradata/ORD/user03.dbf 1536016
23: /u03/oradata/ORD/user04.dbf 1536016
fbackup(3009): WARNING: File number 23 (/u03/oradata/ORD/user04.dbf)
was not successfully backed up
Does this seem to be a hot-backup issue?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-18-2002 11:15 AM
тАО07-18-2002 11:15 AM
Re: How do you hot-backup ORACLE?
Let me also mention a Plan B. You could shutdown the database, make OnlineJFS snapshot mounts of the Oracle filesystems, and restart the database. This operation will take about two minutes typically and your users can go back to work. You then do your backups on the snapshot mounted filesystems. You have almost all the benefits of a hotbackup with the safety and security of a cold backup. When the backups are finished, you unmount the snapshots.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-18-2002 11:21 AM
тАО07-18-2002 11:21 AM
Re: How do you hot-backup ORACLE?
Another thought I had was to use our MirrorUX to do a split-mirror backup, off of the mirrored copy of our data.
I think we would still need to alter the tablespace into backup mode prior to the split, so that we would get an ORACLE checkpoint.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-18-2002 12:41 PM
тАО07-18-2002 12:41 PM
Re: How do you hot-backup ORACLE?
It has several features like
1.you can look for block corruption.
2.Incremental backup
3.It can recover files without prompting you any date ot file.It has its own catalog.
4.The information in the catalog can be easily queried using reports and lists.
It can be integrated with the third party media management software like Legato manager to get wonderful results.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-18-2002 12:45 PM
тАО07-18-2002 12:45 PM
Re: How do you hot-backup ORACLE?
RMAN does not backs up only the used space of the database.
Also RMAN does not put the tablespace in backup mode thus saving redo overhead.
It re-reads the database blocks until it gets a consistent image of that.
Also parallel backups are possible with RMAN.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-18-2002 12:47 PM
тАО07-18-2002 12:47 PM
Re: How do you hot-backup ORACLE?
---It just backs up the used space on the database.
-----
It is late night here.infact early morning.
I have posted a query and waiting for replies from the great admins.
Sorry
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-19-2002 08:57 AM
тАО07-19-2002 08:57 AM
SolutionAnother option might be the Freeze/Thaw ioctl()'s for vxfs file systems. These flush buffers and freeze I/O synchronously, so you are guaranteed to have no I/O when they return.
Contrary to what others have said, Oracle continues to write to datafiles during backup mode. The SCN in the datafile header is frozen during hot backup, to ensure redo is applied when the recover command is issued. As long as you have the redo generated for the entire time the tablespace was in backup mode, you are guaranteed to be able to recover a consistent copy of your datafile. This is true as long as you as you have not turned off the _log_blocks_during_backup initialization parameter.