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

Home -> Community -> Usenet -> c.d.o.server -> Re: Import into other tablespace

Re: Import into other tablespace

From: Sybrand Bakker <postmaster_at_sybrandb.demon.nl>
Date: Sat, 27 Nov 1999 11:44:38 +0100
Message-ID: <943699556.12364.0.pluto.d4ee154e@news.demon.nl>


Unlimited tablespace gives privilege to create segments in any tablespace, quota or not.
As the old tablespace is in the create table statement, data will go to the old tablespace.
Revoke the unlimited tablespace privilege and it should work.

Hth,

--
Sybrand Bakker, Oracle DBA
Stefan Misch <stefan.misch_at_gmx.de> wrote in message news:81o9u8$10k$1_at_newsread.do.de.uu.net...
> Hi Oracle-Experts !
>
> I want to import the data of a specific user from a full export DMP-file
> which was created using exp80 on an Oracle 8.0.4. NT-Server into another
> tablespace. This user's data is in USER_DATA on the source NT-Server.
>
> I created an extra tablespace on another Oracle8 NT server (target
server).
> I created the user with the new tablespace as the default tablespace. The
> user has DBA authority. So after granting DBA to the user, I also granted
> unlimited tablespace on the new tablespace to the user and gave him a
quota
> of 0 on USER_DATA. Then I run the import.
>
> But this seems not to work.
> Any idea how I can import the data into another tablespace ?
>
> TIA,
> Stefan
>
>
>
Received on Sat Nov 27 1999 - 04:44:38 CST

Original text of this message

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