Quantcast
Channel: dBforums – Everything on Databases, Design, Developers and Administrators
Viewing all articles
Browse latest Browse all 13329

mis-detached partitions

$
0
0
I have a problem with my 9.7 database. Maybe someone can advice.

I have a large range-partitioned table TBL1, from which i detached partition to a separate table. But, because of my wrong actions detaching is not finished(apd is still filling diag log file). The problem is that the tablespace of the detached part is in "not available" condition. It is in RF pending state and after i RF it, it remains "not available after rf" (because i lost required logs). So i cannot drop the main table TBL1, i cannot complete detach, and i cannot drop the mis-detached table as well.

The question is: can i somehow get rid of the table and its partitions? Its data is lost anyway. I would leave them, but their containers occupy large space.
If not, how about manually deleting containers for the table? I could accept leaving corrupted table, because relocating/recreating whole database is not acceptible (too much data in DB).

any suggestions?

Viewing all articles
Browse latest Browse all 13329

Trending Articles