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: Moving data to tablespace with new name

Re: Moving data to tablespace with new name

From: Dimitar Radoulov <cichomitiko_at_gmail.com>
Date: Thu, 30 Jun 2005 16:38:46 +0200
Message-ID: <d04e2c6a0506300738584def27@mail.gmail.com>


> We want to move application data from one database to another. However,
> in the
> new database we want to change the tablespace names so that they follow
> a new naming convention. What is the easiest/most efficient way of doing
> this?

... and if you don't match some of the cases below(check the manuals for your Oracle version):

'If LOB data resides in a tablespace that does not exist at the time of import or the user does not have the necessary quota in that tablespace, the table will not be imported. Because there can be multiple tablespace clauses, including one for the table, Import cannot determine which tablespace clause caused the error. '

'All objects from that tablespace will be imported into their owner's default tablespace with the exception of partitioned tables, type tables, and tables that contain LOB or VARRAY columns or index-only tables with overflow segments. Import cannot determine which tablespace caused the error. Instead, you must first create a table and then import the table again, specifying IGNORE=Y.'

Cheers
Dimitre

--
http://www.freelists.org/webpage/oracle-l
Received on Thu Jun 30 2005 - 10:44:14 CDT

Original text of this message

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