How to determine if Oracle is using dictionary managed or locally managed tablespaces
Please Issue the following SQL:
select owner, EXTENT_MANAGEMENT, SEGMENT_SPACE_MANAGEMENT from dba_tables a , dba_tablespaces b
where table_name = 'PS_TL_TA_BAT_SUM1' and a.TABLESPACE_NAME= b.TABLESPACE_NAME
© ALL RIGHTS RESERVED. 使用条款 隐私 Cookie Preference Center