Skip to content

Oracle TC connection hangs when using TC_INITSCRIPT #408

@sooty1892

Description

@sooty1892

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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions