Как узнать allocation type, segment managment, extent managment у tablespace Oracle Posted on 04.06.2015 by rikonw select A.TABLESPACE_NAME, A.SEGMENT_SPACE_MANAGEMENT, a.allocation_type, EXTENT_MANAGEMENT from sys.DBA_TABLESPACES a;