Blogs
Tip: Backing up your Oracle Database
| Tip: Backing up your Oracle Database |
|
|
|
| Written by Duane Boeck | |
| Friday, 05 June 2009 | |
To back up your Oracle database here are some tips which we use at OSI. The main Oracle solution in version 10g is to use Oracle’s utility RMAN to backup a database. You don’t have to shutdown the database to run RMAN, your database needs to be in archive mode.
Also the best way to reduce I/O and decrease the time needed to backup a database and the best way to reduce time it takes to do database backups is put database in block change tracking mode.
SQL> ALTER DATABASE ENABLE BLOCK CHANGE TRACKING USING FILE '/mydir/rman_change_track.f' REUSE;
» No Comments
There are no comments up to now.
» Post Comment
Only registered users can write a comment.
Please login or register. |
|
| Last Updated ( Friday, 05 June 2009 ) |
| < Prev | Next > |
|---|



