File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
10341035Provide a custom parameter for Postgresql. For more then one parameter, use -customparameters multiple times.
10351036To 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
You can’t perform that action at this time.
0 commit comments