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.
1 parent 5802e81 commit a40f25aCopy full SHA for a40f25a
core/src/main/python/create.py
@@ -341,7 +341,9 @@ def validateRCUArgsAndModel(model_context, model):
341
has_atpdbinfo = atp_helper.has_atpdbinfo(rcu_db_info)
342
343
if model_context.get_archive_file_name() and not has_regular_db:
344
- #os.environ['oracle.jdbc.fanEnabled'] = 'false'
+ import java.lang.System as javasys
345
+ javasys.setProperty('oracle.jdbc.fanEnabled', 'false')
346
+
347
# 1. If it does not have the oracle.net.tns_admin specified, then extract to domain/atpwallet
348
# 2. If it is plain old regular oracle db, do nothing
349
# 3. If it deos not have tns_admin in the model, then the wallet must be in the archive
0 commit comments