-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Description
When using the Oracle-XE TC along with TC_INITSCRIPT parameter, the connection fails as the TC parameters are passed to the Oracle container.
E.G
jdbc:tc:oracle://hostname/databasename?TC_INITSCRIPT=somepath/init_mysql.sql eventually maps to
jdbc:oracle:thin:system/oracle@//localhost:32775/xe?TC_INITSCRIPT=somepath/init_sql.sql which FAILS
jdbc:tc:oracle://hostname/databasename maps to
jdbc:oracle:thin:system/oracle@//localhost:32775/xe which WORKS
I believe this map be related to issue #345 & PR #357. If this is related, when will the PR be merged and if not, please can you help with the fix?
Reactions are currently unavailable