Subject | How to calculate database file size ? |
---|---|
Author | goonct |
Post date | 2002-09-12T06:53:11Z |
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
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