What is the maximum number of tablespaces that contain data for a table containing tw

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • valexena

    What is the maximum number of tablespaces that contain data for a table containing tw


    What is the maximum number of tablespaces that contain data for a table
    containing two LOB columns?


    --
    Posted via http://dbforums.com
  • Mark D Powell

    #2
    Re: What is the maximum number of tablespaces that contain data for a table containing tw

    valexena <member43815@db forums.comwrote in message news:<3551997.1 067847615@dbfor ums.com>...
    What is the maximum number of tablespaces that contain data for a table
    containing two LOB columns?
    The answer depends on several factors such as are you including
    indexes in your answer or just the table? Is the table and its indexes
    partitioned? Were the LOB object tables created in different
    tablespaces from the table?

    There is no definite answer without more information.

    I suggest you read the Concepts and DBA Administration manuals.

    HTH -- Mark D Powell --

    Comment

    Working...