Explain rman. Can it be used for database recovery and backup? If yes, how?
Answer Posted / Sanchi Gupta
In Oracle context, RMAN (Recovery Manager) is a powerful tool for performing database backups, recoveries, and controlfile management. It can create backup sets, image copies, and archive logs of your databases. In the event of a failure or data loss, RMAN can be used to restore the database from these backups.nnFor example, to perform a backup:nnRMAN> backup database;nTo recover the database:nnRMAN> recovery database;n
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category