BIzzare issue related to data size (table size) in the database after the load using SQLLDR (direct
I used the sqlldr (direct path) method to load it in one single partitioned (16 partitions) table. The table has two clob columns.
The lob columns are stored in a separate tablespace. This file ateup 192GB of hard disk space. I am not able to understand what caused this one. I tried alter table move, tablespace coalasce etc. But no result.
Help me out in understading what the issue is and how to fix this.