Skip to content

Commit 27c5e51

Browse files
author
Marcin Przepiorowski
committed
docs fix
1 parent 2f79ecd commit 27c5e51

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

bin/dx_ctl_dsource.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -915,7 +915,7 @@ =head1 EXAMPLES
915915
Action completed with success
916916
917917
918-
Update a staging server and instace for Sybase or MS SQL
918+
Update a staging server and instance for Sybase or MS SQL
919919
920920
dx_ctl_dsource -d Landshark5 -action update -dsourcename pubs3 -backup_dir /u02/sybase_backup -stageinst LINUXTARGET -stageenv linuxtarget
921921
Waiting for all actions to complete. Parent action is ACTION-8576
@@ -924,7 +924,7 @@ =head1 EXAMPLES
924924
Action completed with success
925925
926926
927-
Update a staging server and instace for Sybase or MS SQL based on group
927+
Update a staging server and instance for Sybase or MS SQL based on group
928928
929929
dx_ctl_dsource -d Landshark5 -action update -group SybaseSource -backup_dir /u02/sybase_backup -stageinst LINUXTARGET -stageenv linuxtarget
930930
Waiting for all actions to complete. Parent action is ACTION-8593

bin/dx_provision_vdb.pl

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -742,8 +742,8 @@ =head1 SYNOPSIS
742742
-targetname targ_name
743743
-dbname db_name | -path vfiles_mountpoint
744744
-environment environment_name
745-
-type oracle|mssql|sybase|vFiles
746-
-envinst OracleHome/MSSQLinstance/SybaseServer
745+
-type oracle|mssql|sybase|vFiles|postgresql
746+
-envinst OracleHome/MSSQLinstance/SybaseServer|Postgresql
747747
[-creategroup]
748748
[-srcgroup Source group]
749749
[-timestamp LATEST_SNAPSHOT|LATEST_POINT|time_stamp]
@@ -802,6 +802,7 @@ =head1 SYNOPSIS
802802
[-tdekeyid tde_key_id]
803803
[-tdecdbpassword tde_cdb_keystore_password]
804804
[-customparameters (param_name=value)|(#param_name)]
805+
[-datapatch no|yes]
805806
[-help] [-debug]
806807
807808
@@ -1034,6 +1035,9 @@ =head2 VDB arguments
10341035
Provide a custom parameter for Postgresql. For more then one parameter, use -customparameters multiple times.
10351036
To comment an existing variable inside Postgresql VDB, put a # sign before a parameter.
10361037
1038+
=item B<-datapatch no|yes>
1039+
Invoke datapatch for Oracle database. Default value is no
1040+
10371041
=back
10381042
10391043
=head2 Hooks

0 commit comments

Comments
 (0)