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: docs/resources/vdb.md
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -79,8 +79,8 @@ __General Oracle__
79
79
*`online_log_groups` - The number of online log groups.
80
80
*`archive_log` - TRUE or FALSE boolean to create a VDB in `archivelog` mode.
81
81
*`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.
84
84
85
85
__Oracle Multitenant__
86
86
<br /> In addition to the General Oracle arguments, the following list applies to the Oracle Multitenant deployment configuration.
@@ -95,20 +95,20 @@ __Oracle Multitenant__
95
95
*`cdb_tde_keystore_password` - The password for the Transparent Data Encryption keystore associated with the CDB. [Updatable]
96
96
*`target_vcdb_tde_keystore_path` - [Updatable] Path to the keystore of the vCDB.
97
97
*`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.
99
99
*`parent_tde_keystore_password` - The password of the keystore specified in parentTdeKeystorePath. [Updatable]
100
100
*`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]
101
101
102
102
__Oracle Real Applications Clusters (RAC)__
103
103
<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.
104
104
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.
106
106
*`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.
108
108
*`name` - (Required) Name of the environment variable
109
109
*`value` - (Required) Value of the environment variable.
110
110
*`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.
112
112
*`path_parameters` - (Required) This references a file from which certain parameters will be loaded.
113
113
114
114
### SQL Server
@@ -131,13 +131,13 @@ The following arguments apply to the SAP ASE database type.
131
131
*`truncate_log_on_checkpoint` - TRUE or FALSE value to truncate the logs on checkpoints.
132
132
133
133
### 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.
135
135
136
136
*`appdata_source_params` - (Required) The JSON payload conforming to the DraftV4 schema based on the type of application data being manipulated. [Updatable]
137
137
* Consult the connector documentation for more details.
138
138
*`additional_mount_points` - Specifies additional locations on which to mount a subdirectory of an AppData container. [Updatable]
139
139
*`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.
141
141
*`environment_id` - The entity ID of the environment on which the file system will be mounted.
0 commit comments