To check if tablespace is dictionary managed or locally managed Home > Database Blog > To check if tablespace is dictionary managed or locally managed select tablespace_name, extent_management from dba_tablespaces where tablespace_name = <Tablespace_name> order by 1 Doyensys social@doyensys.com Recent Posts Restricting multiple sessions per user in Oracle APEX APEX USER LOGIN LOGOUT AUDIT Converting UTC to Local Time with DST in Oracle Integration