Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: export to a tablespace with different name..
For your situation, there will be not any problem to export from db A
then import into db B directly. It will be a problem only when db B has
the SAME tablespace name but it is not your target tablespace and the
owner happens to has unlimited quota on this tablespace. To fix the
problem in this scenario, you just disable the quotas on this tablespace
and set your target tablespace as default tablespace.
Jin Lingang
sunita_at_postoffice.worldnet.att.net wrote:
>
> I want to export the data from Database A to database B.
> Problem is the tablespace names are different in the
> two databases.
>
> What is the work around it?
>
> Currently I am using teh copy command to copy
> each table from A to B.
>
> Any ideas...
Received on Sun Aug 16 1998 - 22:37:31 CDT
![]() |
![]() |