Thanks
RC
Then, run a CREATE DATABASE script specifying an initial size for SYSTEM
tablespace equal to the currrent size. Then, run your catalog, catproc and
catexp system scripts. Create rollback segments as per the old system and
enable them. Then, if you changed any CREATE TABLESPACE stuff, run those.
Then, go into IMPORT and run your full database import. You may want to up
SORT_AREA_SIZE and import with COMMIT=Y (to try and speed things up, and
ensure you don't run out of rollback).
Hope this helps. I'm still playing around with db_block_buffers and
sort_area_size to work out an optimum and give me a little more insight into
how this all works. I left at the database usual size and import took 1.5
days for a 21gb database on a 196mb machine. I increased the params and
import took 2.5 days. Hmmm... too much so excessive swapping occurred. DOH!
Andrew
Richard Cuello <rc...@columbia.edu> wrote in message
news:38E4D2AA...@columbia.edu...