Re: Table belongs to Original tablespace after export with DataPump
- From: Amir Gheibi <gheibia@xxxxxxxxx>
- To: David Ballester <ballester.david@xxxxxxxxx>
- Date: Fri, 30 Jan 2009 10:15:49 +0800
Thanks for the reply. But my question is how can I prevent this while importing so I don't have to run another script after that. On Thu, Jan 29, 2009 at 11:31 PM, David Ballester <ballester.david@xxxxxxxxx > wrote: > Alter table .... modify default attributes tablespace <tablespace > > > if this table has partitions, use: > > Alter table ... modify default attributes for partition <partition> > tablespace <tablespace> > > HTH > > D. > > > >
- Follow-Ups:
- Re: Table belongs to Original tablespace after export with DataPump
- From: David Ballester
- Re: Table belongs to Original tablespace after export with DataPump
- References:
- Table belongs to Original tablespace after export with DataPump
- From: Amir Gheibi
- Re: Table belongs to Original tablespace after export with DataPump
- From: David Ballester
- Table belongs to Original tablespace after export with DataPump
Other related posts:
- » Table belongs to Original tablespace after export with DataPump - Amir Gheibi
- » Re: Table belongs to Original tablespace after export with DataPump - David Ballester
- » Re: Table belongs to Original tablespace after export with DataPump - Amir Gheibi
- » Re: Table belongs to Original tablespace after export with DataPump - Niall Litchfield
- » Re: Table belongs to Original tablespace after export with DataPump - David Ballester
- » Re: Table belongs to Original tablespace after export with DataPump - rjamya
- » Re: Table belongs to Original tablespace after export with DataPump - Amir Gheibi
- » Re: Table belongs to Original tablespace after export with DataPump - Amir Gheibi
- » RE: Table belongs to Original tablespace after export with DataPump - Vishal Gupta