How to fix the Oracle error SQL*Loader-00276: Local storage option overrides global storage.?
In this post, you’ll learn more about the Oracle ErrorSQL*Loader-00276: Local storage option overrides global storage. with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
SQL*Loader-00276: Local storage option overrides global storage.
Reason for the Error SQL*Loader-00276: Local storage option overrides global storage.
A storage clause has been specified in the table level options statement and also in the global options statement.
How to fix the Error SQL*Loader-00276: Local storage option overrides global storage. ?
You can fix this error in Oracle by following the below steps
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.
Leave Your Comment