Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Drop a column in a 9 million records table
Yes even DDL uses rollback segments. After all, the dictionary is just a bunch of tables like everything else...
>>> ccharvest_at_yahoo.com 03/05/01 11:10AM >>>
The database is Oracle8.1.7. I used the syntax:
alter table foo drop column bar;
Why it gives run out of RBS error? Is alter table a DDL? How does it use RBS?
TIA Chris Harvest
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: CC Harvest INET: ccharvest_at_yahoo.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). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Tim Sawmiller INET: sawmillert_at_state.mi.us 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 Mon Mar 05 2001 - 13:30:17 CST
![]() |
![]() |