8000 Oracle DbalSessionHandler is broken. · Issue #15050 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content
Oracle DbalSessionHandler is broken. #15050
Closed
@nuncanada

Description

@nuncanada

There exists a Oracle bug with MERGE and CLOBs:
https://dev.icinga.org/issues/1362
(Notice that Oracle's proposed "fix" is only to throw a proper error message)

So you cannot reuse the same variable to bind a CLOB both to an INSERT and an UPDATE.
It will (intermittently) throw an ORA-0600 error...

A workaround is to bind the TEXT to 2 different variable names... dataInsert and dataUpdate for example...

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

      0