Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Full backups questions.Please help.

  • Thread starter Thread starter 65
  • Start date Start date
Status
Not open for further replies.

65

Technical User
Joined
Feb 5, 2002
Messages
47
Location
US
Hi All,
Currently I 've been working on performing consistent full backups for my database. Just wanted to make sure that I can back up my entire database which is valid. Below are step by step what I will do

- Shutdown immediate (Thhe database is closed cleanly.)
- The database is in archieve mode.

I perform full backups into my tape drive. So Here are my command lines:

mt -f /dev/nst0 rewind
tar -Rcvf /dev/nst0 /Disk02/data01.dbf (this datafile belongs to the tablespace DATA)
tar -Rcvf /dev/nst0 /Disk01/control01.ctl (My control file)
tar -Rcvf /dev/nst0 /Disk02/control02.ctl
tar -Rcvf /dev/nst0 /Disk03/control03.ctl
tar -Rcvf /dev/nst0 /Disk04/redo01.dbf
tar -Rcvf /dev/nst0 /Disk04/redo02.dbf
tar -Rcvf /dev/nst0 /Disk05/redo03.dbf
etc...for tablespace (System, indexes, rbs....)
and also I will back up the initialization parameter file and other oracle product initialization files.

Above what I 've planned before performing my consistent backups. Just wondered whether I am on the right track?Anyone please direct me how to have a consitent backups for my entire database
Your help is greatly appreciated.
Thanks in advance.
Th
 
If your performing a cold back-up you're in the right track, just don't forget to backup your log files also.
 
Hi,
Thanks for your quick response. I do appreciate it.

Again, thank you very much.
Th
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top