Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Rollback segment usage
One of our user is planning to update a single column in a 5 million row table. Max size of a single RBS is 1GB. When trying to find optimal number of rows to commit after, should we consider the whole row size? Or we can just think about the single column size (this sounds very unlikely to me)?
Also, If I have a table which contains a date column. I need to change this column to a number(14) for business reasons. What would be the best approach?
current plan is as follows ...
1. drop index that use this column, 2. null the column 3. redefine the column 4. populate the column committing n rows at a time 5. rebuild indexes
is there a better and efficient way?
TIA
Raj
QOTD: Any clod can have facts, but having an opinion is an art !
*********************************************************************2
This e-mail message is confidential, intended only for the named recipient(s) above and may contain information that is privileged, attorney work product or exempt from disclosure under applicable law. If you have received this message in error, or are not the named recipient(s), please immediately notify corporate MIS at (860) 766-2000 and delete this e-mail message from your computer, Thank you.
*********************************************************************2
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Jamadagni, Rajendra
INET: Rajendra.Jamadagni_at_espn.com
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Thu Sep 06 2001 - 15:06:07 CDT
![]() |
![]() |