Verify databases are running in ARCHIVELOG mode - Intergraph Smart 3D - Administration & Configuration - Hexagon PPM

Intergraph Smart 3D Global Workshare (Oracle)

Language
English
Product
Intergraph Smart 3D
Subproduct
Global Workshare
Search by Category
Administration & Configuration
Smart 3D Version
13.1

When you run a database in ARCHIVELOG mode, you enable the archiving of the redo log. The changes (to data, tables, schemas, and so on) that take place at the Host and Satellite locations are recorded in the database redo log files. Because the GoldenGate Extract process reads information from the redo log files of the database, any database producing changes that are captured must be running in ARCHIVELOG mode.

Perform the following procedure at the Host and all of the Satellite locations that participate in the Workshare.

  1. Open SQL *Plus, and connect as a user with SYSDBA privileges.

  2. At the SQL prompt, type ARCHIVE LOG LIST, and press ENTER.

    ARCHIVELOG_SQLprompt

    The value for Database log mode is Archive mode, indicating that the database is in ARCHIVELOG mode. If the database is not in ARCHIVELOG mode, then the value for Database log mode is No Archive Mode.

  • Set the initial archiving mode as part of the database creation:

  • If the database was created in No Archive Mode, you can change the archiving mode by using the ALTER DATABASE statement with the ARCHIVELOG clause. To change the archiving mode, you must be connected to the database with administrator privileges (as SYSDBA). For step-by-step guidelines about switching from one archive mode to another, see Managing Archived Redo Logs in the Oracle Database Administrator's Guide delivered with the Oracle Database software.