Hello,
I have attempted to carry out a delete statement - it seemed to be taking forever, so I had to cancel it.
The select statement
select count(*)
from s_number_states
where nrs_sty_code in('J', 'C')
gives
COUNT(*)
---------
2,331,408
May present rollback segments handling it and cannot simply extend RBS (backup issues).
"How can I overcome the rollback issue"? or "How can I modify my delete script to improve performance"?
Also what can I use to check the performance of the sql select statement?
Your help gratly appreciated
I have attempted to carry out a delete statement - it seemed to be taking forever, so I had to cancel it.
The select statement
select count(*)
from s_number_states
where nrs_sty_code in('J', 'C')
gives
COUNT(*)
---------
2,331,408
May present rollback segments handling it and cannot simply extend RBS (backup issues).
"How can I overcome the rollback issue"? or "How can I modify my delete script to improve performance"?
Also what can I use to check the performance of the sql select statement?
Your help gratly appreciated