Skip to content

Commit 683cbe3

Browse files
Update steps_to_enable_DBM_ExaCC.md
format test
1 parent 0040eca commit 683cbe3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,11 @@ __Create the Monitor user__
6565
Creeate a user on each CDB
6666
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
6767
```
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/<password>@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=<host>.<domain>)(PORT=1521)))(CONNECT_DATA=(SERVICE=<CDB Servicename>)))
69+
as sysdba @grantPrivileges.sql C##OCI_MON_USER <password> N Y N> grantPrivileges.log
6970
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
71+
sys/<password>@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=<host>.<domain>)(PORT=1521)))(CONNECT_DATA=(SERVICE=<CDB Servicename>)))
72+
as sysdba @grantPrivileges.sql C##OCI_MON_USER <password> Y Y N> grantPrivileges.log
7173
```
7274
For each PDB/CDB
7375
```
@@ -148,4 +150,4 @@ Copyright (c) 2025 Oracle and/or its affiliates.
148150

149151
Licensed under the Universal Permissive License (UPL), Version 1.0.
150152

151-
See [LICENSE](/LICENSE) for more details.
153+
See [LICENSE](/LICENSE) for more details.

0 commit comments

Comments
 (0)