williey
Technical User
- Jan 21, 2004
- 242
Has anyone encounter issues with using direct path load in sqlldr with to_date function in the control card?
I have the following in my control card and all data are loaded except for the to_date conversion. When I disabled direct path load, the problem went away.
Looking at the logs, I do see the following warning message.
Turning off the data_cache or increasing the size of the buffer did not fix the problem. So I assume it is not related to the data not loading problem.
------------------------------------------
There are 10 kinds of people in this world. One that understands binary and the other one that does not.
I have the following in my control card and all data are loaded except for the to_date conversion. When I disabled direct path load, the problem went away.
Code:
asofdt "to_date('09-JAN-2007')",
process_date "to_date('09-JAN-2007')"
Looking at the logs, I do see the following warning message.
Turning off the data_cache or increasing the size of the buffer did not fix the problem. So I assume it is not related to the data not loading problem.
Code:
Date conversion cache disabled due to overflow (default size: 1000)
------------------------------------------
There are 10 kinds of people in this world. One that understands binary and the other one that does not.