What is the query to find out if the tablespace is locally managed or dictionary-managed?

    Requires Free Membership to View

Query the EXTENT_MANAGEMENT column of the DBA_TABLESPACES view. If the tablespace shows LOCAL in this column, then the tablespace is a locally managed tablespace. If the tablespace shows DICTIONARY, then it is a dictionary-managed tablespace.

This was first published in January 2006

Join the conversationComment

Share
Comments

    Results

    Contribute to the conversation

    All fields are required. Comments will appear at the bottom of the article.