Here is a video demonstration of a simple usage of RMAN (Recovery Manager) - Using RMAN: backup - disaster - recovery demonstration
The plan executed during the video:
- Backup a database.
RMAN> backup database;
- Simulate a disaster.
- Restore and recover the database.
RMAN> restore database;
RMAN> recover database;