Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: changing db_block_size
To change the block size you have to recreate the database.
How you are going to copy the data that's another issue. You can use full database export/import (pretty long downtime, or problems with data consistency) or you can do a live copy. More on a live copy you can see in: Venkat S. Devraj, Oracle 24x7 Tips & Techniques, Osborne Press, 2000. I am currently working on a similar project (live database migration). I will present some results at IOUG if you are there.
Djordje
> all,
>
> I would like to change the db_block_size (currently 2048) of our
production
> database and would be interested in hearing from those that have done this
on a
> not so small database. This is our oracle financials/manufacturing server
and
> is about 30GB in size. Did you recreate the database using imp/exp or
another
> method?
>
> Running Oracle 8.0.5 on Sun Solaris 7.
>
> thanks in advance...roy
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Roy Ferguson
> INET: rferguso_at_level1.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: djordjej INET: djordjej_at_home.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 Wed Mar 28 2001 - 08:46:43 CST