sqlldr exit code with SKIP_INDEX_MAINTENANCE

From: <google_at_dbux.ch>
Date: 17 Aug 2006 00:15:44 -0700
Message-ID: <1155798943.989600.47040_at_h48g2000cwc.googlegroups.com>



Hi all

I want to use the SQL*Loader with SKIP_INDEX_MAINTENANCE=true. The index will be rebuilt after the load.

Sqlldr is called from within a Java programme.

Everything works fine except that the exit code of sqlldr ist EX_WARN because of the not maintained index (as desired ;-) ).

It's also EX_WARN when records are rejected or discarded, so I don't want to ignore the exit code because this cases are errors for me.

Is there any possibility to distinct such warning reasons?

I don't want to parse the log file. This could change for every new release of sqlldr and changes of languages.

Thanks
dbux Received on Thu Aug 17 2006 - 09:15:44 CEST

Original text of this message