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

[Feature Request]: Oracle databases do support prepared statement metadata retrieval #3515

Closed
bcolas opened this issue Dec 22, 2023 · 1 comment
Assignees
Labels
Milestone

Comments

@bcolas
Copy link

bcolas commented Dec 22, 2023

What would you like to happen?

As Oracle database have supported Prepared Statement Metadata Retrieval since 11g
Could you please proceed to the following change in plugins/databases/oracle/src/main/java/org/apache/hop/databases/oracle/OracleDatabaseMeta.java ?

Modify isSupportsPreparedStatementMetadataRetrieval method as :
public boolean isSupportsPreparedStatementMetadataRetrieval() { return true; }

The impact on performance is huge (15 years of experience with PDI)

Issue Priority

Priority: 2

Issue Component

Component: Database

@hansva
Copy link
Contributor

hansva commented Dec 23, 2023

.take-issue

@nadment nadment self-assigned this Mar 13, 2024
usbrandon added a commit that referenced this issue Apr 9, 2024
Oracle databases do support prepared statement metadata retrieval #3515
@hansva hansva added this to the 2.9 milestone Apr 9, 2024
@hansva hansva closed this as completed May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants