• Index
  •  » Talend Open Studio for Data Integration » Usage, Operation
  •  » Option to use oracle DML error logging in tOracleOutput?

#1 2012-06-12 18:05:31

SteveMoody
New member
Registered: 2010-07-13
Posts: 2

Option to use oracle DML error logging in tOracleOutput?

Is there a way to use the built in DML Error Logging feature from within the tOracleOutput component? As far as I can tell you can only add hints, but nothing at the end of the insert statement.

To use this in a you add "LOG ERRORS INTO ..." at the end of the insert/update/merge/delete statement

Example:

INSERT INTO dw_empl
  SELECT employee_id, first_name, last_name, hire_date, salary, department_id
  FROM employees
  WHERE hire_date > sysdate - 7
  LOG ERRORS INTO err_empl ('daily_load') REJECT LIMIT 25


For more info oin this feature see the link:

http://docs.oracle.com/cd/E11882_01/server.112/e17120/tables004.htm#InsertDMLErrorLogging

Offline

#2 2012-06-13 05:09:37

pedro
Member
Registered: 2011-11-17
Posts: 3682

Re: Option to use oracle DML error logging in tOracleOutput?

Hi

For any new feature, please report it on BugTracker.

Regards,
Pedro


Only Paranoid Survive.

Offline

  • Index
  •  » Talend Open Studio for Data Integration » Usage, Operation
  •  » Option to use oracle DML error logging in tOracleOutput?

Board footer

Powered by FluxBB