Hello,
I have pdi-ce-7.0.0.0-25 and I think the table input script is ignoring the Oracle optimizer hints.
I have a query, for example:
This query and text output (.csv) step is taking almost 25 minutes on PDI, but if I run the same query on Oracle Developer and manually exporting the result, is taking 9 to 10 minutes.
How can i verify if the step is using/processing/using correctly the Oracle hint?
Thanks in advance,
Jorge.
I have pdi-ce-7.0.0.0-25 and I think the table input script is ignoring the Oracle optimizer hints.
I have a query, for example:
Code:
Select
/*+ parallel(16) */
Employee,
Payroll
from schema.table
How can i verify if the step is using/processing/using correctly the Oracle hint?
Thanks in advance,
Jorge.