ADB App Store – Oracle Autonomous Database App Store and How to Deploy Application

Share on:

database

The ADB App Store: This is an application launchpad for Oracle-supported applications. Using the ADB app store, tenants can install and manage the life cycle of these applications

Currently, the below applications can be deployed using the ADB App Store

Ask Oracle: This app translates the user text input to SQL and runs queries against the database

Data Visual Studio: This is a visualization tool for the analytics data

OCI Cost and Usage Analytics: Monitor and manage OCI resource consumption

OCI Log Analytics: give insights about the logs created in oci for services like VCN, load balancers, etc. For now, this app only supports logs for VCN service

Workload Analytics and Reports (WAR): a visualization tool for AWR

More applications are in the pipeline…

Pre-requisite: Should have an Autonomous Database deployed in OCI

 

Installation:

Connect to ADB using SQL*Plus as an ADMIN user and run the below script to install the ADB App store

SQL> set define off;

SQL> @adb_app_store_install.sql

You can find all scripts at this Oracle GitHub Repository https://github.com/oracle-samples/adbs-tools 

Once the App Store is installed successfully, run the below script to get the ADB App Store application URL.

SQL> @adb_app_store_get_URL.sql

database2

 

We can use the URL from the above output to log in ADB APP store.

database3

 

For credentials, We can use the default database user “ADB_APP_STORE” which exists in all Autonomous Databases.

We just need to unlock this user and set the new password to use it.

database4

database5

 

Now I can access the App Store using the above username/password and URL.

database6

 

From here you can click on any application and you will see the details on how to install what are the prerequisites etc. For example, I click on “OCI Cost and Usage Analytics” to see the details.

database7

 

For this app, I need to be in the root compartment to set some policies. For now let me use the “Workload Analytics and Reports (WAR)” app, as this does not need any Prerequisites if you see below.

database8

 

So I just clicked on the Install button and it installed, in the above screenshot it’s already installed, that’s why you see the uninstalled and open button.

Let me click on the open button, you will get the below screen.

database9

 

I used my ADMIN user to log in and see the screen below.

database10

 

Here we can analyze the AWR dataset and investigate performance issues. I click on the Analyze button.

database11

 

We can do many things here to investigate issues and can also generate AWR reports.

In the same way, we can install another app from the ADB App Store and take benefits. 

Share on:

More from this Author

oac

How to Import Custom Visualization in Oracle Analytics Cloud to See Images

In this blog, I will show you how to download and import the Image Gallery Plugin into OCI Oracle Analytics Cloud. using this plugin we can see ... Read More

Oracle 23c INTERVAL Data Type Aggregations

Analyze Invoices with Oracle Analytics and AI Document Understanding

OCI Document Understanding is an AI service that enables developers to extract text, tables, and other key data from document files through APIs and ... Read More

Back to Top