Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
Give The Stages Of Instance Startup To A Usable State Where Normal Users May Access It?
Home
PL/SQL
Give The Stages Of Instance Startup To A Usable State Where Normal Users May Access It?
0
votes
asked
Mar 9, 2021
in
PL/SQL
by
Robindeniel
Give The Stages Of Instance Startup To A Usable State Where Normal Users May Access It?
#plsql-stages
plsql-startup
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 9, 2021
by
Robindeniel
Below are The Stages Of Instance Startup To A Usable State Where Normal Users May Access It
STARTUP NOMOUNT - Instance startup
STARTUP MOUNT - The database is mounted
STARTUP OPEN - The database is opened
...