SQL*Loader and DC firewall timeout

connectionsoraclesql-loadertimeout

We are loading a huge dataset using SQLLDR and there are index creation that lasts for a couple hours or even more. Firewall drops this connection as there is no data transfer during index creation for an hour.
Oracle doesn't see this session as idle and doesn't drop connection, but firewall kills.

Do we have any workaround of this issue except changing firewall settings?

Best Answer

SKIP_INDEX_MAINTENANCE

The SKIP_INDEX_MAINTENANCE SQL*Loader command-line parameter specifies whether to stop index maintenance for direct path loads.

Then you can build the indexes after.