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!

Performance Issue (Insert taking long time)

bhaveshpinkyJul 24 2003 — edited Jul 31 2003
Hi..
I have two tables say table A and B. Table A is back up of B. Table A and B having the identical structure with same indexes created (3 indexes). In table A, I have data some were around 500 million rows (or more than that). I can not delete or truncate table A. And from one of Stroed procedure, I'm inserting more data (say > 1 million more rows) from table B to A. But this insertion is taking long and long time. Some times apprears to be hanged. But from v$seesion I can identify the Query execution. I have tried PARALLEL Query, but seems not working. I tried to user HINTs also, but invain. Rollback segments are 4GB each and there are 3 RBS.
Can anyone suggest me what can be the issues......??? Any help will be appreciated..

Bhavesh
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 28 2003
Added on Jul 24 2003
17 comments
2,453 views