• Index
  •  » Talend Open Studio for Data Integration » Usage, Operation
  •  » tOracleOutput doesn't tell why fewer records are committed to the DB?

#1 2012-05-31 18:38:09

rcn0706
Member
Registered: 2012-04-23
Posts: 32

tOracleOutput doesn't tell why fewer records are committed to the DB?

I notice the different between using tOracleOutput and tOracleOutputBulkExec is that the tOracleOutput doesn't tell you the reason why on the screen it says 100 rows committed to the database but when you go to the database there is fewer records. With tOracleOutputBulkExec, it tells you on the screen how many rows are committed and when you go to the directory where the sqlldr output the files you can see that there is a log file so you can see the reason why there are fewer records and there is a .bad file so you can see which data is bad but off course there is concern about spaces when you use tOracleOutputBulkExec since it creates temp files.  Therefor, with smaller table it is more idea to use tOracleOutput but is there a way to tell why there are fewer records committed to the database then what it said on the screen?  Is this a bug?

Thanks.

Offline

#2 2012-06-01 04:48:28

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

Re: tOracleOutput doesn't tell why fewer records are committed to the DB?

Hi

I don't think it's a bug.

The number on the screen shows how many rows have been passed through this rowstruct inner class.
For tOracleOutput, it just executes an insert sql statement simply. There isn't a way to monitor how many rows commit to DB.

Regards,
Pedro


Only Paranoid Survive.

Offline

  • Index
  •  » Talend Open Studio for Data Integration » Usage, Operation
  •  » tOracleOutput doesn't tell why fewer records are committed to the DB?

Board footer

Powered by FluxBB