Bulk Load of UDT
Content
I have a requirement to load 40,000+ UDT rows in a single table. UDT table contains only 1 column .
I tried to split the file in 5K and loaded through spreadsheet loader however the process is not completing . Its taking more than 10Hrs. Its importing into staging successfully but loading takes time and even not getting completed.
I tried loading through HDL as well, even this also has same performance issue.
Even i can split into smaller chunks like 500 to 1000 but this will take much more time to load all 42K records.
Is there any optimized way or workaround to load bulk udt. Any suggestion or thought are welcome.
1