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 [IDn] -
Indicates that the data store should use System V shared memory for interprocess communications. This option is not available on Windows platforms. If
IDis not specified, a suitable default ID is used.SHMis the default.