Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Modify table
Are you concerned about the actual extents, or just parameters on the table?
If it is just the parameters, most of them can be altered (see alter table).
If it is the actual extents, please stop and think.
I'm trying to remember if I have any other reasons when rebuilds are justified in cost and time. Well, whole rebuilds are sometimes justified to accomodate new functional requirements such as supporting multiple languages justifies rebuilding for the new character set unless the non-rebuild change character set rules apply to your situation. Oh, here is a good one - If you have scheduled outage windows and the time to put automated rebuilds into a recurrent scheduling engine (like cron) is smaller than the time required to fix some report on the database that has format windows that now overflow.
Anyway, this was a long and possibly silly way to say, you may want to think about just altering the table. Not sure why you want max_extents small, though. I used to lose this argument all the time at DTSS: We wasted more cycles by terminating jobs that exceeded resource limits and then re-running the jobs from the start with higher limits than it would have cost to snipe runaways once a day that users would have agreed should not be re-run than all the time saved by resources limits ever. But I digress. When Mogens starts going on and on about VMS, I start thinking about where most of it was cribbed from. Then there is DaTaSyS, the first commercially available relational database management system. Of course it was only available on DTSS which had a total license distribution of about 15, so I can't really quibble with Oracle's claim. Even DTSS itself chose Oracle when it started making portable software products.
mwf
-----Original Message-----
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org]On Behalf Of Goulet, Dick
Sent: Tuesday, August 31, 2004 10:37 AM
To: oracle-l_at_freelists.org
Subject: RE: Modify table
Alter table move.
Dick Goulet
Senior Oracle DBA
Oracle Certified 8i DBA
-----Original Message-----
From: Jaehne, Richard S [mailto:JaehneRS_at_state.gov]
Sent: Tuesday, August 31, 2004 10:22 AM
To: 'Oracle-L (E-mail)
Subject: Modify table
All,
I'm running Oracle 8i on Solaris 8. I've got a table with some =3D
parameters that are really out of bounds (max_extents are HUGE). I know =
=3D
it's possible to reallocate on the fly w/ 9i, is it possible to =3D
reallocate in 8i as well? I'd like to redo this table w/out having to =
=3D
drop and recreate.
Thanks,=3D20
R. Jaehne
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.htmlput 'unsubscribe' in the subject line.
-----------------------------------------------------------------
----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to: oracle-l-request_at_freelists.org
![]() |
![]() |