Subject How to calculate database file size ?
Author goonct
Hi,

do you know how to calculate the actual file size will grow with the
below command:

create database 'test.gdb'
page_size 8192 user sysdba password masterkey
file 'test2.gdb' starting at page 100001
file 'test3.gdb' starting at page 200001;


The actual file size for test.gdb = 100000x8192byte ?

rgds, chooi-ting