GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Oracle  >  Backup and Recovery

 Print  |  
Question:  How to take cold and hot backup using UNIX



January 01, 2009 07:50:14 #2
 Sajeev123   Member Since: October 2008    Total Comments: 1 

RE: How to take cold and hot backup using UNIX
 

Cold backup we can perform using OS commands after shutting down the database.
In DB running position we can take hot backup using the following commans;
alter database begin backup;

     

 

Back To Question