How to Provision ATP database in Oracle Cloud Infrastructure (OCI)

How to Provision ATP database in Oracle Cloud Infrastructure (OCI)

In this section, we will see how to provision ATP database in Oracle cloud infrastructure (OCI). We need to follow below steps to create ATP database in OCI.

Login to your OCI account.

A screenshot of a computer

Description automatically generated

Go to Navigation Menu —>Oracle Database —–>Autonomous Database

A screenshot of a computer

Description automatically generated

Click on Create Autonomous Database.

A screenshot of a computer

Description automatically generated

Provide required details.

A screenshot of a computer

Description automatically generated

A screen shot of a white background

Description automatically generated

A screenshot of a computer

Description automatically generated

Provide ADMIN credentials as shown above.

A screenshot of a computer

Description automatically generated

A screenshot of a computer

Description automatically generated

Click on Create Autonomous Database.

A screenshot of a computer

Description automatically generated

It will take some time to create ATP database, refresh page. Once available, status will change to “AVAILABLE”.

Now let us connect this ATP database from SQL Developer.

To connect ATP database from SQL developer, we need to download wallet for this ATP database.

Go to Database Connection as shown below:

A screenshot of a computer

Description automatically generated

Select “Instance Wallet” and click on Download wallet.

A screenshot of a computer screen

Description automatically generated

Provide and confirm password and click on download.

A screenshot of a computer

Description automatically generated

It will download zip file.

Now open SQL developer and click on New Connection.

Provide any Name as Connection Name.

A screenshot of a computer

Description automatically generated

We need to provide same password which we have given while downloading wallet from OCI.

Configuration file will be wallet zip file which we have downloaded from OCI.

We can select Service as learningatpdb_high.

Click on Test.

A screenshot of a computer

Description automatically generated

Click on Connect to connect the DB.

A screenshot of a computer

Description automatically generated

In this way, we can provision ATP database in OCI and connect it from SQL developer.

Leave a Reply

Your email address will not be published. Required fields are marked *

Back To Top