|
Title: | How to specify/change the maximum size of a data base volume? |
Document: | 909488630 |
Author: | Roland Genske (rhg@marxmeier.com) |
Keywords: | A0600,database environment,maximum size,volume,dbvolcreate,dbvolextend,dbvolchange |
To specify the maximum size of a data base volume, use the
dbvolcreate or dbvolextend utility with the
-m parameter.
To change the maximum size of a data base volume, use the
dbvolchange utility with the -m parameter.
Usage of the -m parameter:
- -m 0
sets the maximum volume size to unlimited
(this is the default if -m is not specified)
- -m N where N > 0
sets the maximum volume size to N megabytes
Please note:When the database server is run with the
Personal Editition License, the entire data base environment
is limited to 50 megabytes. This limit remains even if
you upgrade to a commercial license since it is recorded
in the database environment. In order to remove this limit,
use the dbvolchange utility with the -m parameter
as explained above.
|
|