Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Partitions to non-partition
Export/Import is a very easy method of moving the data. You could
even create a database link and push/pull the data with a select
clause.
Use a where clause in the select to break the data into managable
pieces and do a commit often.
Ron
>>> mark.powell_at_eds.com 08/12/2004 4:12:47 PM >>>
Select the data into a delimited file and use sqlldr to load it into
the
single table.
That sounds easy enough to me.
HTH -- Mark D Powell --
-----Original Message-----
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org]On Behalf Of Kline.Michael
Sent: Thursday, August 12, 2004 4:01 PM
To: oracle-l_at_freelists.org
Subject: Partitions to non-partition
I've got data in one database that's not allowed to be touched for
now,
but I would like to get it out and take it to another database where
the
same table is NOT partitioned.
Is there an "easy" way to do this?
Is it possible?
Will export of the partition and import into a pre-existing non-partitioned table work?
Michael Kline
Database Administration
SunTrust Technology Center
1030 Wilmer Avenue
Richmond, Virginia 23227
Outside 804.261.9446
STNet 643.9446
Cell 804.744.1545
<mailto:michael.kline_at_suntrust.com> michael.kline_at_suntrust.com
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.htmlput 'unsubscribe' in the subject line.
-----------------------------------------------------------------
----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to: oracle-l-request_at_freelists.org
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.htmlput 'unsubscribe' in the subject line.
-----------------------------------------------------------------
----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to: oracle-l-request_at_freelists.org
![]() |
![]() |