Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Can ALTER TABLE change INITRANS value for a table?

Aadhya PatelMay 18 2016 — edited May 18 2016

I have a normal table. 

We need to change the INITRANS value for the table from 1 to 100.

Can we use ALTER TABLE to do this instead of dropping and recreating it?

The DB is a 11g R2.

The documentation is not clear on this. According to this documentation found here: https://docs.oracle.com/cd/B28359_01/server.111/b28286/statements_3001.htm#i2192749

You can it seems change this property only for INDEX ORGANIZED TABLES.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 15 2016
Added on May 18 2016
7 comments
16,351 views