Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Append random suffix to Oracle temp table #11319

Merged
merged 1 commit into from
Mar 4, 2022

Conversation

ebyhr
Copy link
Member

@ebyhr ebyhr commented Mar 4, 2022

Description

Append random suffix to Oracle temp table to fix query failure in case of concurrent temp table creation.

Related issues, pull requests, and links

Documentation

(x) No documentation is needed.

Release notes

(x) Release notes entries required with the following suggested text:

# Oracle
* Fix query failure when performing concurrent write operations. ({issue}`11318`)

To fix query failure in case of concurrent temp table creation.
@cla-bot cla-bot bot added the cla-signed label Mar 4, 2022
@ebyhr ebyhr merged commit bef3b28 into trinodb:master Mar 4, 2022
@ebyhr ebyhr deleted the ebi/oracle-tmp-table-name branch March 4, 2022 07:21
@ebyhr ebyhr mentioned this pull request Mar 4, 2022
@github-actions github-actions bot added this to the 373 milestone Mar 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

OracleClient.generateTemporaryTableName leads to query failure in case of concurrent tmp table creation
2 participants