Thursday, May 18, 2023

Does Oracle SQL Developer needs a running instance of the Oracle to be installed separately ?

 No, Oracle SQL Developer does not require a separate installation of the Oracle database server to be running. Oracle SQL Developer is a standalone graphical tool for database development and administration. It can be installed and used independently of the Oracle database server.

However, to connect Oracle SQL Developer to an Oracle database, you will need the necessary connection details such as the hostname, port number, database name, username, and password. These details are required to establish a connection to the Oracle database server from Oracle SQL Developer.

Once you have the connection details, you can configure a new connection in Oracle SQL Developer and connect to the Oracle database server to perform various tasks such as executing SQL queries, managing database objects, and developing database applications.

No comments:

Post a Comment