What are three possible ways to restart your database?

YOUR database crashes after a user accidentally kills a background process. What are three possible ways to restart your database?
A. S sqlplus / as sysdba
SQL> restart;
B. S sqlplus / as sysdba
SQL> startup immediate;
C. S rman target /
RMAN> Startup
D. S sqlplus / as sysdba
SQL> startup open recover;
E. S srvctlstart database -db SORACLE_SID

Download Printable PDF. VALID exam to help you PASS.

One thought on “What are three possible ways to restart your database?

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.