0% found this document useful (0 votes)
62 views

Sqldeveloper Configuration

Oracle SQL Developer was unzipped and run locally. The home page displayed. Under connections, a new connection was created by providing the host name, port, service name, username, and password. The connection was tested and displayed as successful. The new connection was then used to access and query tables in the database.

Uploaded by

unnikallikattu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
62 views

Sqldeveloper Configuration

Oracle SQL Developer was unzipped and run locally. The home page displayed. Under connections, a new connection was created by providing the host name, port, service name, username, and password. The connection was tested and displayed as successful. The new connection was then used to access and query tables in the database.

Uploaded by

unnikallikattu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

1. Unzip sqldeveloper-23.1.0.097.1607-x64.

zip to a folder named SQLDeveloper in local machine


after downloading from
https://www.oracle.com/database/sqldeveloper/technologies/download/
Open the folder SQLDeveloper and run Oracle SQL Developer locally by executing sqldeveloper.exe
The Oracle SQL Developer home page displays.

2. Under Connections, right click Connections.The Connection menu appears.

Select New Connection.The New/Select Database Connection dialog appears.

1
3. On the New/Select Database Connection dialog, make the following entries:
• Connection Name -> Give any name you want to add
• Enter DB Host Name/IP -> 10.161.10.5
• Enter DB Port -> 1531
• Enter Database Service Name -> testpdb.mof.gov.om
• Enter the database username -> hr
• Enter the Password -> hr123

4. Click Test.
Status: Success displays at the left most bottom of the New/Select Database Connection dialog.
Click Connect.
An entry for the new connection appears under Connections.
Open the new connection.
If you have connected successfully, the tables and other objects from selected user schema will be
loaded.

2
5. After connecting successfully. Queries can be written on the SQL window opened

You might also like