Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

What percentage of INSERT INTO .. SELECT has completed ?

Y.RamletFeb 16 2017 — edited Feb 17 2017

DB version: 11.2.0.4

OS : Oracle Linux 6.5

The following INSERT has been running for the last 7 hours . Usually it finishes in 4 hours. Is there any way to find what percentage of INSERT has completed ?

insert into /*+ APPEND */ Target_table2 select * from LargeQuery;

I tried querying gV$SESSION_LONGOPS WHERE TIME_REMAINING > 0 . But, it didn't return any records.

This post has been answered by AndrewSayer on Feb 16 2017
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 17 2017
Added on Feb 16 2017
16 comments
1,089 views