Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 24 additions & 24 deletions umn/source/account_management/creating_an_account.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,29 +20,29 @@ Procedure

.. table:: **Table 1** Required parameters

+-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
| Parameter | Description |
+===================================+=======================================================================================================================================================+
| Username | Username of the account. |
| | |
| | The username can consist of 1 to 32 characters and must start with a letter. Only letters, digits, and underscores (_) are allowed. |
+-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
| Password | Password of the account. The password: |
| | |
| | - Can include 8 to 32 characters. |
| | - Must contain at least three of the following character types: lowercase letters, uppercase letters, digits, and special characters ``~!@#%^*-_+?`` |
| | - Cannot be a weak password. It cannot be overly simple and easily guessed. |
| | - Cannot be the username or the username spelled backwards. |
+-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
| Confirm Password | The confirm password must be the same as the entered password. |
+-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
| Schema | Schema to be associated with the account. You can select an existing schema from the drop-down list. |
| | |
| | The account can be used to access only the associated schemas. |
+-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
| Permissions | Options: **CREATE**, **DROP**, **ALTER**, **INDEX**, **INSERT**, **DELETE**, **UPDATE**, and **SELECT**. You can select any or a combination of them. |
+-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
| Description | Description of the account, which cannot exceed 256 characters. |
+-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
+-----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+
| Parameter | Description |
+===================================+========================================================================================================================================================+
| Username | Username of the account. |
| | |
| | The username can consist of 1 to 32 characters and must start with a letter. Only letters, digits, and underscores (_) are allowed. |
+-----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+
| Password | Password of the account. The password: |
| | |
| | - Can include 8 to 32 characters. |
| | - Must contain at least three of the following character groups: lowercase letters, uppercase letters, digits, and special characters ``~!@#%^*-_+?`` |
| | - Cannot be a weak password. It cannot be overly simple and easily guessed. |
| | - Cannot be the username or the username spelled backwards. |
+-----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+
| Confirm Password | The confirm password must be the same as the entered password. |
+-----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+
| Schema | Schema to be associated with the account. You can select an existing schema from the drop-down list. |
| | |
| | The account can be used to access only the associated schemas. |
+-----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+
| Permissions | Options: **CREATE**, **DROP**, **ALTER**, **INDEX**, **INSERT**, **DELETE**, **UPDATE**, and **SELECT**. You can select any or a combination of them. |
+-----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+
| Description | Description of the account, which cannot exceed 256 characters. |
+-----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+

#. Confirm the settings and click **OK**.
49 changes: 25 additions & 24 deletions umn/source/getting_started/step_3_create_a_ddm_account.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,34 +8,35 @@ Step 3: Create a DDM Account
Procedure
---------

#. Log in to the DDM console, in the instance list, locate the required DDM instance and click its name.
#. Log in to the DDM console. In the instance list, locate the required DDM instance and click its name.
#. In the navigation pane, choose **Accounts**.
#. On the displayed page, click **Create Account** and configure required parameters.

.. table:: **Table 1** Required parameters

+-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
| Parameter | Description |
+===================================+=======================================================================================================================================================+
| Username | Username of the account. |
| | |
| | The username can include 1 to 32 characters and must start with a letter. Only letters, digits, and underscores (_) are allowed. |
+-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
| Password | Password of the account. The password: |
| | |
| | - Can include 8 to 32 characters. |
| | - Must contain at least three of the following character types: letters, digits, and special characters ``~!@#%^*-_=+?`` |
| | - Cannot be a weak password. It cannot be overly simple and easily guessed. |
+-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
| Confirm Password | The confirm password must be the same as the entered password. |
+-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
| Schema | Schema to be associated with the DDM account. You can select an existing schema from the drop-down list. |
| | |
| | The account can be used to access only the associated schemas. |
+-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
| Permissions | Options: **CREATE**, **DROP**, **ALTER**, **INDEX**, **INSERT**, **DELETE**, **UPDATE**, and **SELECT**. You can select any or a combination of them. |
+-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
| Description | Description of the account, which cannot exceed 256 characters. |
+-----------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------+
+-----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+
| Parameter | Description |
+===================================+========================================================================================================================================================+
| Username | Username of the account. |
| | |
| | The username can consist of 1 to 32 characters and must start with a letter. Only letters, digits, and underscores (_) are allowed. |
+-----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+
| Password | Password of the account. The password: |
| | |
| | - Can include 8 to 32 characters. |
| | - Must contain at least three of the following character groups: lowercase letters, uppercase letters, digits, and special characters ``~!@#%^*-_+?`` |
| | - Cannot be a weak password. It cannot be overly simple and easily guessed. |
| | - Cannot be the username or the username spelled backwards. |
+-----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+
| Confirm Password | The confirm password must be the same as the entered password. |
+-----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+
| Schema | Schema to be associated with the account. You can select an existing schema from the drop-down list. |
| | |
| | The account can be used to access only the associated schemas. |
+-----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+
| Permissions | Options: **CREATE**, **DROP**, **ALTER**, **INDEX**, **INSERT**, **DELETE**, **UPDATE**, and **SELECT**. You can select any or a combination of them. |
+-----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+
| Description | Description of the account, which cannot exceed 256 characters. |
+-----------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------+

#. Click **OK**.
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,6 @@ Namespace

SYS.DDMS

.. note::

SYS.DDM is the namespace of DDM 1.0.

SYS.DDMS is the namespace of DDM 2.0.

DDM has been upgraded to version 2.0. The namespace is still SYS.DDM for existing users of DDM 1.0.

Metrics
-------

Expand Down