You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: