How to Perform Consistent Backupsby Ed ChenApril 30, 2016July 6, 2021It depends, depends on what kind of backup mode that you had taken. If you took a full backup by the following ways, then you… Read More »How to Perform Consistent Backups
Can I Open Database to READ ONLY with RESETLOGS?by Ed ChenApril 14, 2016December 19, 2021You can have this one: SQL> ALTER DATABASE OPEN READ ONLY; And also this one: SQL> ALTER DATABASE OPEN RESETLOGS; But there's NO combined statement like… Read More »Can I Open Database to READ ONLY with RESETLOGS?
When Redo Log Files Are All Missingby Ed ChenApril 13, 2016October 2, 2019If your redo logs are all missing, then you have to know you will lose some data and no longer to recover it. Now let's… Read More »When Redo Log Files Are All Missing