SQL Performance (MOSC)

MOSC Banner

Table Partition Insert

edited May 24, 2018 4:39AM in SQL Performance (MOSC) 4 commentsAnswered ✓

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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center