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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Duhvelopers

RE: Duhvelopers

From: Deshpande, Kirti <kirti.deshpande_at_verizon.com>
Date: Mon, 14 Apr 2003 19:43:37 -0800
Message-ID: <F001.00581066.20030414194337@fatcity.com>


Melissa,  

Not a bug. It is how it works, unfortunately.  

According the Utilities Guide:
" By default, a table is imported into its original tablespace.
   If the tablespace no longer exists, or the user does not have sufficient quota in the tablespace, the system uses the default tablespace for that user, unless the table:

     Is partitioned
     Is a type table
     Contains LOB, VARRAY or OPAQUE type columns
     Has an index-organized table (IOT) overflow segment. "
 

So, you are stuck with these LOBs, unless you can get a new export file after they correct the source. But for now you may have to let the import dump these tables (with LOBs) into the original tablespace and then move them out later..  

I had to deal with a similar case just last week.... with a Vendor supplied dump file containing tables with LOBs. I ended up creating the tablespaces they wanted...  

HTH,  

-----Original Message-----
Sent: Monday, April 14, 2003 10:04 PM
To: Multiple recipients of list ORACLE-L

The tables that didn't create all contain LOB's. The tables without LOBs created with no problems.

CREATE TABLE ...........
TABLESPACE "SYSTEM" ENABLE STORAGE IN ROW CHUNK 4096 P"
"CTVERSION 10 NOCACHE STORAGE(INITIAL 12288 NEXT 12288 MINEXTENTS 1 MAXEXTE"
"NTS 249 PCTINCREASE 50 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT))"

IMP-00003: ORACLE error 1950 encountered 
ORA-01950: no privileges on tablespace 'SYSTEM' 
IMP-00017: following statement failed with ORACLE error 1950: 

Some bug probably.

-----Original Message-----
Sent: Monday, April 14, 2003 9:52 PM
To: 'ORACLE-L_at_fatcity.com'

List,

It's late, and I'm scratching my head on this.

Oracle 9IR2 Sun Solaris

I've got a dump file from some consultant DUHvelopers. All the tables were created in the system tablespace along with indexes etc....

In the past, I've been able to just import into another users schema and the tables are created in the default tablespace. For some reason this export file is still looking for the system tablespace when trying to create the tables.

What am I missing here?

TIA

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Deshpande, Kirti
  INET: kirti.deshpande_at_verizon.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
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 Mon Apr 14 2003 - 22:43:37 CDT

Original text of this message

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