SQL*Loader performance can be improved by: (A) direct=true bypasses SQL processing for direct path loads; (C) managing indexes - you can skip index maintenance during load and rebuild after; (D) managing constraints - defer constraint checking until after load; (E) running multiple load jobs in parallel. Option B 'command' is not a performance parameter, and F 'fast=true' is not a valid SQL*Loader option.