|
The best way to carry out the process of backup and achieving of database while administrating database is first take entire whole database backup by using BACKUP DATABASE command in RMAN mode. After doing this entire backup process of database don’t forget to do archiving of logs. This process would give you a further validation of possessing the entire archived logs when the next backup is taken which you can use in need of restoring process.
|