Quantcast
Channel: SCN : All Content - SAP on Oracle
Viewing all articles
Browse latest Browse all 2104

Left over LOB-Index after EHP7

$
0
0

Hello,

 

At the moment we have some ERP systems where we cannot delete the old PSAPR3700 tablespace, because there is a LOB-Index left over which I can't move to the new PSAPSR3740 tablespace.

 

SQL> select index_name from dba_indexes where tablespace_name='PSAPSR3700';

 

INDEX_NAME

------------------------------

SYS_IL0000041984C00004$$

 

 

SQL> select owner, table_name from dba_lobs where 'SYS_IL0000041984C00004$$'in (segment_name, index_name);

 

OWNER TABLE_NAME

------------------------------ ------------------------------

SAPSR3 DBMAPS

OWNER TABLE_NAME

------------------------------ ------------------------------

SAPSR3 DBMAPS

 

So the only way to drop the tablespace is:

 

drop tablespace PSAPSR3700 including contents and datafiles cascade constraints;

But I don't know anything about this index, so I'm not sure if I can drop the tablespace including the left over content.

Any idea, how I can move this index, or if there is no way (I don't find any) how to create the Oracle index (it's not in the DDIC) in the new tablespace?

 

Thank you!

 

Best regards,

Tobias


Viewing all articles
Browse latest Browse all 2104

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>