--dbspace# "[initial size], [growth increment], [tablespace path]" - Database Reference Guide - Foundation 23.1 - Foundation 23.1 - Ready - OnBase - external

Database Reference Guide

Platform
OnBase
Product
Database Reference Guide
Release
Foundation 23.1
License
Note:

This switch requires the application of the -- tablespaceoption "custom" switch. For more information, see --tablespaceoption "[option]".

Add the --dbspace# switch to specify the initial size (in MB), growth increment (in MB), and location of a specific DBSpace. For example, the following string would configure DBSpace1 to have an initial size of 200 MB, a growth increment of 100 MB, and a location of [tablespace path]:

--dbspace1 "200, 100, [tablespace path]"

Note:

If a -- dbspace# switch is used to specify information for at least one DBSpace, then the switch must be used to specify information for every DBSpace.

The following string is an example of how multiple --dbspace# switches are used in conjunction with the --tablespaceoption "custom" switch:

--tablespaceoption "custom" --dbspace1 "200, 100, [dbspace1 path]" --dbspace2 "200, 100, [dbspace2 path]" --dbspace3 "200, 100, [dbspace3 path]" --dbspace4 "200, 100, [dbspace4 path]" --dbspace5 "200, 100, [dbspace5 path]" --dbspace6 "200, 100, [dbspace6 path]" --dbspace7 "200, 100, [dbspace7 path]" --dbspace8 "200, 100, [dbspace8 path]" --dbspace9 "200, 100, [dbspace9 path]" --dbspace10 "200, 100, [dbspace10 path]" --dbspace2i "200, 100, [dbspace2i path]" --dbspace3i "200, 100, [dbspace3i path]" --dbspace6i "200, 100, [dbspace6i path]" --dbspace9i "200, 100, [dbspace9i path]"