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!

How to define SEGMENT SIZE at the time of create statement ?

Ujjwal RanaNov 9 2016 — edited Nov 11 2016

Hello Everyone

I wanted to make sure that my understandings is correct in related to DATA FILE. Below is what i have understood. Please advise if my understanding is wrong. So, When we create a table, oracle is going to create special storage unit and that storage unit is called SEGMENT.

Question : How do i define segment size at the time of create statement ? Lets assume like this is the table i want to create -----> create table tt(sal varchar2(20)); but i wanted to define segment size as well while creating table tt ? So my question here is what is the query to define segment size at the time of creating table tt ? Will appreciate if  you could guide me with query example.

Answer :

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 9 2016
Added on Nov 9 2016
19 comments
1,849 views