Home | Previous Page | Next Page   Utility Reference > onutil: Check, Define, and Modify Storage Objects >

ALTER LOGSLICE ADD LOGS

The onutil ALTER LOGSLICE ADD LOGS command allows you to add logical-log files to a logslice.

Syntax

Read syntax diagramSkip visual syntax diagram>>-ALTER--+---------+--LOGSLICE--logslice_name--ADD------------->
          '-LOGICAL-'

>--+---------+--LOGS-------------------------------------------><
   '-LOGICAL-'

Element Purpose Restrictions Syntax
logslice_name Name of the logslice The name must identify an existing logslice. See Logslice Name.
LOGICAL Optional keyword that does not change the command. None.

Usage

The database server must be in quiescent or online mode when you alter a logslice.

Use the onutil ALTER LOGSLICE ADD LOGS command with the onutil ALTER DBSLICE command, which adds new dbspaces to a specific dbslice. If this dbslice contains a logslice, use the onutil ALTER LOGSLICE command to add logical logs to the new dbspaces in the dbslice, thus extending the number of logical logs in this logslice. Each dbspace that was added to the dbslice since the logslice was last created or altered gets a new log file.

The database server automatically figures the size of the new log files in the logslice. One log file is put into every dbspace in this dbslice.

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]