Opening a Database in Read-Only Mode
Published by : Obay Salah , November 19, 2024
The database is opened in Only Read mode to prevent any modifications to the database, but users can connect to the database and perform queries.
While the database is opened in Only Read mode, some tasks can be performed:-
1- Execute a query.
2- Put the Files Data files in online and offline mode.
3- Perform retrieval of tablespace and file data files.offline.
STRATUP OPEN READ ONLY;
Comments
no comment yet!