Category Recovery

Restore ControlFile with RMAN / Without RMAN

Restoring a controlfile without rman _____________________________________ suppose you lost a controlfile say control01.ctl. The controlfile got deleted but you have…

Enable Flashback Database Oracle 10g

SQL> select * from v$flashback_database_log; SQL> show parameter db_file SQL> alter system set DB_RECOVERY_FILE_DEST_SIZE=2g; System altered. SQL>  alter system set…