smacattack
Technical User
As i understand it the oracle default storage is overwritten by the tablespace storage clauses which in turn gets overwritten by the tables storage clauses!
If the table storage params are less than the tablesapce params will it take the largest amount.
e:g
table initial extent = 131072
tablespace initial extent = 163840
Should it take the tablespace initial extent for all tables within the tablespace.?
Please advice as i am confused as to why a table has all extents 163840 while the table was created with next extents of 131072.
Many thanks.
If the table storage params are less than the tablesapce params will it take the largest amount.
e:g
table initial extent = 131072
tablespace initial extent = 163840
Should it take the tablespace initial extent for all tables within the tablespace.?
Please advice as i am confused as to why a table has all extents 163840 while the table was created with next extents of 131072.
Many thanks.