search
HomeDatabaseMysql Tutorialoracle诊断工具-RDA使用

RDA是Remote Diagnostic Agent 的简称,是oracle用来收集、分析数据库的工具,运行该工具不会改变系统的任何参数,RDA收集的相关数据非常全面,可以简化我们日常监控、分析数据库的工作,Oracle Support也建议我们在反馈相关问题时,提供RDA收集的数据,这样

   RDA是Remote Diagnostic Agent 的简称,是oracle用来收集、分析数据库的工具,运行该工具不会改变系统的任何参数,RDA收集的相关数据非常全面,可以简化我们日常监控、分析数据库的工作,Oracle Support也建议我们在反馈相关问题时,提供RDA收集的数据,这样可以为快速解决问题提供一个有力的保证。

  一、支持的操作系统

  IBM AIX

  Intel Linux (RedHat and SuSE)

  HP-UX (10.* and 11.*)

  HP Tru64

  Sequent Dynix/Ptx

  Sun Solaris (2.6 - 2.10)

  Windows XP Professional

  Windows 2000 Workstation and Server

  Windows 2003 Server

  二、支持的Oracle产品

  Oracle RDBMS Server (Standard and Enterprise Editions)

  Oracle RAC Cluster (Single Node Collection)

  Oracle Application Server (iAS 1.0.2.x/9.0.x/10.1.2.x, HTTP Server)

  Oracle Management Server and Intelligent Agent (Grid Server, Agent Server, DB Control)

  OLAP Products (Express Server, Financial Analyzer, and Demand Planning Server)

  Oracle Developer (Forms and Reports)

  Oracle Collaboration Suites (Email Server and Internet Directory)

  Oracle Networking products

  三、主要用于诊断数据库的以下方面的问题

  性能、安装、配置、升级、移植以及内部错误问题。

  四、RDA的安装(版本4.12-080530)

  工具下载: metalink上(需要metalink账号)

  在Unix操作系统的安装说明:

  1、工具下载完后不要在window操作系统下做解压缩,脚本的文件格式会破坏。

  2、ftp上传是采用二进制方式。

  3、执行解压缩命令

  $ gunzip rda.tar.gz

  $ tar xvf rda.tar

  4、测试是否正常

  $ cd rda

  $ ./rda.sh -c

  五、RDA的使用

  在Unix操作系统中,oracle推荐在数据库创建用户下执行(一般即为oracle用户),,第一次使用需要做一个采集的初始配置。

  执行命令:

  $ ./rda.sh -S

  执行命令后,会有个向导化的界面让你根据当前数据库的实际安装的产品完成初始配置。 完成配置后rda目录下会生成配置文件 setup.cfg、setup.bak, 如果需要重新调整配置参数,可以直接修改该文件。

  配置过程一般是默认值,或者按照提示输入参数,特殊地方如下:

  -------------------------------------------------------------------------------

  Enter an Oracle User ID (userid only) to view DBA_ and V$ tables

  If RDA will be run under the Oracle software owner's ID, enter a 'http://www.3lian.com/' here,

  and select Y at the SYSDBA prompt to avoid being prompted for the database

  password at runtime.

  Hit 'Return' to accept the default (system):/

  Is 'http://www.3lian.com/' a sysdba user (will connect as sysdba) (Y/N)?

  Hit 'Return' to accept the default (N):

  > Y

  -------------------------------------------------------------------------------

  初始配置完毕后要采集数据,执行命令:

  $ ./rda.sh

  如果要看到详细的采集过程,可以执行命令:

  $ ./rda.sh -v

  Enter sysman user password:

  Please re-enter it to confirm:

  在采集过程中有可能需要你输入数据库相关用户的密码。

  采集完成后,在rda目录下根据初始配置文件会生成格式为zip的报告文件以及采集日志, 默认文件位置 ./output/RDA.$machine_name.zip。

  解压缩该文件,访问 __start.htm,就可以看到这次采集的数据的详细信息。

  $ cd output

  $ ls -l *zip

  -rw-r--r-- 1 oracle oinstall 1911090 11月 28 14:49 RDA.RDA_game.zip

  $ sz RDA.RDA_game.zip

  使用时的注意点:

  1、有时不能生成zip格式的报告文件,这跟客户端是否安装压缩工具有关,需要自行解压缩相关报告文件。

  2、如果需要安装已生成的配置再次采集,删除已生成的报告文件,然后执行命令:

  $ ./rda.sh -Svf

  重新设置后再执行采集命令:

  $ ./rda.sh -v

  六、采集数据分析

  报告文件主要包括数据库对应机器的操作系统软、硬件环境、用户设置以及数据库详细的信息(初始参数、运行事件、日常监控等)。

  在日常的维护当中,我们主要关注点:

  1、关注RDBMS下的几个统计信息

  Database SPFile Parameters spfile中数据库相关初始参数的设置

  SGA Information 查看系统全局区当前内存信息

  Sessions and Processes 采集时间内的数据库会话相关信息

  V$System_Event 数据库实例整个运行期间所有进程事件的等待统计视图

  V$Session_Wait 会话等待事件以及相关定位信息数据

  Latch Information 竞争相关信息(翻译不是很准确)

  Tablespaces 数据库表空间信息(表空间类型、对应数据文件使用率、是否可扩展等等)

  Database Files 数据库对应数据文件信息(文件位置、使用率等)

  Invalid Objects 失效的数据库对象,日常监控如果发现有失效,需要维护人员手工重新编译

  all errors 日常执行的数据库错误

  在 V$System_Event、 V$Session_Wait 主要关注(buffer busy waits、db file scattered read、db file sequential read、enqueue、free buffer waits、latch free、log file sync、log file paralle write 这些事件。

  2、RDBMS Log/Trace Files 的信息

  alert.log 数据库系统级日志

  last errors 数据库最近的异常日志、根据trace文件位置,可以查看详细错误信息

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
oracle怎么查询所有索引oracle怎么查询所有索引May 13, 2022 pm 05:23 PM

方法:1、利用“select*from user_indexes where table_name=表名”语句查询表中索引;2、利用“select*from all_indexes where table_name=表名”语句查询所有索引。

什么是oracle asm什么是oracle asmApr 18, 2022 pm 04:16 PM

oracle asm指的是“自动存储管理”,是一种卷管理器,可自动管理磁盘组并提供有效的数据冗余功能;它是做为单独的Oracle实例实施和部署。asm的优势:1、配置简单、可最大化推动数据库合并的存储资源利用;2、支持BIGFILE文件等。

oracle全角怎么转半角oracle全角怎么转半角May 13, 2022 pm 03:21 PM

在oracle中,可以利用“TO_SINGLE_BYTE(String)”将全角转换为半角;“TO_SINGLE_BYTE”函数可以将参数中所有多字节字符都替换为等价的单字节字符,只有当数据库字符集同时包含多字节和单字节字符的时候有效。

Oracle怎么查询端口号Oracle怎么查询端口号May 13, 2022 am 10:10 AM

在Oracle中,可利用lsnrctl命令查询端口号,该命令是Oracle的监听命令;在启动、关闭或重启oracle监听器之前可使用该命令检查oracle监听器的状态,语法为“lsnrctl status”,结果PORT后的内容就是端口号。

oracle怎么删除sequenceoracle怎么删除sequenceMay 13, 2022 pm 03:35 PM

在oracle中,可以利用“drop sequence sequence名”来删除sequence;sequence是自动增加数字序列的意思,也就是序列号,序列号自动增加不能重置,因此需要利用drop sequence语句来删除序列。

oracle怎么查询数据类型oracle怎么查询数据类型May 13, 2022 pm 04:19 PM

在oracle中,可以利用“select ... From all_tab_columns where table_name=upper('表名') AND owner=upper('数据库登录用户名');”语句查询数据库表的数据类型。

oracle查询怎么不区分大小写oracle查询怎么不区分大小写May 10, 2022 pm 05:45 PM

方法:1、利用“LOWER(字段值)”将字段转为小写,或者利用“UPPER(字段值)”将字段转为大写;2、利用“REGEXP_LIKE(字符串,正则表达式,'i')”,当参数设置为“i”时,说明进行匹配不区分大小写。

Oracle怎么修改sessionOracle怎么修改sessionMay 13, 2022 pm 05:06 PM

方法:1、利用“alter system set sessions=修改后的数值 scope=spfile”语句修改session参数;2、修改参数之后利用“shutdown immediate – startup”语句重启服务器即可生效。

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Tools

SublimeText3 English version

SublimeText3 English version

Recommended: Win version, supports code prompts!

DVWA

DVWA

Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

mPDF

mPDF

mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool