stop mirroring argument: Stops storage space mirroring (SQL administration API)

Use the stop mirroring argument with the admin() or task() function to stop mirroring for a specified dbspace, blobspace, or sbspace.

Syntax


1  EXECUTE FUNCTION
1 admin
1 task
2  (
2  "stop mirroring" , "space_name" ) ;
Element Description Key Considerations
space_name The name of the blobspace, dbspace, or sbspace.

Usage

This function is equivalent to the onspaces -r command.

Example

The following example stops mirroring for the dbspace with the name of dbsp1:
EXECUTE FUNCTION task("stop mirroring","dbsp1");