Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Importing tables w/large initial extents into a small database
Today I needed to setup an empty copy of a database in order
to do some testing. I took an export of the database using
the following command:
exp73 owner=XXX file=ffff log=llll ROWS=N
Even though no data was exported, all the CREATE TABLE statements in the export file contained storage clauses with very large initial extents. So in order to load this export file into another database, I had to allocate a very large tablespace to hold a bunch of empty tables. Is there a way to do the import in such a way that the tables are recreated using the default storage parameters defined in the target database? Received on Wed May 06 1998 - 18:56:40 CDT
![]() |
![]() |