Data dictionary question
Also if I set INCREMENT_BY when creating tablespace:
CREATE TABLESPACE TBSPACE2
DATAFILE '/u01/oradata/DBName/tbspace2_01.dbf' SIZE 256K
AUTOEXTEND ON NEXT 32K MAXSIZE 50M
ONLINE;
why is INCREMENT_BY field gets set to 4?
Is it because whetever I set it to get divided by default BLOCK_SIZE?