theremin
Nov 2, 2006
How to use storage... I'm using the following command: CREATE TABLE CH07NEW_ADDRESSES OF CUSTOMER_ADDRESS_TYPE because I'm creating an object table, but next I want the table to have 10MB...
Oh gotcha. So if I do:
STORAGE (INITIAL 10M NEXT 10M PCTINCREASE 0)
The initial extent is 10M, second 20M, third 40M, fourth 80M ??
I want to double each time.