My Oracle Support Banner

ORA-00959: Tablespace "_$deleted$13$0" AFTER MIGRATING, RENAMING AND DROPPING TABLESPACE (Doc ID 2908074.1)

Last updated on JANUARY 10, 2023

Applies to:

Oracle Database - Enterprise Edition - Version 19.14.0.0.0 and later
Information in this document applies to any platform.

Goal

after reorganized all segments stored in tablespace TBSP1 in a new TBSP2 tablespace by MOVE/REBUILD commands.

Migration process step are shown below:

- ALTER TABLE ... MOVE [PARTITION | SUBPARTITION] TABLESPACE TBSP2
- ALTER INDEX ... REBUILD [PARTITION] TABLESPACE TBSP2
- ALTER TABLE | INDEX ... MODIFY DEFAULT ATTRIBUTES TABLESPACE TBSP2, for tables / indexes (sub)partitions
- DROP TABLESPACE TBSP1 INCLUDING CONTENTS AND DATAFILES, when its was totally empty.
- ALTER TABLESPACE TBSP2 RENAME TO TBSP1

All segment objects have been migrated to new tablespace TBSP2 successfully.

after sometime some partition objects are facing ORA-00959 errors and we have noticed some inconsistent info by extracting DDL:

  CREATE TABLE <tabl name>
  ( col1.

.


  ) SEGMENT CREATION IMMEDIATE
..
..
  TABLESPACE "TBSP01"
  PARTITION BY RANGE (col1) INTERVAL (NUMTODSINTERVAL(1,'DAY')) STORE IN ("_$deleted$13$0") .


  TABLESPACE "TBSP1" ) ;
 

Solution

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Goal
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.