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.





  • Once the connection is successful, click on "Connect".

Accessing the ATP connection

  • Now you will see the ATP connection listed under "Oracle Connections."





  • Select "Individual Statements," and it will automatically populate a sample select statement for you. Feel free to experiment and run queries.


I hope this has been helpful. Happy coding!

Comments

Popular posts from this blog

Error: Number of included segments do not match

REST API Calls with Query Parameters in BizTalk: A Step-by-Step Guide

EDI X12 Trading partner configuration in BizTalk