Purpose
Updates replication information while replication is running on an Oracle ACFS file system.
Syntax and Description
acfsutil repl update -h acfsutil repl update [-p primary_connect_string ] [-s standby_connect_string] [-z {on|off}] mount_point
acfsutil
repl
update
-h
displays help text and exits.
Table 16-39 contains the options available with the acfsutil
repl
update
command.
Table 16-39 Options for the acfsutil repl update command
Option | Description |
---|---|
|
Specifies the connection string for the primary file system. The user in the connection string must have |
|
Specifies the connection string for the standby file system. The user in the connection string must have |
|
Turn on or off compression on replication logs. Compression is off by default. |
|
Specifies the directory where the primary file system is mounted. |
The acfsutil
repl
update
command updates replication information after replication has been started. This command can only be run on the site hosting the primary file system. The connection strings for the primary and standby file systems can be altered.
You can specify any combination of the -p
, -s
, and -z
options, but you must specify at least one of those options.
While replication is running, compression can be turned on or off with the -z
option.
You must have system administrator privileges to run this command.
Examples
Example 16-33 shows the use of the acfsutil
repl
update
command.