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



June 06, 2007 00:46:46 #1
 JOY   Member Since: Visitor    Total Comments: N/A 

RE: How to take cold and hot backup using UNIX
 
We can perform cold backup in unix by shutting down the database in proper mode so the control file will in consistent state and after that u can perform backing up all database files.
I hot back we can perform by the stmt >alter tablespace begin backup;
Then enter into unix promt and backup the datafile of that tablespace then
>alter tablespace ? end backup;
     

 

Back To Question