srvctl modify mgmtdb

Modifies the configuration for the management database (CHM repository).

Note:

This command is only available with Oracle Clusterware.

Syntax and Parameters

Use the srvctl modify mgmtdb command with the following syntax:

srvctl modify mgmtdb [-pwfile password_file_path] [-spfile spfile_path]
  [-startoption start_option] [-stopoption stop_option] 
  [-diskgroup "diskgroup_list"]

Table A-83 srvctl modify mgmtdb Parameters

Parameter Description
-pwfile password_file_path

The full path to the ___location of the password file for the management database.

-spfile spfile_path_name

The path name of the new spfile to be used by the management database

-startoption start_options

Startup options for the management database, such as OPEN, MOUNT, or NOMOUNT

Note: For multi-word startup options, such as read only and read write, separate the words with a space and enclose in double quotation marks (""). For example, "read only".

See Also: SQL*Plus User's Guide and Reference for more information about startup options

-stopoption stop_options

Stop options for the management database, such as NORMAL, TRANSACTIONAL, IMMEDIATE, or ABORT

See Also: SQL*Plus User's Guide and Reference for more information about shutdown options

-diskgroup "diskgroup_list"

Comma-delimited list of Oracle ASM disk groups used by the management database

Example

The following example directs the management database to use the SYSFILES Oracle ASM disk group.

$ srvctl modify mgmtdb -diskgroup "SYSFILES"