Database(Partitions) related query.... Please suggest..........

Posted by AGeek on Stack Overflow See other posts from Stack Overflow or by AGeek
Published on 2010-06-17T06:37:15Z Indexed on 2010/06/17 6:43 UTC
Read the original article Hit count: 182

Filed under:
|

The Query is as follows:-

We have an oracle schema, with tables partitioned.

--> Need to make one of the partition offline. (How to achieve this,, or have thought of assigning each partition, a different tablespace, and then making that tablespace offline) any other way out possible so as to avoid making so many tablespaces????

--> Then, copy the data files/ logs related to that partition to the temporary storage..... how to achieve this thing... any docs related to the same....

--> Then We make this partition / related tablespace online...


--> Then we create a second schema with the same tables as above.....

--> Copy the partition data from temporary storage to this table. (How this can be achieved,,, any specific doc???

--> Then verifying to the data is accessible in all respects.....


If possible, let's discuss to find out the solution........ Thanks....

© Stack Overflow or respective owner

Related posts about database

Related posts about partitioning