forked from oracle-livelabs/em-omc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Multicloud ODAA DBM and Ops Insights
- Loading branch information
Showing
98 changed files
with
1,178 additions
and
0 deletions.
There are no files selected for viewing
111 changes: 111 additions & 0 deletions
111
...-db-at-azure-monitoring/dbm-oracledbatazure-adbs/enable-dbm-adbsatazure-adbs.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,111 @@ | ||
# Setting up Database Management for Oracle Database@Azure Autonomous Databases | ||
|
||
## Introduction | ||
|
||
In this lab, you will go through the steps to set up Database Management for **Oracle Database@Azure Autonomous Database**. | ||
|
||
**Database Management Service** now also supports **Oracle Database@Azure Autonomous Database**. You can use Database Management to monitor a single Autonomous Database or a fleet of Autonomous Databases and obtain meaningful insights from the metrics pushed to the Oracle Cloud Infrastructure Monitoring service. | ||
|
||
Estimated Time: 60 minutes | ||
|
||
### Objectives | ||
|
||
Set up Database Management to monitor and manage **Oracle Database@Azure Autonomous Database**. | ||
|
||
### Task 1: Enable Database Management for Oracle Database@Azure Autonomous Database | ||
|
||
#### Prerequisites: | ||
Assign proper IAM permissions | ||
* From **Navigation Menu**, click **Identity & Security**, click **Policies** | ||
* Click the existing policy MulticloudLink_ODBAA_20240227_DBM_Policy | ||
* Add the following **Policy Statement** to the policy | ||
``` | ||
Allow group odaa_dbmgmt-group to manage autonomous-database-family in tenancy | ||
``` | ||
* Click **Save changes** | ||
|
||
#### Grant a database user the privileges to monitor and management Autonomous Database and save the database user password in a secret | ||
|
||
* Use **ADBSNMP** for **basic monitoring preferred credential** | ||
* Use **ADMIN** user for **advanced diagnostic and administration preferred credential** | ||
* Grant proper privileges for **DBM Diagnostic & Management features** | ||
* In the left pane, click **Secrets**. | ||
* Click **Create Secret**. | ||
* On the **Create Secret** page | ||
* Create in Compartment: Select Compartment Name | ||
* **Name**: \<dbname\>_secret | ||
* **Description**: Monitoring user password | ||
* **Encryption Key**: Select OnM_key | ||
* Select **Manual secret generation** | ||
* **Secret Contents**: Enter the ADBSNMP or ADMIN user password | ||
* Click **Create Secret**. | ||
|
||
![Multicloud ADB secret](./images/odaa-odaa-adb-secret.png " ") | ||
|
||
#### Configure network access between Database Management and the Autonomous Database | ||
|
||
**Note**: if mutual TLS (mTLS) authentication is required, you must download the wallet and save it in a Vault service secret. This secret is required when enabling Diagnostics & Management for the Autonomous Database. | ||
|
||
* **Create a Database Management private endpoint in the Autonomous Database VCN**. If the Autonomous Database is in a private subnet in the VCN, it's recommended that the Database Management private endpoint also resides in the same subnet. If there's an existing Database Management private endpoint in the same VCN, you can reuse it even if it's not in the same subnet. | ||
|
||
![Multicloud ADB Private Endpoint](./images/odaa-odaa-adb-privateendpoint.png " ") | ||
|
||
* **Add ingress and egress security rules** (TCP protocol, port 1521 or 1522) to NSG in the VCN to enable communication between the Database Management private endpoint and the Autonomous Database. If an NSG is not available, create one and add ingress and egress security rules on TCP protocol with a port used for JDBC for the subnet IP CIDR. | ||
|
||
![Multicloud ADB Security List](./images/odaa-odaa-adb-securitylist.png " ") | ||
|
||
* Note that if the Autonomous Database and the Database Management private endpoint are not in the same subnet, you must: | ||
* Replace the JDBC port constraint with All on the non-database end. | ||
* Replace the subnet IP CIDR with the VCN IP CIDR. | ||
|
||
#### Save the wallet in a Vault service secret for mTLS connections | ||
|
||
* **Download the wallet from the Autonomous Database details page**. For Autonomous Databases Serverless, it's recommended that you download the Regional wallet. | ||
|
||
![Download Multicloud Autonomous Database wallet](./images/odaa-download-adb-wallet.png " ") | ||
|
||
* Once you download the wallet, you must **extract the wallet_\<databasename\>.zip file and save the SSO wallet, cwallet.sso file in a Vault service secret**. This secret can then be uploaded when enabling Diagnostics & Management for the Autonomous Database. Note that if you've not created a secret with the cwallet.sso file, you can also do so when enabling Diagnostics & Management. | ||
|
||
![Store Multicloud Cloud Database wallet in the vault secret](./images/odaa-store-sso-wallet-in-vault.png " ") | ||
|
||
|
||
## Task 2: Enable Database Management for Oracle Database@Azure Autonomous Database | ||
|
||
* Open the **Navigation Menu** | ||
* Click **Observability & Management**. | ||
* Under **Database Management**, click **Administration**. | ||
* **On the left pane**, select a **compartment** in the Compartment drop-down list and Autonomous in the Deployment type drop-down list. | ||
* On the Managed databases page, click **Enable Database Management**. | ||
|
||
In the Enable Database Management panel, provide the information: | ||
|
||
* **Database type**: Select Autonomous. | ||
* **Workload type**: Select the Autonomous Database workload type. | ||
* **Deployment type**: Select the deployment type: Autonomous Serverless | ||
* **Autonomous Database**: Select the Autonomous Database. | ||
* **Service name**: The predefined connection profiles for the Autonomous Database are automatically displayed in the dbname_<service name> (TLS or Mutual TLS) format. | ||
* **Protocol**: The TCP or TCPS protocol used to connect to the Autonomous Database | ||
* **Port**: 1521(TCP) or 1522(TCPS) | ||
* **Database wallet secret**: Select the secret that contains the wallet from the drop-down list. This field is only displayed if mTLS is appended to the service name. If an existing secret that contains the wallet is not available, then select Create new secret... in the drop-down list and save the cwallet.sso file in a secret. | ||
|
||
![Enable Database Management for ADB](./images/odaa-enable-adb1.png " ") | ||
|
||
* Provide the credentials for the database connection | ||
* **Database username**: Enter admin | ||
* **User password secret**: Select the secret from the drop down menu | ||
* Click **Add policy** to create the policy for Database Management service to read the secret. | ||
* **Select connection mode**: select Private Endpoint from the drop-down menu | ||
* **Management options**: select Full management | ||
* Click **Enable Database Management** | ||
|
||
![Enable Database Management for ADB](./images/odaa-enable-adb2.png " ") | ||
|
||
* After you enable Database Management, you can click the **Work Requests** on the left pane under Resources to monitor the progress of the work request. | ||
* After Database Management is successfully enabled, the **Enable** option next to Database Management on the Autonomous Database Details page is replaced with Enabled. A **Disable** option is also displayed, which you can click to disable Database Management. | ||
* Click the **Autonomous Database** for which we just enabled Database Management to view Managed Database Details. | ||
|
||
## Acknowledgements | ||
|
||
- **Author** - Royce Fu, Master Principal Cloud Architect, North America Cloud Engineering | ||
- **Contributors** - Royce Fu, Derik Harlow, Murtaza Husain,Sriram Vrinda | ||
- **Last Updated By/Date** - Royce Fu, December 2024 |
Binary file added
BIN
+69.9 KB
...b-at-azure-monitoring/dbm-oracledbatazure-adbs/images/odaa-dbm-architecture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+503 KB
...t-azure-monitoring/dbm-oracledbatazure-adbs/images/odaa-download-adb-wallet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+170 KB
oracle-db-at-azure-monitoring/dbm-oracledbatazure-adbs/images/odaa-enable-adb1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+139 KB
oracle-db-at-azure-monitoring/dbm-oracledbatazure-adbs/images/odaa-enable-adb2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+114 KB
...re-monitoring/dbm-oracledbatazure-adbs/images/odaa-odaa-adb-privateendpoint.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+281 KB
...db-at-azure-monitoring/dbm-oracledbatazure-adbs/images/odaa-odaa-adb-secret.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+607 KB
...azure-monitoring/dbm-oracledbatazure-adbs/images/odaa-odaa-adb-securitylist.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+234 KB
...e-monitoring/dbm-oracledbatazure-adbs/images/odaa-store-sso-wallet-in-vault.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
181 changes: 181 additions & 0 deletions
181
...b-at-azure-monitoring/dbm-oracledbatazure-cdb-pdb/enable-dbm-oracledbatazure.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,181 @@ | ||
# Enable Database Management for Oracle Database@Azure Cloud Databases | ||
|
||
## Introduction | ||
|
||
In this lab, you will go through the steps to set up Database Management for Oracle Database@Azure Databases. | ||
|
||
Multicloud adoption allows businesses to harness the strengths of different cloud platforms while mitigating risks. However, monitoring and managing databases in a multicloud environment introduces unique challenges, requiring specialized approaches and solutions. You can use Diagnostics & Management features to monitor and manage Oracle Databases running on the following cloud platforms: | ||
|
||
![Database Management Architecture](./images/odaa-dbm-architecture.png "Database Management Architecture") | ||
|
||
Estimated Time: 60 minutes | ||
|
||
### Objectives | ||
|
||
Set up Database Management to monitor and manage Oracle Database@Azure Cloud Databases. | ||
|
||
Here are some of the important tasks you can perform using Diagnostics & Management features: | ||
* Monitor the key performance and configuration metrics of your fleet of Oracle Databases. You can also compare and analyze database metrics over a selected period of time. | ||
* Use Performance Hub for a single-pane-of-glass view of database performance, which enables you to quickly diagnose performance issues. | ||
* Use AWR Explorer to visualize historical performance data from AWR snapshots in easy-to-interpret charts. | ||
* Use the other available Diagnostics & Management features to monitor, manage, and administer a single Oracle Database. | ||
* Use dashboards to visualize, explore and analyze database performance metrics. | ||
|
||
### Prerequisites | ||
|
||
Understand the Oracle Database@Azure compartment structure: | ||
Oracle Database@Azure Exadata Infrastructure is created in the auto-generated compartment with the name matches the Azure Subscription ID. | ||
![Oracle Database@Azure Compartment](./images/odaa-compartment1.png "Oracle Database@Azure Compartment") | ||
![Oracle Database@Azure Compartment](./images/odaa-compartment2.png "Oracle Database@Azure Compartment") | ||
|
||
#### Add Required IAM Policies | ||
* From the **Oracle Cloud console navigation menu** located in the upper left, click **Identity & Security**. Under **Identity**, click **Policies**. | ||
* Click **Create Policy**. In the **Create Policy** dialog : | ||
* **Name**: Enter MulticloudLink_ODBAA_20240227_DBM_Policy | ||
* **Description**: Enter Multicloud ODBAA Database Management Service Policy | ||
* **Compartment**: Select root. | ||
* Enable **Show manual editor**. | ||
* Enter the following in **Policy Builder**: | ||
* **Policy statements** | ||
``` | ||
<copy> | ||
Allow service dpd to read secret-family in compartment MulticloudLink_ODBAA_20240105042431 | ||
Allow service dpd to manage objects in compartment MulticloudLink_ODBAA_20240105042431 | ||
Allow group odaa_dbmgmt-group to manage dbmgmt-family in tenancy | ||
Allow group odaa_dbmgmt-group to read database-family in tenancy | ||
Allow group odaa_dbmgmt-group to manage vnics in tenancy | ||
Allow group odaa_dbmgmt-group to use subnets in tenancy | ||
Allow group odaa_dbmgmt-group to use network-security-groups in tenancy | ||
Allow group odaa_dbmgmt-group to use security-lists in tenancy | ||
Allow group odaa_dbmgmt-group to manage secret-family in compartment MulticloudLink_ODBAA_20240105042431 | ||
Allow group odaa_dbmgmt-group to read buckets in compartment MulticloudLink_ODBAA_20240105042431 | ||
</copy> | ||
``` | ||
|
||
### Task 1: Create Database Monitor User | ||
|
||
Set database monitoring user credentials in the **Oracle Database@Azure**. You must grant a database user, for example, **DBSNMP**, the privileges required to monitor and manage the Oracle Database@Azure Databases. | ||
|
||
Connect to DBCS database as **SYSDBA** and execute the following : | ||
|
||
``` | ||
<copy> | ||
GRANT CREATE PROCEDURE TO dbsnmp; | ||
GRANT SELECT ANY DICTIONARY, SELECT_CATALOG_ROLE TO dbsnmp; | ||
GRANT ALTER SYSTEM TO dbsnmp; | ||
GRANT ADVISOR TO dbsnmp; | ||
GRANT EXECUTE ON DBMS_WORKLOAD_REPOSITORY TO dbsnmp; | ||
alter user dbsnmp account unlock; | ||
alter user dbsnmp identified by "<password>"; | ||
</copy> | ||
``` | ||
|
||
The database user password checks in Database Management require the password to be Federal Information Processing Standards (FIPS) compliant: | ||
|
||
* Password length must be between 14 to 127 characters. | ||
* Password must have at least one lowercase, one uppercase, one digit, and one special character. | ||
|
||
### Task 2: Create OCI Vault and Secret to Store Database Monitoring User Credentials | ||
|
||
* From the Oracle Cloud Console **Navigation Menu** located in the upper left, click Identity & Security and click Vault. | ||
* On the **OCI Vaults** page, click **Create Vault**. | ||
* Create in **Compartment**: Select the name of compartment. | ||
* **Name**: Enter OnM_vault. | ||
* Click **Create Vault**. | ||
|
||
![Multicloud Vault](./images/odaa-vault1.png " ") | ||
|
||
* Click the vault **OnM_vault** | ||
* On the Vault Details page, click **Create Key**. | ||
* On the **Create Key** page, select all the defaults | ||
* Enter **Name** : **OnM_key**. | ||
|
||
![Multicloud Vault Key](./images/odaa-vaultkey1.png " ") | ||
|
||
* On the **Vault Details** page, confirm the State of key is Enabled. | ||
* In the left pane, click **Secrets**. | ||
|
||
Click Create **Secret**. On the **Create Secret** page, enter the following : | ||
|
||
* **Compartment**: Select Compartment Name | ||
* **Name**: \<dbname\>_secret | ||
* **Description**: Monitoring user password | ||
* **Encryption Key**: Select OnM_key | ||
* **Select Manual secret generation** | ||
* **Secret Contents**: Enter the DBSNMP user password | ||
* Click **Create Secret**. | ||
|
||
Confirm the Status of \<dbname\>_secret is Active. | ||
![Multicloud Vault Secret](./images/odaa-vaultsecret1.png " ") | ||
|
||
### Task 3: Create a Database Management Private Endpoint | ||
|
||
* D**atabase Management Private Endpoint** is required to enable communication between Database Management and your Oracle Database@Azure in a Virtual Cloud Network (VCN). | ||
* Private endpoints are needed to connect to Oracle Database@Azure running in a private VCN. | ||
* **Database Management Private Endpoint** is its network point of presence in the Oracle Database@Azure’s VCN. | ||
* The private endpoint need not be on the same subnet as the Oracle Database@Azure, although, it must be on a subnet that can communicate with the Oracle Database@Azure. | ||
* Private End point must be on a subnet in the customer VCN that can communicate with the Oracle Cloud Database | ||
|
||
Refer Create a Database Management Private Endpoint for best practices. | ||
|
||
* Go to **Navigation menu**, click **Observability & Management**. Under **Database Management**, click **Administration**. | ||
* On the left pane on the **Administration** page, click **Private Endpoint** and select the compartment in which you want to create the private endpoint. | ||
* On the **Private Endpoints** page, click **Create Private Endpoint**. | ||
* In the **Create Private Endpoint** dialog: | ||
* **Name**: Enter DBM_PE. | ||
* **Description**: Enter Database Management Private Endpoint. | ||
* **Choose Compartment**: Select the compartment in which you want the private endpoint to reside. | ||
* **Use this private endpoint for RAC databases**: Select this check box if you want to create a Database Management private endpoint for Oracle Database@Azures RAC databases. | ||
* **Virtual Cloud Network**: Select the VCN in which the Oracle Database@Azure can be accessed. | ||
* **Subnet**: Select a subnet within the selected VCN. | ||
* **Network Security Group**: Optionally, select an NSG | ||
* Click **Create Private Endpoint**. | ||
|
||
## Task 4: (Optional) Add Security Rules to enable communications | ||
|
||
* Add ingress and egress security rules to Security Lists or Network Security Groups (NSGs) | ||
* You must have the required permissions to add the ingress and egress rules to Security Lists or Network Security Groups (NSGs) | ||
* For databases running on RAC and Exadata Cloud Service, use SCAN IP for communicating with Database Management service | ||
![Multicloud Security List Egress Configuration](./images/odaa-securitylistEgressConfig.png " ") | ||
* Add stateful security rules to a Security List to enable communication between a Database Management private endpoint and Oracle Database@Azure in the same subnet in the VCN. | ||
* Ingress rule for the Oracle Database@Azure's VCN: The Oracle Database@Azure's VCN (on port 1521) can receive incoming traffic from the Database Management private IP address from any port. | ||
![Multicloud Security List Ingress](./images/odaa-securitylistIngress.png " ") | ||
* Egress rule for the Database Management private endpoint: The Database Management private IP address (from any port) can send requests to the Oracle Database@Azure's VCN on port 1521. | ||
![Multicloud Security List Egress](./images/odaa-securitylistEgress.png " ") | ||
|
||
## Task 5: Enable Database Management Service for Oracle Database@Azure Databases | ||
|
||
* Navigate to the **Oracle Database@Azure Exadata VM Cluster Details** page | ||
* Click the related Database to enable the **Database Management Service** | ||
* On the **Database details** page, find **Associated services** section and click **Enable for Database Management**. | ||
|
||
![Multicloud Cloud Database](./images/odaa-cloud-db.png " ") | ||
|
||
After the Enable Database Management page is redirected and fully loaded, verify the following database information on the page. | ||
* VM cluster | ||
* Database home | ||
* Database name | ||
* Service name | ||
* Protocol | ||
* Port | ||
|
||
![Enable Multicloud Cloud Database](./images/odaa-enable-cloud-db1.png " ") | ||
|
||
Provide the credentials for the database connection | ||
* **Database username**: Enter dbsnmp | ||
* **User password secret**: Select the secret from the drop down menu | ||
* Click **Add policy** to create the policy for Database Management service to read the secret. | ||
* Select **Connection Mode**: select Private Endpoint from the drop-down menu | ||
* Select **Management options**: select Full management | ||
* Click **Enable Database Management** | ||
|
||
![Enable Multicloud Cloud Database](./images/odaa-enable-cloud-db2.png " ") | ||
|
||
## Conclusion | ||
In this lab, you learned the steps to enable **OCI Database Management Service** for **Oracle Database@Azure** to monitor the key performance and configuration metrics of the fleet of **Oracle Database@Azure** cloud databases. In addition, all the database performance and management tools such as **Performance Hub** and **AWR Explorer** are at your finger tips to support DBAs for their day to day database operations. | ||
|
||
## Acknowledgements | ||
|
||
- **Author** - Royce Fu, Master Principal Cloud Architect, North America Cloud Infrastructure Engineering | ||
- **Contributors** - Royce Fu, Derik Harlow, Murtaza Husain,Sriram Vrinda | ||
- **Last Updated By/Date** - Royce Fu, December 2024 |
Binary file added
BIN
+259 KB
...le-db-at-azure-monitoring/dbm-oracledbatazure-cdb-pdb/images/administration.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+287 KB
oracle-db-at-azure-monitoring/dbm-oracledbatazure-cdb-pdb/images/architecture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+430 KB
oracle-db-at-azure-monitoring/dbm-oracledbatazure-cdb-pdb/images/odaa-cloud-db.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.78 MB
...db-at-azure-monitoring/dbm-oracledbatazure-cdb-pdb/images/odaa-compartment1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.56 MB
...db-at-azure-monitoring/dbm-oracledbatazure-cdb-pdb/images/odaa-compartment2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+69.9 KB
...t-azure-monitoring/dbm-oracledbatazure-cdb-pdb/images/odaa-dbm-architecture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+503 KB
...zure-monitoring/dbm-oracledbatazure-cdb-pdb/images/odaa-download-adb-wallet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+170 KB
...-db-at-azure-monitoring/dbm-oracledbatazure-cdb-pdb/images/odaa-enable-adb1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+139 KB
...-db-at-azure-monitoring/dbm-oracledbatazure-cdb-pdb/images/odaa-enable-adb2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+150 KB
...t-azure-monitoring/dbm-oracledbatazure-cdb-pdb/images/odaa-enable-cloud-db1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+339 KB
...t-azure-monitoring/dbm-oracledbatazure-cdb-pdb/images/odaa-enable-cloud-db2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+114 KB
...monitoring/dbm-oracledbatazure-cdb-pdb/images/odaa-odaa-adb-privateendpoint.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+281 KB
...at-azure-monitoring/dbm-oracledbatazure-cdb-pdb/images/odaa-odaa-adb-secret.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+607 KB
...re-monitoring/dbm-oracledbatazure-cdb-pdb/images/odaa-odaa-adb-securitylist.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+79.8 KB
...azure-monitoring/dbm-oracledbatazure-cdb-pdb/images/odaa-securitylistEgress.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+82.1 KB
...monitoring/dbm-oracledbatazure-cdb-pdb/images/odaa-securitylistEgressConfig.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+84.4 KB
...zure-monitoring/dbm-oracledbatazure-cdb-pdb/images/odaa-securitylistIngress.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+234 KB
...re-monitoring/dbm-oracledbatazure-cdb-pdb/images/odaa-store-wallet-in-vault.png
Oops, something went wrong.
Binary file added
BIN
+341 KB
oracle-db-at-azure-monitoring/dbm-oracledbatazure-cdb-pdb/images/odaa-vault1.png
Oops, something went wrong.
Binary file added
BIN
+378 KB
...le-db-at-azure-monitoring/dbm-oracledbatazure-cdb-pdb/images/odaa-vaultkey1.png
Oops, something went wrong.
Binary file added
BIN
+491 KB
...db-at-azure-monitoring/dbm-oracledbatazure-cdb-pdb/images/odaa-vaultsecret1.png
Oops, something went wrong.
Oops, something went wrong.