Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 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