You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: manageability-and-operations/observability-and-manageability/database-management/LZ-addons/files/steps_to_enable_DBM_ExaCC.md
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -22,13 +22,13 @@ Download the agent from OCI Console Observability and Managment to each single b
22
22
23
23
<imgsrc="./images/DBM_ExaCC_1.png">
24
24
25
-
On the box install the agent Doc ID [3015115.1](https://support.oracle.com/epmos/faces/DocumentDisplay?_afrLoop=455266221038386&id=3015115.1&_afrWindowMode=0&_adf.ctrl-state=78xw71hh9_4)
25
+
On the box install the agent Doc ID [3015115.1](https://support.oracle.com/epmos/faces/DocumentDisplay?&id=3015115.1)
26
26
27
27
```
28
28
sudo mkdir -p /devext/oracle/mgmt_agent
29
29
cat<<EOF>/devext/oracle/mgmt_agent/input.rsp
30
30
managementAgentInstallKey = 'key you created above'
31
-
CredentialWalletPassword = 'password'
31
+
CredentialWalletPassword = 'YOUR_PASSWORD'
32
32
GatewayServerHost = <
33
33
GatewayServerPort = 4480
34
34
EOF
@@ -63,11 +63,11 @@ Now you can see the agent check-in Observability and Management →Management Ag
63
63
__Create the Monitor user__
64
64
65
65
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
66
+
Download grantPrivileges.sql MOS Doc ID [2857604.1](https://support.oracle.com/epmos/faces/DocumentDisplay?&id=2857604.1) and run on the Container Database.
67
67
```
68
-
sqlplus sys/<password>@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=<host>.<domain>)(PORT=1521)))(CONNECT_DATA=(SERVICE=<CDB Servicename>))) as sysdba @grantPrivileges.sql C##OCI_MON_USER <password> N Y N> grantPrivileges.log
68
+
sqlplus sys/<YOUR_PASSWORD>@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=<host>.<domain>)(PORT=1521)))(CONNECT_DATA=(SERVICE=<CDB Servicename>))) as sysdba @grantPrivileges.sql C##OCI_MON_USER <YOUR_PASSWORD> N Y N> grantPrivileges.log
69
69
sqlplus
70
-
sys/<password>@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=<host>.<domain>)(PORT=1521)))(CONNECT_DATA=(SERVICE=<CDB Servicename>))) as sysdba @grantPrivileges.sql C##OCI_MON_USER <password> Y Y N> grantPrivileges.log
70
+
sys/<YOUR_PASSWORD>@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=<host>.<domain>)(PORT=1521)))(CONNECT_DATA=(SERVICE=<CDB Servicename>))) as sysdba @grantPrivileges.sql C##OCI_MON_USER <YOUR_PASSWORD> Y Y N> grantPrivileges.log
71
71
```
72
72
For each PDB/CDB
73
73
```
@@ -94,13 +94,13 @@ GRANT EXECUTE ON DBMS_WORKLOAD_REPOSITORY to C##OCI_MON_USER;
94
94
<tdalign="left">3</td>
95
95
<tdalign="left">
96
96
97
-
Create a secret key for C##OCI_MON_USER password (No for Autonomous)
97
+
Create a secret key for C##OCI_MON_USER password (No for Autonomous).
98
98
>Go to Identity&Security → Key Management →Secret Management
99
99
100
100
<imgsrc="./images/DBM_ExaCC_3.png">
101
101
<imgsrc="./images/DBM_ExaCC_4.png">
102
102
103
-
>Go to Identity&Security → Key Management & Secret Management → Create a key → Create a secret for C##OCI_MON_USER password
103
+
>Go to Identity&Security → Key Management & Secret Management → Create a key → Create a secret for C##OCI_MON_USER password.
104
104
105
105
<imgsrc="./images/DBM_ExaCC_5.png">
106
106
@@ -115,11 +115,11 @@ Create a secret key for C##OCI_MON_USER password (No for Autonomous)
115
115
<tdalign="left">
116
116
117
117
__Enable Database Management__
118
-
>Go to Observability →Database Management →Administration → Managed databases
118
+
>Go to Observability →Database Management →Administration → Managed databases.
0 commit comments