Table Partition Insert
Hi,
Oracle Version : 12.1.0.2
while doing partitioning facing slowness, some points,
1. have table Od_ev : 24 GB without partition.
2. Created Partition table Od_ev_P1, its same replica of Od_ev with same index, keys etc.
3. Now running statement
Insert into Od_ev_p1 select * from Od_ev;
4. This insert is running since 4 hours, is anything is wrong?
Thanks,
Br