Installation of SQL developer and connecting to ATP database using SQL developer
Introduction
In this blog, I am going to delve into the details of downloading SQL developer from Oracle website and installing it on our machine, and then connecting to an ATP database.
Step by Step Guide
Downloading SQL Developer from Oracle Website
- On the website, you will come across multiple versions of SQL Developer. Choose the appropriate version for your needs, then accept the license agreement and proceed to download the zip file. For reference, we have chosen the following version:
https://www.oracle.com/database/sqldeveloper/technologies/download/
- After downloading the zip file, extract its contents. Next, run the "sqldeveloper" application as an administrator.
Creating a New Connection
- Click on the plus icon to create a new connection.
- Provide a name for the connection, such as "ATP," and enter the corresponding username and password. Select the connection type as "Cloud Wallet" and click on the "Browse" button.
- Specify the path where your cloud wallet is located and select the service as "<abc>.high". Here, "abc" refers to the specific environment you are working with.
- Click on the "Test" button to verify the connection.
Comments
Post a Comment