On entry, Scriptoria re-calculates table, index, and lob storage requirements.
Create Tablespace for Table?: Check this box to create or alter a table space.
Name: The table space name defaults to the Access database name (amended to conform to ORACLE naming conventions when necessary) prefixed by “T_”. You can change this to any valid ORACLE name.
DataFile Location: The disk location where the table space is to be stored. An unqualified name will be stored in the default ORACLE\DATABASE installation directory. If a qualified file location is specified, it must refer to a path on the machine where ORACLE resides.
Initial Size: The sum of the calculated storage requirements of all Access tables.
Note that it is assumed that all tables will occupy one table space. You can create as many table spaces as you wish, however, you will need to enter your own size estimates and use the ORACLE Storage Assignment manager to assign the table spaces according to your needs.
Extend: Automatically extend data file in [Size] Increments
Check this box if you want the table space to be automatically extended by [Size] increments when the initial storage space has been exhausted.
The [Size] defaults to 20 percent of the Initial Size. Adjust this size according to your estimated growth needs.
Assign table space to all tables? By default, all Access tables will be assigned this table space name after it is created. This table space will be included in all subsequently generated ORACLE scripts.
Create Table Spaces: Press this button to create the table and/or index table space(s). Be sure to UNCHECK the Create Index and Blob Table Space boxes if do not wish create index and lob table spaces.