Skip to content

Commit a057c46

Browse files
authored
Update fmw_change_to_tns_alias.sh (#136)
Updated comment for LOcla Naming/conect descriptors formats
1 parent 485b2f2 commit a057c46

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

app_dr_common/fmw_change_to_tns_alias.sh

+5-3
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@
66
## Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/
77
##
88

9-
# This script can be used to replace the connect strings used by WLS datasources (under $DOMAIN_HOME}/config/jdbc)
9+
# -This script can be used to replace the connect strings used by WLS datasources (under $DOMAIN_HOME}/config/jdbc)
1010
# and jps config files (under ${DOMAIN_HOME}/config/fmwconfig) with a tns alias
11-
# Note this performs replacements in the WLS configuration files, so it must be used conscientiously and requires restart of the WLS servers to take effect
12-
# The script uses fmw_get_ds_property.sh and fmw_get_connect_string.sh so make sure to place them together with this script
11+
# -Note this performs replacements in the WLS configuration files, so it must be used conscientiously and requires restart of the WLS servers to take effect
12+
# -The script uses fmw_get_ds_property.sh and fmw_get_connect_string.sh so make sure to place them together with this script
13+
# -Refer to the Oracle NET Services Adminsitration guide for allowed connect descriptor formats. For example, ezconnect short-string formats like
14+
# //db:port/service are not supported by multiple Oracle NET Local Naming versions)
1315

1416
# The script gathers the current connect string from the opss-datasource-jdbc.xml (can be executed multiple times
1517
# each with a different DS if different connect strings are used by other DS) and replaces them with the tnsalias provided as parameter.

0 commit comments

Comments
 (0)