Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
IamHulk
Contributor
Contributor

tOracleOutput Component - How to extract failed records

Hi,

I am using oracle input component to read table and write the data to the oracle table using oracle output component after using some join conditions and transformation. Some records are failing to insert into the database tables because of the invalid format.I am not able to see the failed record data in the console, Is there way to extract the failed records ?

 

 

Labels (3)
4 Replies
akumar2301
Specialist II
Specialist II

Always better to do schema check just before tOracleoutput. You will have reject of schema which can be logged to file db or console
IamHulk
Contributor
Contributor
Author

HI Abhishek,

 

can u please provide example for this.

Anonymous
Not applicable

Hi

 

An example could be :

tFileinputDelimited --> tSchemaComplianceCheck -- Schema_OK --> tOracleOutput

 

Regards,

Pierre

IamHulk
Contributor
Contributor
Author

i am using dynamic schema this component will work for dynamic schema?