Skip to content

Commit 8aab15d

Browse files
Update steps_to_enable_DBM_ExaCC.md
formatting
1 parent 683cbe3 commit 8aab15d

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

manageability-and-operations/observability-and-manageability/database-management/LZ-addons/steps_to_enable_DBM_ExaCC.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ export OPT_ORACLE_SYMLINK=true
4343
usermod -a -G asmadmin mgmt_agent
4444
usermod -a -G oinstall mgmt_agent
4545
```
46-
Now you can see the agent check-in Observability and Management →Management Agent. Click on the three dots and enable OpsInsight and Database management and Logging Analytics Plugin
46+
Now you can see the agent check-in Observability and Management →Management Agent. \
47+
Click on the three dots and enable OpsInsight and Database management and Logging Analytics Plugin
4748

4849
<img src="../images/DBM_ExaCC_2.png">
4950

@@ -63,12 +64,15 @@ Now you can see the agent check-in Observability and Management →Management Ag
6364
__Create the Monitor user__
6465

6566
Creeate a user on each CDB
66-
Download grantPrivileges.sql MOS Doc ID [2857604.1](https://support.oracle.com/epmos/faces/SearchDocDisplay?_adf.ctrl-state=1dhr4uuluw_4&_afrLoop=105039164570647#BODYTEXT) and run on the Container Database
67+
Download grantPrivileges.sql MOS Doc ID [2857604.1](https://support.oracle.com/epmos/faces/SearchDocDisplay?_adf.ctrl-state=1dhr4uuluw_4&_afrLoop=105039164570647#BODYTEXT) \
68+
and run on the Container Database
6769
```
68-
sqlplus sys/<password>@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=<host>.<domain>)(PORT=1521)))(CONNECT_DATA=(SERVICE=<CDB Servicename>)))
70+
sqlplus sys/<password>@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=<host>.<domain>)
71+
(PORT=1521)))(CONNECT_DATA=(SERVICE=<CDB Servicename>)))
6972
as sysdba @grantPrivileges.sql C##OCI_MON_USER <password> N Y N> grantPrivileges.log
7073
sqlplus
71-
sys/<password>@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=<host>.<domain>)(PORT=1521)))(CONNECT_DATA=(SERVICE=<CDB Servicename>)))
74+
sys/<password>@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=<host>.<domain>)
75+
(PORT=1521)))(CONNECT_DATA=(SERVICE=<CDB Servicename>)))
7276
as sysdba @grantPrivileges.sql C##OCI_MON_USER <password> Y Y N> grantPrivileges.log
7377
```
7478
For each PDB/CDB
@@ -102,7 +106,9 @@ Create a secret key for C##OCI_MON_USER password (No for Autonomous)
102106
<img src="../images/DBM_ExaCC_3.png">
103107
<img src="../images/DBM_ExaCC_4.png">
104108

105-
>Go to Identity&Security → Key Management & Secret Management → Create a key → Create a secret for C##OCI_MON_USER password
109+
110+
Create a secret for C##OCI_MON_USER password
111+
>Go to Identity&Security → Key Management & Secret Management → Create a key → Create a secret
106112
107113
<img src="../images/DBM_ExaCC_5.png">
108114

0 commit comments

Comments
 (0)