CREATE TABLE ... WITH SEGMENT CREATION DEFFERRED issue
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
0