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: app_dr_common/fmw_change_to_tns_alias.sh
+5-3
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,12 @@
6
6
## Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/
7
7
##
8
8
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)
10
10
# 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)
13
15
14
16
# The script gathers the current connect string from the opss-datasource-jdbc.xml (can be executed multiple times
15
17
# 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