Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Oracle Learning Notes Delete example tablespace

2025-02-23 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

SQL > drop tablespace EXAMPLE including contents and datafiles

Drop tablespace EXAMPLE including contents and datafiles

*

ERROR at line 1:

ORA-29857: domain indexes and/or secondary objects exist in the tablespace

-hint: ORA-29857: there are domain indexes and / secondary objects in the tablespace

SQL > col owner format A15

SQL > col segment_name format A30

SQL > col segment_type format A20

SQL > set pagesize 300

SQL > select distinct owner,segment_name,segment_type from dba_extents where tablespace_name='EXAMPLE'

OWNER SEGMENT_NAME SEGMENT_TYPE

HR DEPARTMENTS TABLE

OE ORDERS TABLE

OE PROMOTIONS TABLE

PM ONLINE_MEDIA TABLE

……

PM SYS_LOB0000051988C00006 $$LOBSEGMENT

SH SYS_LOB0000052332C00002 $$LOBSEGMENT

175 rows selected.

SQL > col owner format A15

SQL > col segment_name format A30

SQL > col segment_type format A20

SQL > select distinct owner,segment_name,segment_type from dba_segments where tablespace_name='EXAMPLE'

OWNER SEGMENT_NAME SEGMENT_TYPE

SH PRODUCTS_PROD_CAT_IX INDEX

SH CUSTOMERS TABLE

HR DEPARTMENTS TABLE

HR DEPT_LOCATION_IX INDEX

HR JHIST_JOB_IX INDEX

HR JHIST_EMPLOYEE_IX INDEX

HR JHIST_DEPARTMENT_IX INDEX

OE SYS_LOB0000051924C00023 $$LOBSEGMENT

OE ORDERS TABLE

……

SH SYS_IL0000052332C00002 $$LOBINDEX

SH SYS_LOB0000052332C00002 $$LOBSEGMENT

175 lines have been selected.

SQL > drop user SH cascade

User dropped.

SQL > drop user PM cascade

User dropped.

SQL > drop user OE cascade

User dropped.

SQL > drop user IX cascade

User dropped.

SQL > drop user HR cascade

User dropped.

SQL > drop tablespace example including contents and datafiles

Tablespace dropped.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report