CREATE DATASTORE

Use the CREATE DATASTORE command to create an Oracle GoldenGate Monitor data store in the Oracle GoldenGate installation directory.

Syntax

CREATE DATASTORE [ MMAP | SHM [ID n] ]
MMAP

Indicates that the data store should use memory mapped files for interprocess communications.

SHM [ID n]

Indicates that the data store should use System V shared memory for interprocess communications. This option is not available on Windows platforms. If ID is not specified, a suitable default ID is used. SHM is the default.

Examples

CREATE DATASTORE MMAP
CREATE DATASTORE SHM
CREATE DATASTORE SHM ID 1000