IMPAX 6.5.1 Server Knowledge Base home > Oracle Server home

Adding a new datafile to the tablespace


Use the monitor_add utility to add a new datafile to the database. When you add another datafile to an existing tablespace, you increase the amount of disk space allocated for the corresponding tablespace. Before adding a new datafile, determine how much space is available on the disk.

Note:

Note:

Do not make a datafile larger than 2 GB if only tape backup is used.

To add a new datafile to the tablespace

  1. Run the monitor_add utility by typing

    monitor_add (Solaris) or bash monitor_add (Windows)

  2. To specify that you want to add a datafile to the database, at the prompt , type C to continue.

  3. At the prompt, type the tablespace name—possibly mvfindex.

  4. Type the path name for the datafile:

    /usr/mvf/data/dbase/data1 (Solaris)

    E:\data\dbase\data1 (Windows)

  5. For the size of the datafile in megabytes, type 2000.

    The following message appears:

    Please wait while file is being created (may take a minute) ..Database file mvf02.dbf has been added.

    Monitor statistics updated.

  6. Back up the database.


See also


Topic number: 8882

Applies to: IMPAX 6.5.1 Server Knowledge Base