SQLPLUS
SQL> startup restrictRMAN
RMAN> startup restrictIt's not working, the word restrict generate an error inside RMAN.
The solution is using "STARTUP DBA"
STARTUP
If you specify only STARTUP with no other options, then the instance starts the instance with the default server parameter file, mounts the control file, and opens the database.
- DBARestricts access to users with the RESTRICTED SESSION privilege.
- FORCEIf the database is open, then FORCE shuts down the database with a SHUTDOWN ABORT statement before re-opening it. If the database is closed, then FORCE opens the database.
- MOUNTStarts the instance, then mounts the database without opening it
- NOMOUNTStarts the instance without mounting the database.This for Oracle RDBMS 10.2.04 and higher.
Hello Jos,
ReplyDeleteThanks for posting the above articles. In order to help me understand, can you give some advice as to when you would run a database with the RESTRICTED SESSION privilege as opposed to starting the database in Mount mode without opening it.
Thanks for your blog. Really enjoy all the info you provide.
Andrew