Setting Redo Transport Mode in True Cache

Set redo transport mode to control how the primary database sends redo data to True Cache.

You can’t configure redo transport mode with Database Configuration Assistant (DBCA). To set the redo transport mode, update the TRUE_CACHE_CONFIG initialization parameter on True Cache.

Use the following syntax on True Cache:

ALTER SYSTEM SET TRUE_CACHE_CONFIG='redo_transport={sync | async}' APPEND SCOPE=SPFILE;

True Cache supports the following redo transport modes:

The TRUE_CACHE_CONFIG initialization parameter is static. Restart True Cache for the redo transport mode change to take effect.

Related Topics

Shutting Down and Starting True Cache