Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to debug the TOracleSCD component

Hi,
I'm having a data issue when using the TOracleSCD component and I would like to see the actual statements being submitted to the database? I enabled DEBUG mode on the component...however I'm not able to get the information I need. Is it possible to see the insert or update statements that Talend is executing against the database?
Any tips would be greatly appreciated!
Thanks!
Chris
0683p000009MEW7.jpg 0683p000009ME7E.jpg 0683p000009MEWC.jpg 0683p000009MEMP.jpg 0683p000009MEWH.jpg
Labels (2)
3 Replies
Anonymous
Not applicable
Author

Hi,
There is a related SCD Component scenario SCD management methodologies, perhaps it will be useful for your job.
Best regards
Sabrina
Anonymous
Not applicable
Author

Hi Sabrina,
I guess I should have clarified that my issue is actually a performance issue.
I was thinking it may be helpful to see what statements Talend is sending to the database...like you can do with TOracleOutput. Is there a way to do this?
Can I step through the SCD component row by row?
I've enabled memory saving mode and it does not seem to improve performance and I would like to verify that my table structure is optimal for the way Talend is updating (ie indexes, column order, etc)
Thanks,
Chris
Anonymous
Not applicable
Author

Hello,
I'd like to push this.
Is there any way to log the executed queries of an SCD Component?
I get an ORA-01858 Error for example and without knowing which Query/Row raised this error I will never find the reason...
EDIT: I added a JIRA Issue for this need: https://jira.talendforge.org/browse/TDI-28636