Chinaunix首页 | 论坛 | 博客
  • 博客访问: 235819
  • 博文数量: 50
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 533
  • 用 户 组: 普通用户
  • 注册时间: 2015-07-28 21:56
个人简介

活着,寻找生存。

文章分类

全部博文(50)

文章存档

2017年(1)

2016年(20)

2015年(29)

我的朋友

分类: Oracle

2015-11-24 18:54:19

Applies to: 

Oracle Database - Enterprise Edition - Version 11.2.0.3 to 11.2.0.4 [Release 11.2]
Linux x86-64
Linux x86
 

Purpose

oratop is a utility similar to the unix OS utility top which gives a overview of database performance and can be used in combination with top to get a more complete overview of system performance 
 

Requirements

Supported Platforms
Linux x86

Linux x86-64

NOTE: oratop can be used to monitor databases on other platforms but the executable must run on Linux with an Oracle client.

To monitor databases on other platforms simply define an alias in tnsnames.ora of the linux client and connect to the databases remotely as you would with sqlplus



Supported Oracle Releases
11gR2

12cR1

Configuring

Download the oratop executable for 11gR2 on Linux x86-64 .

Download the oratop executable for 12c on Linux x86-64 for use with 12c clients .

Download the oratop executable for 11gR2 on Linux x86-32 .

Download the oratop executable for 12c on Linux x86-32 for use with 12c clients .

Please download and review the for specific instructions on how to configure and run oratop. A Quick Start Guide is provided in the Instructions section of this Note.

 

Instructions
 

Quick Start Guide

Note: For detailed instructions on how to run oratop please download and review the latest .

Running oratop

  1. 1. Log in to the system as the Oracle RDBMS software installation owner
  2. 2. Stage the oratop executable on the server on which the tool will be executed. On a RAC system it is only necessary to stage the executable on one node as it is RAC aware.
  3. 3. Change the name of the executable, eg.
  4. 4. $ mv oratop* oratop
  5. 5. Validate the permissions for oratop are 755 (-rwxr-xr-x). If the permissions are not currently set to 755, set the permissions on oratop as follows: 

$ chmod 755 oratop

  1. 6. Configure the execution environment as follows (if not already set accordingly)
  2. 7. $ export TERM=xterm #or vt100

$ export ORACLE_HOME=<11.2 database home>

$ export LD_LIBRARY_PATH=$ORACLE_HOME/lib

$ export PATH=$ORACLE_HOME/bin:$PATH

$ export ORACLE_SID= #only needed if connecting to a local database

  1. 8. Invoke the tool to monitor a local database as follows (interval can be any interval in seconds):

$ ./oratop -i 10 / as sysdba

  1. 9. Non-dba privileged user requires specific grants to use the tool. See User Guide for grants required.
  2. 10. Databases can be monitored remotely using a tns alias as described in the .
  3. 11. $ ./oratop -i 10 username/password@tns_alias

$ ./oratop -i 10 system/manager@tns_alias

  1. 12. To exit the program simply press the keyboard key "q". To abort, CTRL-C.

Troubleshooting:

If you receive an error similar to 

./oratop: error while loading shared libraries: libclntsh.so.11.1: cannot open shared object file: No such file or directory

that is an indication that libclntsh.so.11.1 was not found in the path defined in LD_LIBRARY_PATH similar to 

$ export LD_LIBRARY_PATH=$ORACLE_HOME/lib (ie., the location of libclntsh.so.11.1)

Caution

This sample code is provided for educational purposes only, and is not supported by Oracle Support. It has been tested internally, however, we do not guarantee that it will work for you. Ensure that you run it in your test environment before using.

Script

The tool is a compiled c program.
 

Sample Output


mos文档:oratop - Utility for Near Real-time Monitoring of Databases, RAC and Single Instance (文档 ID 1500864.1)


阅读(2214) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~