Oracle Error Message
SQL*Loader-00276: Local storage option overrides global storage.
Reason for the Error
A storage clause has been specified in the table level options statement and also in the global options statement.
Solution
This is only a warning message. Table level options take precedence over global options. Drop the table level options statement if this is not the intent.