Skip to content
This repository was archived by the owner on Feb 2, 2024. It is now read-only.
This repository was archived by the owner on Feb 2, 2024. It is now read-only.

Connect to Oracle error #24

Closed
Closed
@qiusxn

Description

@qiusxn

Hi,

Does this project support Oracle connection? Or how can I set the connection?

I set connections as below
connections = {'conn': 'oracle+cx_oracle://name:passwd@ip:port/dbname'}

When I run the project , got error "TypeError: Invalid argument(s) 'isolation_level' sent to create_engine(), using configuration OracleDialect_cx_oracle/NullPool/Engine. Please check that the keyword arguments are appropriate for this combination of components.
"
Seems the isolation_level is fixed to "AUTOCOMMIT" in create_connection(runners.py).

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions