We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 91e90d7 + c0bcd0b commit decd125Copy full SHA for decd125
core/src/main/python/wlsdeploy/tool/create/atp_helper.py
@@ -68,7 +68,7 @@ def fix_jps_config(rcu_db_info, model_context):
68
69
def get_atp_connect_string(tnsnames_ora_path, tns_sid_name):
70
try:
71
- f = open(tnsnames_ora_path, "r+")
+ f = open(tnsnames_ora_path, "r")
72
73
text = f.read()
74
finally:
0 commit comments