Database Administration (MOSC)

MOSC Banner

CREATE TABLE ... WITH SEGMENT CREATION DEFFERRED issue

edited Mar 8, 2011 8:33PM in Database Administration (MOSC) 6 commentsAnswered
 Hi One of the ct in 11gr2 have thousands of tables with table property as segment creation deffered. As they have issues with their application, want to change the table property with segment creation immediate. "With the DEFERRED_SEGMENT_CREATION initialization parameter set to TRUE or FALSE. This parameter can be set in the initialization file. You can also control it via the ALTER SESSION or ALTER SYSTEM commands. With the SEGMENT CREATION clause of the CREATE TABLE command: SEGMENT  CREATION DEFERRED: If specified, segment creation is deferred until the  first row is inserted into the table. This is the default behavior for the Oracle Database

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center