Home Home Screenshots Download Documentation Contact Licensing

Documentation: Aqua Data Studio 4.7     HTML Documentation download, ZIP: ads-docs.zip (Size: 20MB) / ads-docs-no-shots.zip (Size: 368KB)
  Getting Started
  Installation
  JDBC Drivers
  I. Oracle
  II. DB2 UDB
  III. SQL Server
  IV. Sybase ASE
  V. Sybase Anywhere
  VI. Informix
  VII. PostgreSQL
  VIII. MySQL
  Character sets
  Registering Servers
  I. MSDE 2000
  II. SQL Express 2005
  III. PostgreSQL SSL
  Application
  I. Browser & Scripting 
  II. Visual Editing
  III. SQL History
  IV. Shortcut Toolbar
  V. Options
  VI. Settings
  Query Window
  I. Basics
  II. Shortcut Keys
  III. Toolbar
  IV. Server Side Comments
  V. SQL Automation
  VI. Variable Binding
  VII. Results
  VIII. Save Results
  IX. Auto-completion
  X. SQL Formatter
  XI. Permissions
  XII. Parameterized
  Visual Explain Plan
  I. Basics
  II. Explain Plan
  III. Explain Diagram
  IV. Whiteboard
  Procedure Editor
  Tools
  I. Table Data Editor
  II. Script Generator
  III. ER Diagram
  IV. Query Builder
  V. Import Tool
  VI. Export Tool

  Oracle DBA Tools
  I. Instance Manager
  II. Storage Manager
  III. Rollback Manager
  IV. Log Manager
  V. Security Manager
  VI. Session Manager
  VII. SGA Manager
  VIII. Server Statistics
Log Manager - Provides manageability of Redo Logs and Archive Logs. Allows users to create and manage redo logs including monitoring archive logs.


Toolbar Operations -

Refresh : Will refresh all tabs in the log manager from the database
Create Redo Log Group: Create new redo log group
Edit Redo Log Group: Edit selected redo log group
Drop Redo Log Group: Drop selected redo log group
Redo Log Group Properties: View properties of selected redo log group
Switch Log File: Explicitly force Oracle Database to begin writing to a new redo log file group, regardless of whether the files in the current redo log file group are full. When you force a log switch, Oracle Database begins to perform a checkpoint but returns control to you immediately rather than when the checkpoint is complete.
Take Checkpoint: Force Oracle Database to perform a checkpoint, ensuring that all changes made by committed transactions are written to datafiles on disk

Redo Logs Tab - Provides log information from the control file

Group Number: Log group number
Status: Log status
Members: Number of members in the log group
Size: Size of the log
Sequence Number: Log sequence number
First Change Number: Lowest system change number in the log
Archived: Archive status {YES, NO}

Oracle Redo Logs
Archive Logs Tab - Provides archived log information from the control file. An archive log record is inserted after the online redo log is successfully archived or cleared. If the log is archived twice, there will be two archived log records with the same THREAD#, SEQUENCE#, and FIRST_CHANGE#, but with a different name. An archive log record is also inserted when an archive log is restored from a backup set or a copy and whenever a copy of a log is made with the RMAN COPY command.

Name: Archived log file name
Sequence #: Redo log sequence number
Thread #: Redo thread number
First Change #: First change number in the archived log
Completion Time: Time when the archiving completed
Archived: Indicates whether the online redo was archived or whether RMAN only inspected the log and created a record for future application of redo logs during recovery

Oracle Archive Logs

Home Screenshots Downloads Documentation Support Licensing Copyright© 2001-2006 AquaFold, Inc. All Rights Reserved