Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

External Table Not a Valid Month

William BartonDec 19 2024

I'm loading a data file with a DATE field using oracle_loader into an external table.

DATE_FORMAT DATE MASK “YYYYMMDD”

The select statement is rejecting all records where the date in the file is ‘00000000’. “error processing column. ORA-01843: not a valid month”

How can I setup external table access parameters to load a NULL date when data in file is blank or all zeros?

Comments
Post Details
Added on Dec 19 2024
1 comment
108 views