Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> exp73 dumpparam for unlimited extents?

exp73 dumpparam for unlimited extents?

From: Robert Monical <tech_at_restek.com>
Date: Sat, 29 Jun 2002 20:53:19 -0800
Message-ID: <F001.0048C3A0.20020629205319@fatcity.com>


Hello,

Running Oracle 7.3.4.4 on Win2k.
Trying to implement unlimited extents of the same size. (Same size works for us).
Set the tablespace defaults
Dumped the users
Dropped the users
Imported the users

Tables still had the same mish-mash of extents and max extents 121

Here are my dump params
USERID = system/************@******
FILE = c:\dumps\test.dmp
LOG = c:\dumps\test.log
FULL = Y
buffer=1000000
consistent=y
compress=n

That did not work so I tried dumping an individual user USERID = system/*****@*******
FILE = c:\dumps\test.dmp
LOG = c:\dumps\test.log
FULL = N
COMPRESS = N
owner=restek

Still get mish-mash extents on import.

The load was always:
USERID = system/******@*****
FILE = c:\dumps\test.dmp
LOG = c:\dumps\test.dmprs.implog
FROMUSER = restek
TOUSER = restek

My quick test of create table tmp_xyz as select * from xyz gives me the result I want.

Any suggestions? Do I have to wait until I upgrade to 8i or 9i?

TIA
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Robert Monical
  INET: tech_at_restek.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 Sat Jun 29 2002 - 23:53:19 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US