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 biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Oracle Hot Backups

Status
Not open for further replies.
Aug 22, 2002
113
FR
Hello,


Is there a way to perform hot backups of Oracle databases in a Unix environment without using the NetWorker modules?

Thanks for your help.
 
We alter each tablespace offline, copy the data files to a scratch disk, alter the tablespace online, and use networker to back up the scratch disk, then repeat for the next tablespace.

I tried to remain child-like, all I acheived was childish.
 
Alter Tablespace my_space Begin Backup;

Alter Tablespace my_space End Backup;

I tried to remain child-like, all I acheived was childish.
 
Thanks for your reply, jimbo. Do you have a sample shell script for doing this?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top