How to Restart Oracle Databaseby Ed ChenSeptember 30, 2019April 15, 2023In this post, we'll talked about how to restart a database in a efficient way, which includes: Restart a Single-Instance DB Restart a RAC DB… Read More »How to Restart Oracle Database
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?