Skip to content

Commit db9fd1b

Browse files
author
Uddipaan Hazarika
committed
comment fixes
1 parent 5fb6962 commit db9fd1b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/resources/vdb.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ __General Oracle__
7979
* `online_log_groups` - The number of online log groups.
8080
* `archive_log` - TRUE or FALSE boolean to create a VDB in `archivelog` mode.
8181
* `new_dbid` - TRUE or FALSE boolean to generate a new DB ID for the created VDB. [Updatable]
82-
* `listener_ids` - The listener IDs for this provision operation. This is a list of listener ids. For eg: `[ "listener-123", "listener-456" ]`. [Updatable]
83-
* `file_mapping_rules` - The VDB file mapping rules). Rules must be line separated (\n or \r) and each line must have the format "pattern:replacement". Lines are applied in order.
82+
* `listener_ids` - The listener IDs for this provision operation. This is a list of listener IDs. For eg: `[ "listener-123", "listener-456" ]`. [Updatable]
83+
* `file_mapping_rules` - The VDB file mapping rules. Rules must be line separated (\n or \r) and each line must have the format "pattern:replacement". Lines are applied in order.
8484

8585
__Oracle Multitenant__
8686
<br /> In addition to the General Oracle arguments, the following list applies to the Oracle Multitenant deployment configuration.
@@ -95,20 +95,20 @@ __Oracle Multitenant__
9595
* `cdb_tde_keystore_password` - The password for the Transparent Data Encryption keystore associated with the CDB. [Updatable]
9696
* `target_vcdb_tde_keystore_path` - [Updatable] Path to the keystore of the vCDB.
9797
* `tde_key_identifier` - ID of the key created by the Continuous Data Engine. [Updatable]
98-
* `tde_exported_key_file_secret` - Secret to be used while exporting and importing vPDB encryption keys if Transparent Data Encryption is enabled on the vPDB.
98+
* `tde_exported_key_file_secret` - Secret to be used when exporting and importing vPDB encryption keys if Transparent Data Encryption is enabled on the vPDB.
9999
* `parent_tde_keystore_password` - The password of the keystore specified in parentTdeKeystorePath. [Updatable]
100100
* `parent_tde_keystore_path` - Path to a copy of the parent's Oracle Transparent Data Encryption keystore on the target host. Required to provision from snapshots containing encrypted database files. [Updatable]
101101

102102
__Oracle Real Applications Clusters (RAC)__
103103
<br /> In addition to the General Oracle arguments, the following list applies to the Oracle RAC deployment configuration. All properties marked as required are necessary for Oracle RAC provisions.
104104

105-
* `cluster_node_ids` - The cluster node ids, name, or addresses for this provision operation.
105+
* `cluster_node_ids` - The cluster node IDs, name, or addresses for this provision operation.
106106
* `oracle_rac_custom_env_vars` - Environment variable to be set when the engine creates an Oracle RAC VDB. See the Delphix Continuous Data Engine documentation for the list of allowed/denied environment variables and rules about substitution.
107-
* `node_id` - (Required) The node id of the cluster.
107+
* `node_id` - (Required) The node ID of the cluster.
108108
* `name` - (Required) Name of the environment variable
109109
* `value` - (Required) Value of the environment variable.
110110
* `oracle_rac_custom_env_files` - Environment files to be sourced when the Delphix Continuous Data Engine creates an Oracle RAC VDB. This path can be followed by parameters. Paths and parameters are separated by spaces.
111-
* `node_id` - (Required) The node id of the cluster.
111+
* `node_id` - (Required) The node ID of the cluster.
112112
* `path_parameters` - (Required) This references a file from which certain parameters will be loaded.
113113

114114
### SQL Server
@@ -131,13 +131,13 @@ The following arguments apply to the SAP ASE database type.
131131
* `truncate_log_on_checkpoint` - TRUE or FALSE value to truncate the logs on checkpoints.
132132

133133
### Other Databases
134-
The following arguments apply to all other database types, such as PostgreSQL, MySQL, MongoDB, and others. These are databases that are supported by the AppData (vSDK) framework.
134+
The following arguments apply to all other database types, such as PostgreSQL, MySQL, MongoDB etc. These are databases that are supported by the AppData (vSDK) framework.
135135

136136
* `appdata_source_params` - (Required) The JSON payload conforming to the DraftV4 schema based on the type of application data being manipulated. [Updatable]
137137
* Consult the connector documentation for more details.
138138
* `additional_mount_points` - Specifies additional locations on which to mount a subdirectory of an AppData container. [Updatable]
139139
* `shared_path` - (Required) Relative path within the container of the directory that should be mounted.
140-
* `mount_path` - Absolute path on the target environment where the filesystem should be mounted.
140+
* `mount_path` - Absolute path on the Target environment where the filesystem should be mounted.
141141
* `environment_id` - The entity ID of the environment on which the file system will be mounted.
142142

143143
### Target Engine, Environment and Repository

0 commit comments

Comments
 (0)