RE: copy tablespace in one database
Date: Tue, 25 Mar 2008 15:55:14 -0500
Message-ID: <E63501B74DE6A2429DF8FB61BFD38E14027063CD@USWIMS04.kohlerco.com>
Why are you purging every night? You might be better served by copying
the old data to a different database to use as a DW of sorts.
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Wojciech Skrzynecki
Sent: Tuesday, March 25, 2008 3:51 PM
To: oracle-l_at_freelists.org
Subject: copy tablespace in one database
Hello
I plan to copy data from all tables to the new tables in new tablespace every night. Why? Old tablespaces will be purged every night and I have to have old date
I think that I have two options:
First
I have to copy tablespace to the new with new name plus date e.g. tablespace "name" to the new name_date.
Second:
Create tables in new tablespace "as select" but what can I do with indexes?
I do not know if first options is possible.
Maybe you have any idea to help me.
Rgds.
Wojtek
-- http://www.freelists.org/webpage/oracle-lReceived on Tue Mar 25 2008 - 15:55:14 CDT