Database Error Messages

SQL*Loader-00276

Local storage option overrides global storage.

Cause

A storage clause has been specified in the table level options statement and also in the global options statement.


Action

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.