Skip to content

Connection Leak Issue in Oracle Enhanced Adapter #2434

@andrekullmann

Description

@andrekullmann

Hello,

We are experiencing a connection leak on the Oracle site. It appears that the enhanced adapter is creating too many connections.

Upon investigation, we found the following:

A new connection is created at this line:

ConnectionAdapters::OracleEnhanced::Connection.create(config), logger, config)

Additionally, a second connection is established in the constructor:

@raw_connection = ConnectionAdapters::OracleEnhanced::Connection.create(@config)

This behavior leads to a connection leak.

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions