start mirroring argument: Starts storage space mirroring (SQL administration API)
Use the start mirroring argument with the admin() or task() function to start mirroring for a specified dbspace, blobspace, or sbspace.
Syntax
Element | Description | Key Considerations |
---|---|---|
space_name | The name of the blobspace, dbspace, or sbspace. |
Usage
This function is equivalent to the onspaces -m command.
Example
The following example starts mirroring for the dbspace named dbsp1:EXECUTE FUNCTION task("start mirroring","dbsp1");