Error log type
-
Relational
-
File
-
Xml
-
Binary
-
All the above
Error logs in Informatica can be written to different storage types. Relational error logs store error information in database tables for structured querying and analysis. File-based error logs write errors to flat files (text, CSV) for portability and external processing. XML (C) and Binary (D) are not standard error log types - error logs are typically written in readable formats for debugging.
In ETL tools like Informatica PowerCenter, session error logs can be configured to write to either a Relational database table (structured, queryable) or a Flat File (plain text log), which is why both 'Relational' and 'File' are marked correct for this multi-select question. 'Xml' and 'Binary' are not standard error log output formats offered by these tools, and 'All the above' is wrong because it would incorrectly include the unsupported Xml/Binary options alongside the two valid ones.