0 votes
in Oracle by
What are the tools you can use to start up an Oracle database?

1 Answer

0 votes
by

You can start up a database using three tools:

SQL *Plus: To startup an Oracle database instance, you can use the SQL *Plus startup command.

  • Oracle Enterprise Manager: It is a system management tool, you can startup the Oracle database with Oracle enterprise manager also. It provides an integrated solution for managing your heterogeneous environment. Even if the database is stopped you can still log in to OEM. It will present you with the Startup button by detecting the status of the down database.
  • Recovery Manager: RMAN is also known as the RMAN repository that is connected with the TARGET keyword which is also a database on which RMAN performs backup and recovery operations in the control file of the database.

Related questions

0 votes
asked Mar 23, 2023 in Oracle by john ganales
+2 votes
0 votes
asked Mar 26, 2023 in Oracle by Robin
...