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
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