12c upgrade - sqlldr duplicate entries
We upgraded our databases 12c and post upgrade when we load data using sqlldr , we are seeing two entries..
1 for log
1 for stdout
Because of these two entires from 12c log, all our validation jobs are getting failed in abinitio as we are getting two records for the same. So those lines should suppressed.
how can we supress the stdout messages in 12c, till 11g we did not face this issue as we were getting only one message.
TIA