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
915
915
Action completed with success
916
916
917
917
918
- Update a staging server and instace for Sybase or MS SQL
918
+ Update a staging server and instance for Sybase or MS SQL
919
919
920
920
dx_ctl_dsource -d Landshark5 -action update -dsourcename pubs3 -backup_dir /u02/sybase_backup -stageinst LINUXTARGET -stageenv linuxtarget
921
921
Waiting for all actions to complete. Parent action is ACTION-8576
@@ -924,7 +924,7 @@ =head1 EXAMPLES
924
924
Action completed with success
925
925
926
926
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
928
928
929
929
dx_ctl_dsource -d Landshark5 -action update -group SybaseSource -backup_dir /u02/sybase_backup -stageinst LINUXTARGET -stageenv linuxtarget
930
930
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
742
742
-targetname targ_name
743
743
-dbname db_name | -path vfiles_mountpoint
744
744
-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
747
747
[-creategroup]
748
748
[-srcgroup Source group]
749
749
[-timestamp LATEST_SNAPSHOT|LATEST_POINT|time_stamp]
@@ -802,6 +802,7 @@ =head1 SYNOPSIS
802
802
[-tdekeyid tde_key_id]
803
803
[-tdecdbpassword tde_cdb_keystore_password]
804
804
[-customparameters (param_name=value)|(#param_name)]
805
+ [-datapatch no|yes]
805
806
[-help] [-debug]
806
807
807
808
@@ -1034,6 +1035,9 @@ =head2 VDB arguments
1034
1035
Provide a custom parameter for Postgresql. For more then one parameter, use -customparameters multiple times.
1035
1036
To comment an existing variable inside Postgresql VDB, put a # sign before a parameter.
1036
1037
1038
+ =item B<-datapatch no|yes >
1039
+ Invoke datapatch for Oracle database. Default value is no
1040
+
1037
1041
=back
1038
1042
1039
1043
=head2 Hooks
You can’t perform that action at this time.
0 commit comments