Oracle Error SQL*Loader-00277: Local file specification overrides global file specification.

Oracle Error Message

SQL*Loader-00277: Local file specification overrides global file specification.

Reason for the Error

A filename 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.