2.3.1 Prerequisites
Before configuring True Cache, complete the following steps.
- Install the Oracle AI Database software on the True Cache nodes.
-
Ensure that a primary database is running on the primary node in archive logging (
ARCHIVELOG)mode.The primary database must be in
ARCHIVELOGmode to ship redo log files to the True Cache node. To see if the primary database is inARCHIVELOGmode, enter the following SQL query:SELECT log_mode FROM v$database; LOG_MODE ------------ ARCHIVELOGIf the primary database is not in
ARCHIVELOGmode, restart it in mount mode, run theALTER DATABASE ARCHIVELOGcommand, and open the primary database again. -
Don't set
LOG_ARCHIVE_CONFIGandLOG_ARCHIVE_DEST_non the primary database. True Cache automatically configures these for the primary database. -
If
LOG_ARCHIVE_DESTis set on the primary database, remove it.LOG_ARCHIVE_DESTis incompatible with theLOG_ARCHIVE_DEST_nparameters. For more information, see LOG_ARCHIVE_DEST.