14.4 Analyzing Logs Using the Oracle Database Support Tools
The Oracle Database support tools bundle is available only when you download Oracle Trace File Analyzer from My Oracle Support note 2550798.1.
Oracle Trace File Analyzer with Oracle Database support tools bundle includes the following tools:
Table 14-1 Tools Included in Linux and UNIX
Tool | Description |
---|---|
|
Provides health checks for the Oracle stack. Oracle Autonomous Health Framework installs either Oracle EXAchk for engineered systems or Oracle ORAchk for all non-engineered systems. For more information, see My Oracle Support notes 1070954.1 and 2550798.1. |
|
Collects and archives operating system metrics. These metrics are useful for instance or node evictions and performance Issues. For more information, see My Oracle Support note 301137.1. |
|
Automates and captures database performance diagnostics and session level hang information. For more information, see My Oracle Support note 459694.1. |
|
Provides near real-time database monitoring. For more information, see My Oracle Support note 1500864.1. |
|
Provides summary of events for one or more database or Oracle ASM alert files from all nodes. |
|
Lists all files that Oracle Trace File Analyzer knows about for a given file name pattern across all nodes. |
|
Generates the process stack for the specified processes across all nodes. |
|
Searches for a given string in the alert or trace files with a specified database. |
|
Provides high-level summary of the configuration. |
|
Opens alert or trace files for viewing a given database and file name pattern in the |
|
Runs a tail on an alert or trace files for a given database and file name pattern. |
|
Shows all database and operating system parameters that match a specified pattern. |
|
Sets and unsets multiple Oracle Clusterware trace levels with one command. |
|
Shows the shell history for the |
|
Reports changes in the system setup over a given time period. The report includes database parameters, operating system parameters, and the patches that are applied. |
|
Reports major events from the cluster event log. |
|
Reports warnings and errors in the logs. |
|
Shows disk space usage and purges Automatic Diagnostic Repository (ADR) log and trace files. |
|
Finds processes. |
|
Summarizes |
Table 14-2 Tools Included in Microsoft Windows
Tool | Description |
---|---|
|
Reports major events from the cluster event log. |
|
Reports changes in the system setup over a given time period. The report includes database parameters, operating system parameters, and patches applied. |
|
Lists all files Oracle Trace File Analyzer knows about for a given file name pattern across all nodes. |
|
Reports warnings and errors seen in the logs. |
|
Searches for a given string in the alert or trace files with a specified database. |
|
Shows the shell history for the |
|
Shows disk space usage and purges ADR log and trace files. |
|
Opens alert or trace files for viewing a given database and file name pattern in the |
|
Shows all database and operating system parameters that match a specified pattern. |
|
Provides high-level summary of the configuration. |
|
Finds processes. |
To verify which tools you have installed:
$ tfactl toolstatus
You can run each tool using tfactl
either in command line or shell mode. To run a tool from the command line:
$ tfactl run tool
The following example shows how to use tfactl
in shell mode. Running the command starts tfactl
, connects to the database MyDB, and then runs oratop
:
$ tfactl
tfactl > database MyDB
MyDB tfactl > oratop
Related Topics
- https://support.oracle.com/rs?type=doc&id=2550798.1
- https://support.oracle.com/rs?type=doc&id=1070954.1
- https://support.oracle.com/rs?type=doc&id=2550798.1
- https://support.oracle.com/rs?type=doc&id=301137.1
- https://support.oracle.com/rs?type=doc&id=459694.1
- https://support.oracle.com/rs?type=doc&id=1500864.1
- https://support.oracle.com/rs?type=doc&id=215187.1
Parent topic: Using On-Demand Diagnostic Collections