Oracle提供一个RDA(RemoteDiagnostic Agent)工具方便收集、分析数据库,运行该工具不会改变系统的任何参数,RDA收集的相关数据非常全面,可以简化DBA日常监控、分析数据库的工作。

官方介绍:
Remote Diagnostic Agent (RDA) is a command-line diagnostic tool that is executed by an engine written in the Perl programming language. RDA provides a unified package of support diagnostics tools and preventive solutions. The data captured provides Oracle Support with a comprehensive picture of the customer's environment which aids in problem diagnosis.

Oracle Support encourages the use of RDA because it greatly reduces service request resolution time by minimizing the number of requests from Oracle Support for more information. RDA is designed to be as unobtrusive as possible; it does not modify systems in any way. It collects useful data for Oracle Support only and a security filter is provided if required.

This guide provides users with an overview of RDA, the download instructions, and general steps about how to execute RDA within a UNIX, Windows, and Mac OS X environment.

参考文档:

  • Remote Diagnostic Agent (RDA) 4 – Getting Started [ID 314422.1]
  • Remote Diagnostic Agent (RDA) 4 – FAQ [ID 330363.1]
  • Remote Diagnostic Agent (RDA) 4 – RAC Cluster Guide [ID 359395.1]

下载:
RDA基本都能支持我们所能接触的平台,我们从MOS上直接下载对应的版本即可。

安装与使用
官方原文:

Installation Instructions Instructions for UNIX type operating systems: 1. From all your existing nodes, select a single node where you start the data collection and store the combined output on. 2. Choose or create a directory that will be used exclusively for RDA on your Unix server. Make sure you have ample space for RDA output in that location you have chosen, as this location will contain all data gathered from all nodes including local node as well as combined archive package. It does not matter where you create this directory or what it is named, but it should be owned by the same user that will run RDA. Do notuse a directory that contains an older version of RDA unless you have deleted the older version of RDA first; if need be prior setup files can be reused. Note: Each rda package (.zip, .tar, and .tar.gz) does create a directory named " rda" containing all files for you when you extract it. 3. FTP the downloaded rda.tar or rda.tar.gz file from Knowledge Article 314422.1 to your Unix server in binary mode and place it in the directory created in step 1. 4. Extract the tar or .tar.gz archive contents into a new directory, preserving the directory structure of the archive. Do not extract into a directory that contains an     older RDA version. Example: tar xvf rda.tar or gunzip rda.tar.gztar xvf rda.tar 5. Make sure the RDA command (rda.sh and rda.pl) is executable. To verify, enter the following command: chmod +x <rda> Note: Do not extract the contents of the RDA archive (rda.tar and rda.tar.gz) on a Windows client first. If you do, you will have to remove the ^M characters from the end of each line in all of the shell scripts in order for them to run. You can verify the RDA installation using the following command: rda.sh -cv Instructions for Microsoft Windows based operating systems 1. Choose or create a directory that will be used exclusively for RDA on your Unix server. Make sure you have ample space for RDA output in that location you have chosen, as this location will contain all data gathered from all nodes including local node as well as combined archive package. It does not matter where you create this directory or what it is named, but it should be owned by the same user that will run RDA. Do not use a directory that contains an older version of RDA unless you have deleted the older version of RDA first; if need be prior setup files can be reused. Note: Each RDA package (.zip, .tar, and .tar.gz) does create a directory named " rda " containing all files for you when you extract it. 2. Transfer the downloaded rda.zip file from Knowledge Article 314422.1 to your Windows Server and place it in the directory created in step 1. If transferring the zip file from one machine to another using FTP, remember to transfer it in binary mode. 3. extract the .zip archive contents into a new directory, preserving the directory structure of the archive. Do not extract into a directory that contains an older RDA version. Example: unzip rda.zip 4. You can verify the RDA installation using the following command: rda.cmd -cv Note: Only SINGLE NODE RAC collection is supported on Windows unless you are running RDA inside a Cygwin Unix or MKS Toolkit with SSH support on all nodes.

这里贴出国内DBA翻译的(最初原创作者不知是谁,所以在这里不做声明):

1、工具包下载完后如在linux、unix下使用,不要在window操作系统下做解压缩,脚本的文件格式会破坏。 2、ftp上传是采用二进制方式。 3、执行解压缩命令 #tar xvf rda_4.8-070607.tar.gz #chown –R oracle:dba ./rda //修改rda属主为Oracle用户 windows下直接通过winrar等压缩软件解压 4、在解压缩后的目录下执行 ./rda.sh(rda.cmd) -c 测试是否正常 5、在数据库创建用户下执行(一般即为oracle用户)RDA配置 export ORACLE_SID= easnm (生产库或测试库实例名),windows下为:set ORACLE_SID= easnm (生产库或测试库实例名) ./rda.sh(rda.cmd) -S //第一次配置 前面一直回车,一直到提示输入system用户密码,提示如下: 输入密码后回车,(也可以直接输入 ‘/’,此时默认为sysdba,不用输入密码),此时需要输入Y,再回车。 向导后续会让你回答当前数据库的若干问题(Y/N),全部直接回车。 完成配置后rda目录下会生成配置文件 setup.cfg、setup.bak, 如果需要重新调整配置参数,使用RDA命令重新配置(./rda.sh(rda.cmd) -Sf ) 使用时注意: 1、有时不能生成zip格式的报告文件,这跟客户端是否安装压缩工具有关,需要自行解压缩相关报告文件。 2、如果需要再次采集,覆盖已生成的报告文件,执行命令: ./rda.sh(rda.cmd) -vf 3、如果需要重新配置,再次采集信息,生成报告文件,执行命令: ./rda.sh(rda.cmd) -Svf 

好,下面贴出我在一台单机环境上使用记录:

[root@orcl u01]# chown oracle.oinstall p14095806_428_LINUX.zip  [oracle@orcl u01]$ unzip p14095806_428_LINUX.zip [oracle@orcl u01]$ cat readme.txt
RDA/OCM bundle for RDA 4.28-120608 for linux_x86 [oracle@orcl rda]$ pwd /u01/rda [oracle@orcl rda]$ cat README_Unix.txt You can verify the RDA installation using the following command: perl rda.pl -cv or rda.sh -cv [oracle@orcl rda]$ perl rda.pl -cv Loading the file list ... Checking the directory '.' ... Checking the directory 'IRDA' ... Checking the directory 'IRDA/CV0100' ... Checking the directory 'RDA' ... Checking the directory 'RDA/Archive' ... Checking the directory 'RDA/Driver' ... Checking the directory 'RDA/Handle' ... Checking the directory 'RDA/Library' ... Checking the directory 'RDA/Local' ... Checking the directory 'RDA/Object' ... Checking the directory 'RDA/Operator' ... Checking the directory 'RDA/Value' ... Checking the directory 'RDA/Web' ... Checking the directory 'dfw/cv0100' ... Checking the directory 'engine' ... Checking the directory 'hcve' ... Checking the directory 'modules' ... No issues found [oracle@orcl rda]$ ./rda.sh -cv Loading the file list ... Checking the directory '.' ... Checking the directory 'IRDA' ... Checking the directory 'IRDA/CV0100' ... Checking the directory 'RDA' ... Checking the directory 'RDA/Archive' ... Checking the directory 'RDA/Driver' ... Checking the directory 'RDA/Handle' ... Checking the directory 'RDA/Library' ... Checking the directory 'RDA/Local' ... Checking the directory 'RDA/Object' ... Checking the directory 'RDA/Operator' ... Checking the directory 'RDA/Value' ... Checking the directory 'RDA/Web' ... Checking the directory 'dfw/cv0100' ... Checking the directory 'engine' ... Checking the directory 'hcve' ... Checking the directory 'modules' ... No issues found ============================================= 1) Choose the RDA command that you will be using depending on your environment: -- rda.pl Use the following command to verify Perl is installed and available in the path: perl -V Inspect the command output, checking that '.' (i.e. the currentdirectory) is present in @INC section. -- rda.sh Use this command if Perl is not available. -- README里面有相关使用说明,我剪出部分内容,然后下面是执行内容输出。 [oracle@orcl rda]$ perl -V Summary of my perl5 (revision 5 version 8 subversion 8) configuration: .....省略n行 Characteristics of this binary (from libperl): Compile-time options: MULTIPLICITY PERL_IMPLICIT_CONTEXTPERL_MALLOC_WRAP USE_ITHREADS USE_LARGE_FILESUSE_PERLIO USE_REENTRANT_API Built under linux Compiled at Sep 3 2009 10:26:46 @INC: /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl /usr/lib/perl5/5.8.8/i386-linux-thread-multi /usr/lib/perl5/5.8.8 ============================================= 2) Make sure the RDA command is executable. To verify, enter the followingcommand: chmod +x rda.sh rda.pl [oracle@orcl rda]$ ll rda.sh rda.pl -r-xr-xr-x 1 oracle oinstall 59187 06-07 07:40 rda.pl -r-xr-xr-x 1 oracle oinstall 8513 2012-02-22 rda.sh [oracle@orcl rda]$ chmod +x rda.pl rda.sh [oracle@orcl rda]$ ll rda.sh rda.pl -r-xr-xr-x 1 oracle oinstall 59187 06-07 07:40 rda.pl -r-xr-xr-x 1 oracle oinstall 8513 2012-02-22 rda.sh ============================================= 3) The data collection requires an initial setup to determine which informationshould be collected. Enter the following command to initiate the set up: <rda> -S After setup completes, review the setup file setup.cfg. [oracle@orcl rda]$ ./rda.sh -S 一路回车,详细输出内容下面贴出。 [oracle@orcl rda]$ ls setup.cfg
setup.cfg ============================================= 4) At this point, you can collect diagnostic information. Ensure that sqlplus is able to connect to the database with the userid that you specified duringthe setup. Start the data collection using the following command: <rda> [-v] [oracle@orcl rda]$ ./rda.sh -v You can review the reports by transferring the contents of the /u01/rda/output directory to a location where you have web-browser access. Then, point your browser at this file to display the reports: RDA__start.htm Based on your server configuration, some possible alternative approaches are: - If your client computer with a browser has access to a web shareddirectory, copy the /u01/rda/output directory to the web shared directory and visit this URL: http://machine:port/web_shared_directory/RDA__start.htm or - If your client computer with a browser has FTP access to the servercomputer with the /u01/rda/output directory, visit this URL: ftp://root@orcl.localdomain//u01/rda/output/RDA__start.htm If this file was generated to assist in resolving a Service Request, pleasesend /u01/rda/output/RDA.RDA_orcl.zip to Oracle Support by uploading the filevia My Oracle Support. If ftp'ing the file, please be sure to ftp in BINARYformat.=============================================5) The output is a set of HTML files that are located in the RDA outputdirectory which you specified at setup. You can review the data collected,starting with:<output_directory>/<report_group>__start.htm=============================================
./rda.sh -vCRP OS DB DBA INST=============================================
If you must run data collection for specific modules again, for example the
OS and DBA modules, then you can run the following command:<rda> -vCRP OS DBARDA maintains the list of modules that are already collected. If you want RDA
to collect all data again using the same setup, then you can execute the
following command:<rda> -vCRPf or <rda> -vfYou can force RDA to define another collection using system defaults instead of
the previous collection settings in two ways:Deleting or renaming the "setup.cfg" file before running:<rda> -S
orRunning the following RDA command:<rda> -Sfn=============================================[oracle@orcl rda]$ ./rda.sh -vCollecting diagnostic data ...
-------------------------------------------------------------------------------
RDA Data Collection Started 06-Sep-2012 08:06:31
-------------------------------------------------------------------------------
Processing Initialization module ...
Enter the password for 'SYSTEM':
Please re-enter it to confirm:
Processing OCM module ...
Processing PERF module ...
Processing CFG module ...
Processing Sampling module ...
Processing OS module ...
Processing PROF module ...
Processing NET module ...
Processing Oracle installation module ...
Processing RDBMS module ...
Processing LOG module ...
Processing WREQ module ...
Processing J2EE/OC4J module ...
Processing IREQ module ...
Processing RDSP module ...
Processing LOAD module ...
Processing End module ...
-------------------------------------------------------------------------------
RDA Data Collection Ended 06-Sep-2012 08:08:25
-------------------------------------------------------------------------------Generating the reports ...- RDA_DBA_invalids.txt ...- RDA_J2EE_log20_ohwconfig_xml.txt ...- RDA_LOG_last_errors.txt ...- RDA_OS_memory_info.txt ...- RDA_J2EE_log19_monitoring_properties.txt ...- RDA_DBA_versions.txt ...- RDA_DBA_security.txt ...- RDA_OS_libc.txt ...- RDA_DBA_vfeatureinfo.txt ...- RDA_INST_orainst_loc.txt ...- RDA_DBA_init_ora.txt ...- RDA_END_report.txt ...- RDA_DBA_sga_info.txt ...- RDA_J2EE_log15_emsdksamples_intg_xml.txt ...- RDA_DBA_replication.txt ...- RDA_DBA_vspparameters.txt ...- RDA_INST_oracle_home.txt ...- RDA_LOG_alert_log.txt ...- RDA_J2EE_log13_emlicensing_pp_xml.txt ...- RDA_OS_cpu_info.txt ...- RDA_DBA_mts.txt ...- RDA_OS_services.txt ...- RDA_PERF_latch_data.txt ...- RDA_J2EE_log9_emVersion_xml.txt ...- RDA_PROF_env.txt ...- RDA_NET_tcpip_settings.txt ...- RDA_J2EE_libs.txt ...- RDA_OS_ntp.txt ...- RDA_INST_oracle_install.txt ...- RDA_OS_linux_release.txt ...- RDA_OS_etc_conf.txt ...- RDA_OS_packages.txt ...- RDA_END_system.txt ...- RDA_NET_netperf.txt ...- RDA_NET_udp_settings.txt ...- RDA_DBA_vfeatureusage.txt ...- RDA_J2EE_log18_default_properties.txt ...- RDA_LOG_incident_56345.txt ...- RDA_J2EE_log14_empp_intg_xml.txt ...- RDA_DBA_vcontrolfile.txt ...- RDA_LOG_incident_56409.txt ...- RDA_J2EE_log5_asprov_intg_xml.txt ...- RDA_J2EE_versions.txt ...- RDA_OS_kernel_info.txt ...- RDA_DBA_text.txt ...- RDA_PROF_dot_bash_profile.txt ...- RDA_OS_numactl.txt ...- RDA_CFG_database.txt ...- RDA_OS_java_version.txt ...- RDA_DBA_vsystem_event.txt ...- RDA_DBA_spatial.txt ...- RDA_LOG_diag_incidents.txt ...- RDA_DBA_undo_info.txt ...- RDA_CFG_oh_inv.txt ...- RDA_INST_L00012_oh_inv.txt ...- RDA_INST_inventory_xml.txt ...- RDA_LOG_log_trace.txt ...- RDA_LOG_incident_56153.txt ...- RDA_J2EE_log12_emlicensing_core_xml.txt ...- RDA_J2EE_log4_web_xml.txt ...- RDA_DBA_security_files.txt ...- RDA_DBA_ses_procs.txt ...- RDA_J2EE_log8_emLicenseFooter_core_xml.txt ...- RDA_J2EE_log2_orion_application_xml.txt ...- RDA_DBA_services.txt ...- RDA_PROF_dot_bashrc.txt ...- RDA_LOG_incident_56129.txt ...- RDA_INST_comps_xml.txt ...- RDA_INST_orainventory_logdir.txt ...- RDA_LOG_incident_56449.txt ...- RDA_LOG_incident_55969.txt ...- RDA_LOG_alert_sum.txt ...- RDA_PROF_etc_profile.txt ...- RDA_DBA_vresource_limit.txt ...- RDA_OS_tracing.txt ...- RDA_END_files.txt ...- RDA_J2EE_log10_emcli_intg_xml.txt ...- RDA_OS_sysdef.txt ...- RDA_PERF_ash_report.txt ...- RDA_INST_make_report.txt ...- RDA_DBA_all_errors.txt ...- RDA_J2EE_log11_emcore_intg_xml.txt ...- RDA_DBA_aq_data.txt ...- RDA_NET_rev_lookup.txt ...- RDA_PERF_lock_data.txt ...- RDA_PERF_top_sql.txt ...- RDA_PERF_addm_report.txt ...- RDA_DBA_datafile.txt ...- RDA_PROF_ulimit.txt ...- RDA_OS_system_error_log.txt ...- RDA_PERF_awr_report.txt ...- RDA_J2EE_log6_consoleConfig_xml.txt ...- RDA_DBA_sequences.txt ...- RDA_DBA_latch_info.txt ...- RDA_J2EE_log1_application_xml.txt ...- RDA_OS_disk_info.txt ...- RDA_DBA_jobs.txt ...- RDA_PROF_profiles.txt ...- RDA_CFG_homes.txt ...- RDA_DBA_vHWM_Statistic.txt ...- RDA_DBA_tablespace.txt ...- RDA_J2EE_log3_uix_config_xml.txt ...- RDA_DBA_nls_parms.txt ...- RDA_DBA_voption.txt ...- RDA_J2EE_log7_demo_intg_xml.txt ...- RDA_LOG_incident_56250.txt ...- RDA_J2EE_log17_webappTargetTypes_xml.txt ...- RDA_NET_net_statistics.txt ...- RDA_NET_ifconfig.txt ...- RDA_DBA_partition_data.txt ...- RDA_DBA_CPU_Statistic.txt ...- RDA_LOG_incident_56249.txt ...- RDA_DBA_database_properties.txt ...- RDA_DBA_vparameters.txt ...- RDA_OS_misc_linux_info.txt ...- RDA_DBA_dba_registry.txt ...- RDA_LOG_incident_56393.txt ...- RDA_LOG_diag_problems.txt ...- RDA_OS_nls_env.txt ...- RDA_DBA_vlicense.txt ...- RDA_OS_hugepage.txt ...- RDA_DBA_scn_check.txt ...- RDA_INST_oratab.txt ...- RDA_DBA_vsession_wait.txt ...- RDA_DBA_jvm_info.txt ...- RDA_PERF_overview.txt ...- RDA_INST_L00011_homes.txt ...- RDA_LOG_incident_56257.txt ...- RDA_DBA_log_info.txt ...- RDA_J2EE_log16_emx_intg_xml.txt ...- RDA_DBA_vcompatibility.txt ...- RDA_NET_etc_files.txt ...- Report index ...Packaging the reports ...You can review the reports by transferring the contents of the/u01/rda/output directory to a location where you have web-browser access.Then, point your browser at this file to display the reports:RDA__start.htmBased on your server configuration, some possible alternative approaches are:- If your client computer with a browser has access to a web shareddirectory, copy the /u01/rda/output directory to the web shared directoryand visit this URL:http://machine:port/web_shared_directory/RDA__start.htmor- If your client computer with a browser has FTP access to the servercomputer with the /u01/rda/output directory, visit this URL:ftp://root@orcl.localdomain//u01/rda/output/RDA__start.htmIf this file was generated to assist in resolving a Service Request, pleasesend /u01/rda/output/RDA.RDA_orcl.zip to Oracle Support by uploading the filevia My Oracle Support. If ftp'ing the file, please be sure to ftp in BINARYformat. Please note: Do not submit any health, payment card or other sensitiveproduction data that requires protections greater than those specified in the Oracle GCS Security Practices (http://www.oracle.com/us/support/library/customer-support-security-practices-069170.pdf). Information on how to remove data from your submission is available athttps://support.oracle.com/oip/faces/secure/km/DocumentDisplay.jspx?id=1227943.1 Updating the setup file ...

下面是./rda.sh -S,首次配置的时候输出的全部内容:

------------------------------------------------------------------------------- S000INI: Initializes the Data Collection ------------------------------------------------------------------------------- RDA uses the output file prefix to identify all files belonging to the same
data collection. The prefix must start with a letter and must contain only
alphanumeric characters. Enter the prefix to be used for all the generated files Hit 'Return' to accept the default (RDA) > Enter the directory used for all the files to be generated Hit 'Return' to accept the default (/u01/rda/output) > Do you want to keep report packages from previous runs (Y/N)? Hit 'Return' to accept the default (N) > Enter the Oracle home to be used for data analysis Hit 'Return' to accept the default (/opt/11g/oracle/product/11.2.0/dbhome_1) > Enter the network domain name for this server Hit 'Return' to accept the default (localdomain) > ------------------------------------------------------------------------------- S010CFG: Collects Key Configuration Information ------------------------------------------------------------------------------- ------------------------------------------------------------------------------- S090OCM: Set up the Configuration Manager Interface ------------------------------------------------------------------------------- RDA benefits from Oracle Configuration Manager by improving its data
collection. Oracle Configuration Manager (OCM) collects the configuration
information and uploads it to the OCM Repository in connected mode. When OCM is configured in disconnected mode, it adds the OCM payload to the RDA report
packages in future RDA runs. Select the mode that you want to install Oracle Configuration Manager in /opt/11g/oracle/product/11.2.0/dbhome_1C Connected Mode D Disconnected Mode Enter the letter corresponding to your choice Hit 'Return' to accept the default (C) > Do you want to install OCM Database collection scripts (Y/N)? Hit 'Return' to accept the default (Y) > Enter a SYSDBA user for installing the OCM Database collection scripts Hit 'Return' to accept the default (sys) > Is /opt/11g/oracle/product/11.2.0/dbhome_1 an Oracle E-Business Suite Database Oracle home (Y/N)? Hit 'Return' to accept the default (N) > ------------------------------------------------------------------------------- S909RDSP: Produces the Remote Data Collection Reports ------------------------------------------------------------------------------- ------------------------------------------------------------------------------- S919LOAD: Produces the External Collection Reports ------------------------------------------------------------------------------- ------------------------------------------------------------------------------- S999END: Finalizes the Data Collection ------------------------------------------------------------------------------- ------------------------------------------------------------------------------- S020SMPL: Controls Sampling ------------------------------------------------------------------------------- ------------------------------------------------------------------------------- S100OS: Collects the Operating System Information ------------------------------------------------------------------------------- ------------------------------------------------------------------------------- S105PROF: Collects the User Profile ------------------------------------------------------------------------------- ------------------------------------------------------------------------------- S110PERF: Collects Performance Information ------------------------------------------------------------------------------- Can ADDM, AWR, and ASH be used (Y/N)? Hit 'Return' to accept the default (Y) > ------------------------------------------------------------------------------- S120NET: Collects Network Information ------------------------------------------------------------------------------- Do you want RDA to perform the network ping tests (Y/N)? Hit 'Return' to accept the default (N) > ------------------------------------------------------------------------------- S122ONET: Collects Oracle Net Information ------------------------------------------------------------------------------- Do you want RDA to collect Oracle Net information (Y/N)? Hit 'Return' to accept the default (N) > ------------------------------------------------------------------------------- S125GTW: Collects Transparent/Procedural Gateway Information ------------------------------------------------------------------------------- ------------------------------------------------------------------------------- S130INST: Collects the Oracle Installation Information ------------------------------------------------------------------------------- ------------------------------------------------------------------------------- S140OVMS: Collects Oracle VM Server Information ------------------------------------------------------------------------------- Should RDA analyze Oracle VM Server (Y/N)? Hit 'Return' to accept the default (N) > ------------------------------------------------------------------------------- S142OVMM: Collects Oracle VM Manager Information ------------------------------------------------------------------------------- Do you want RDA to analyze Oracle VM Manager (Y/N)? Hit 'Return' to accept the default (N) > ------------------------------------------------------------------------------- S150XPLR: Performs Oracle Explorer Collections ------------------------------------------------------------------------------- ------------------------------------------------------------------------------- S200DB: Controls Oracle RDBMS Data Collection ------------------------------------------------------------------------------- Is there a Oracle database for RDA to analyze (Y/N)? Hit 'Return' to accept the default (Y) > Is the database associated to the current Oracle home (Y/N)? Hit 'Return' to accept the default (Y) > Enter the Oracle SID to be analyzed Hit 'Return' to accept the default (orcl) > Is the INIT.ORA for the database to be analyzed located on this system? (Y/N) Hit 'Return' to accept the default (Y) > Enter the location of the spfile or the INIT.ORA (including the directory and file name) Hit 'Return' to accept the default (/opt/11g/oracle/product/11.2.0/dbhome_1/dbs/spfileorcl.ora) > 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 forward slash (/) here,
and enter Y at the SYSDBA prompt to avoid a prompt for the database password
at runtime.
Hit 'Return' to accept the default (system)
> Is 'system' a SYSDBA user (will connect as SYSDBA) (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S201DBA: Collects Oracle RDBMS Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S203DBM: Collects Oracle RDBMS Memory Information
-------------------------------------------------------------------------------
Do you want to collect RDBMS memory information (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S204LOG: Collects Oracle Database Trace and Log Files
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S205BR: Collects Oracle Database Backup and Recovery Information
-------------------------------------------------------------------------------
Do you want RDA to collect backup/recovery information (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S206RSRC: Collects Oracle Database Resource Manager Information
-------------------------------------------------------------------------------
Do you want to collect Resource Manager information for this database (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S207D2PC: Collects Distributed Transaction Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S208OMM: Collects Oracle Multimedia or Oracle interMedia Information
-------------------------------------------------------------------------------
Do you want to collect Oracle MultiMedia information (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S209XDB: Collects XDB Information
-------------------------------------------------------------------------------
Do you want RDA to collect XDB information (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S210OLAP: Collects OLAP Information
-------------------------------------------------------------------------------
Do you want RDA to analyze OLAP (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S212DNFS: Collects Direct NFS Information
-------------------------------------------------------------------------------
Do you want to collect Direct NFS information (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S213SP: Collects SQL*Plus/iSQL*Plus Information
-------------------------------------------------------------------------------
Do you want RDA to collect SQL*Plus/iSQL*Plus information (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S215OES: Collects Oracle Express Server Information
-------------------------------------------------------------------------------
Do you want RDA to collect Oracle Express Server information (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S220IA: Collects Intelligent Agent Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S230STC: Collects Streams Configuration Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S231STM: Collects Streams Monitoring Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S235TTEN: Collects Oracle TimesTen In-Memory Database Information
-------------------------------------------------------------------------------
Should RDA analyze Oracle TimesTen (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S236OCDB: Collects Oracle Content Database Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S237MYSQ: Collects Oracle MySQL Server Information
-------------------------------------------------------------------------------
Do you want RDA to collect Oracle MySQL Server information (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S239MYCL: Collects Oracle MySQL Cluster Information
-------------------------------------------------------------------------------
Do you want RDA to collect Oracle MySQL Cluster information (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S240OCS: Controls Oracle Collaboration Suite Data Collection
-------------------------------------------------------------------------------
Do you want RDA to collect Oracle Collaboration Suite information (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S241MAIL: Collects Oracle Collaboration Suite Mail Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S242WAC: Collects Web Access Client Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S243WMC: Collects Webmail Client Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S244OCAL: Collects Oracle Calendar Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S245RTC: Collects Real Time Communication Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S246DSCS: Collects Discussions Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S247WKSP: Collects Workspaces Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S248CONT: Collects Oracle Content Services Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S249WRLS: Collects Wireless Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S250BEE: Collects Beehive Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S280EXA: Collects Exadata Information
-------------------------------------------------------------------------------
Do you want to collect Exadata information (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S290DEV: Collects Oracle Developer Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S292APEX: Collects APEX Information
-------------------------------------------------------------------------------
Do you want RDA to analyze Oracle APEX (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S294LANG: Collects Oracle Language Information
-------------------------------------------------------------------------------
Do you want RDA to analyze any language applications (OCI/OCCI, precompilers)
(Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S298PLNC: Collects Oracle PL/SQL Native Compilation Information
-------------------------------------------------------------------------------
Do you want RDA to analyze Oracle PL/SQL Native Compilation (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S300IAS: Collects Web Server Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S301WLS: Collects Oracle WebLogic Server Information
-------------------------------------------------------------------------------
Do you want RDA to analyze Oracle WebLogic Server (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S301WREQ: Handles the Oracle WebLogic Server Collection Requests
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S302WSP: Collects IBM WebSphere Application Server Information
-------------------------------------------------------------------------------
Do you want RDA to analyze IBM WebSphere Application Server (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S305ASBR: Collects Oracle Application Server Backup and Recovery Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S306ASG: Collects Application Server Guard Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S310J2EE: Collects J2EE/OC4J Information
-------------------------------------------------------------------------------
Is an alternative J2EE/OC4J environment used (Y/N)?
Hit 'Return' to accept the default (N)
> Is an alternative JDK used (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S313ASIT: Collects Information for Multiple Fusion Middleware Installation
Types
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S313IREQ: Handles the Oracle Instance Collection Requests
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S315EXL: Collects Oracle Exalogic Information
-------------------------------------------------------------------------------
Do you want to collect Oracle Exalogic information (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S316GFS: Collects Oracle GlassFish Server Information
-------------------------------------------------------------------------------
Do you want RDA to collect Oracle GlassFish Server information (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S317IWS: Collects Oracle iPlanet Web Server Information
-------------------------------------------------------------------------------
Do you want RDA to collect Oracle iPlanet Web Server information (formerly Sun
Java System Web Server) (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S318IWPS: Collects Oracle iPlanet Web Proxy Server Information
-------------------------------------------------------------------------------
Do you want RDA to collect Oracle iPlanet Web Proxy Server information (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S319OSSO: Collects Oracle OpenSSO Information
-------------------------------------------------------------------------------
Do you want RDA to collect Oracle OpenSSO information (formerly Sun OpenSSO
Enterprise) (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S320IFS: Collects iFS (iFS, CMSDK, Files) Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S321TUX: Collects Oracle Tuxedo Information
-------------------------------------------------------------------------------
Do you want RDA to collect Oracle Tuxedo information (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S325PDA: Collects Portal Diagnostics Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S326JIVE: Collects Jive Information
-------------------------------------------------------------------------------
Do you want to collect Jive information (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S328WC: Collects Oracle WebCenter Suite Information
-------------------------------------------------------------------------------
Should RDA analyze Oracle WebCenter Suite 11g (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S328WCA: Collects Oracle WebCenter Analytics Information
-------------------------------------------------------------------------------
Do you want RDA to collect Oracle WebCenter Analytics information (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S328WCI: Collects Oracle WebCenter Interaction Information
-------------------------------------------------------------------------------
Do you want RDA to collect Oracle WebCenter Interaction information (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S330SSO: Collects Single Sign-On Information
-------------------------------------------------------------------------------
Do you want RDA to collect Oracle Single Sign-On (SSO) information (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S335SES: Collects Oracle Secure Enterprise Search Information
-------------------------------------------------------------------------------
Do you want RDA to collect Oracle Secure Enterprise Search information (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S340OID: Collects Oracle Internet Directory Information
-------------------------------------------------------------------------------
Is Oracle Internet Directory used in this Oracle home (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S342OVD: Collects Oracle Virtual Directory Information
-------------------------------------------------------------------------------
Is Oracle Virtual Directory used (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S344ES: Collects Oracle Entitlements Server Information
-------------------------------------------------------------------------------
Do you want RDA to collect Oracle Entitlements Server information (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S346DPS: Collects Oracle DSEE Directory Proxy Server Information
-------------------------------------------------------------------------------
Do you want RDA to collect Oracle DSEE Directory Proxy Server information
(Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S347OIA: Collects Oracle Identity Analytics Information
-------------------------------------------------------------------------------
Do you want RDA to collect Oracle Identity Analytics information (formerly Sun
Role Manager) (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S348OW: Collects Oracle Waveset Information
-------------------------------------------------------------------------------
Do you want RDA to collect Oracle Waveset information (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S350WEBC: Collects Web Cache Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S352ECM: Controls Oracle Enterprise Content Management Data Collection
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S353UOA: Collects Oracle Universal Online Archive Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S354UCM: Collects Oracle Universal Content Management Information
-------------------------------------------------------------------------------
Do you want RDA to collect Oracle Universal Content Management information
(Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S355IPM: Collects Oracle Imaging and Process Management Information
-------------------------------------------------------------------------------
Do you want RDA to analyze Oracle Imaging and Process Management (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S360CRID: Collects Oracle Access Manager (COREid) Information
-------------------------------------------------------------------------------
Do you want RDA to collect Oracle Access Manager (COREid) information (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S361OAM: Collects Oracle Access Manager Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S362OIM: Collects Oracle Identity Manager Information
-------------------------------------------------------------------------------
Do you want RDA to analyze Oracle Identity Manager (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S363OAAM: Collects Oracle Adaptive Access Manager Information
-------------------------------------------------------------------------------
Do you want RDA to analyze Oracle Adaptive Access Manager (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S364OIF: Collects Oracle Identity Federation 10g Information
-------------------------------------------------------------------------------
Do you want RDA to collect Oracle Identity Federation information (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S365COHR: Collects Oracle Coherence Information
-------------------------------------------------------------------------------
Do you want RDA to analyze Oracle Coherence (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S366JDBC: Collects Oracle Java DB Connectivity (JDBC) Information
-------------------------------------------------------------------------------
Do you want RDA to collect Oracle Java DB Connectivity (JDBC) information
(Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S367JDEV: Collects Oracle JDeveloper Information
-------------------------------------------------------------------------------
Do you want RDA to collect Oracle JDeveloper information (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S368TOPL: Collects Oracle TopLink Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S369STA: Collects StorageTek Tape Analytics Information
-------------------------------------------------------------------------------
Do you want RDA to collect StorageTek Tape Analytics information (formerly
Tape Business Intelligence) (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S370SOA: Collects Oracle SOA Suite Information
-------------------------------------------------------------------------------
Should RDA analyze Oracle SOA Suite 11g (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S371ESB: Collects Enterprise Service Bus Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S372OWSM: Collects Oracle Web Services Manager Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S373BPEL: Collects Oracle BPEL Process Manager Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S374BAM: Collects Business Activity Monitoring Information
-------------------------------------------------------------------------------
Is Business Activity Monitoring (BAM) in use (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S375B2B: Collects Oracle Business to Business (B2B) Information
-------------------------------------------------------------------------------
Should RDA analyze Oracle Business to Business (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S376BPM: Collects Oracle Business Process Management Suite Information
-------------------------------------------------------------------------------
Should RDA analyze Oracle Business Process Management Suite (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S377CAMM: Collects Oracle Composite Application Monitor and Modeler
Information
-------------------------------------------------------------------------------
Should RDA analyze Oracle Composite Application Monitor and Modeler
information (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S378OSB: Collects Oracle Service Bus Information
-------------------------------------------------------------------------------
Do you want RDA to collect Oracle Service Bus information (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S379WLI: Collects Oracle WebLogic Integration Information
-------------------------------------------------------------------------------
Do you want RDA to collect Oracle WebLogic Integration information (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S380BRM: Collects Oracle Communications Billing and Revenue Management
Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S385ODI: Collects Oracle Data Integrator Information
-------------------------------------------------------------------------------
Oracle Data Integrator collections can take a long time. Be selective in your
request to reduce collection time.Do you want RDA to analyze Oracle Data Integrator (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S390DSCV: Collects Oracle Discoverer Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S391OWB: Collects Oracle Warehouse Builder Information
-------------------------------------------------------------------------------
Do you want RDA to analyze Oracle Warehouse Builder (OWB) (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S392ODM: Collects Oracle Data Mining Information
-------------------------------------------------------------------------------
Do you want RDA to analyze Oracle Data Mining (ODM) (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S394OGG: Collects Oracle GoldenGate Information
-------------------------------------------------------------------------------
Do you want RDA to analyze Oracle GoldenGate (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S396INFA: Collects Informatica Information for Oracle Business Intelligence
Applications
-------------------------------------------------------------------------------
Should RDA analyze Informatica information for Oracle Business Intelligence
Applications (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S397BI: Collects Oracle Business Intelligence Enterprise Edition Information
-------------------------------------------------------------------------------
Do you want RDA to analyze Oracle Business Intelligence Enterprise Edition
(formerly Siebel Business Analytics) (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S398DAC: Collects Data Warehouse Administration Console Information
-------------------------------------------------------------------------------
Should RDA analyze Oracle Business Intelligence Data Warehouse Administration
Console (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S399BIPL: Collects Oracle Business Intelligence Publisher Information
-------------------------------------------------------------------------------
Do you want RDA to analyze Oracle Business Intelligence Publisher (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S400RAC: Collects Cluster Information
-------------------------------------------------------------------------------
Do you want RDA to collect information for a clustered environment (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S400RACD: Performs an Oracle Database Hang Analysis
-------------------------------------------------------------------------------
Are you experiencing an instance hang or slowness (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S401OCFS: Collects Oracle Cluster File System Information
-------------------------------------------------------------------------------
Do you want RDA to collect Oracle Cluster File System (OCFS) information
(Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S402ASM: Collects Automatic Storage Management Information
-------------------------------------------------------------------------------
Do you want RDA to collect Automatic Storage Management (ASM) information
(Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S403ACFS: Collects ASM Cluster File System Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S405DG: Collects Data Guard Information
-------------------------------------------------------------------------------
Do you want RDA to collect Data Guard information (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S410GRID: Collects Oracle Management Server and Repository Information
-------------------------------------------------------------------------------
Do you want RDA to analyze Oracle Enterprise Manager Cloud/Grid Control (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S420AGT: Collects Oracle Enterprise Manager Agent Information
-------------------------------------------------------------------------------
Do you want RDA to analyze Oracle Enterprise Manager Agent (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S430DBC: Collects Database Control Information
-------------------------------------------------------------------------------
Is the Oracle Enterprise Manager Database Control in use (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S450GRDN: Collects Oracle Guardian Information
-------------------------------------------------------------------------------
Do you want RDA to run Oracle Guardian (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S480NM: Collects Oracle Communications Network Mediation Information
-------------------------------------------------------------------------------
Do you want RDA to analyze Oracle Communications Network Mediation (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S482ND: Collects Oracle Communications Network Discovery Information
-------------------------------------------------------------------------------
Do you want RDA to analyze Oracle Communications Network Discovery (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S483NI: Collects Oracle Communications Network Integrity Information
-------------------------------------------------------------------------------
Do you want RDA to analyze Oracle Communications Network Integrity (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S484ASAP: Collects Oracle Communications ASAP Information
-------------------------------------------------------------------------------
Do you want RDA to analyze Oracle Communications Automated Service Activation
Program (ASAP) (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S486IPSA: Collects Oracle Communications IPSA Software Information
-------------------------------------------------------------------------------
Do you want RDA to analyze Oracle Communications IP Service Activator (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S487OSM: Collects Oracle Communications OSM Information
-------------------------------------------------------------------------------
Do you want RDA to analyze Oracle Communications Order and Service Management
(Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S488PS: Collects Oracle Communications Policy Services Information
-------------------------------------------------------------------------------
Do you want RDA to analyze Oracle Communications Policy Services (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S489CM: Collects Oracle Communications Configuration Manager Information
-------------------------------------------------------------------------------
Do you want RDA to analyze Oracle Communications Configuration Manager (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S490UIM: Collects Oracle Communications Unified Inventory Management
Information
-------------------------------------------------------------------------------
Do you want RDA to analyze Oracle Communications Unified Inventory Management
(Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S491NCC: Collects Network Charging and Control Information
-------------------------------------------------------------------------------
Do you want RDA to collect Network Charging and Control information (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S492PDC: Collects Oracle Communications Pricing Design Center Information
-------------------------------------------------------------------------------
Do you want RDA to collect Oracle Communications Pricing Design Center
information (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S494MES: Collects Oracle Communications Messaging Exchange Server Information
-------------------------------------------------------------------------------
Do you want RDA to analyze Oracle Communications Messaging Exchange Server
information (formerly Sun Java System Messaging Server) (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S495CS: Collects Oracle Communications Calendar Server Information
-------------------------------------------------------------------------------
Do you want RDA to analyze Oracle Communications Calendar Server information
(formerly Sun Java System Calendar Server) (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S500ACT: Collects Oracle E-Business Suite Application Information
-------------------------------------------------------------------------------
Do you want RDA to collect Oracle Applications information (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S510ADX: Collects AutoConfig and Rapid Clone Information
-------------------------------------------------------------------------------
Do you want RDA to collect Oracle Applications AutoConfig and Rapid Clone
information (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S530SEBL: Collects Siebel Information
-------------------------------------------------------------------------------
Do you want RDA to collect Siebel information (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S531EMS: Collects Email Marketing Server Information
-------------------------------------------------------------------------------
Do you want RDA to collect Email Marketing Server information (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S545EPM: Collects Enterprise Performance Management System Information
-------------------------------------------------------------------------------
Do you want RDA to analyze Enterprise Performance Management (Hyperion)
products (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S550ESS: Collects Oracle Essbase Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S554HPSV: Collects Oracle Hyperion Provider Services Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S555HIR: Collects Oracle Hyperion Interactive Reporting Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S556PR: Collects Oracle Hyperion SQR Production Reporting Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S557HFR: Collects Oracle Hyperion Financial Reporting Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S563HPL: Collects Oracle Hyperion Planning Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S566HCM: Collects Oracle Hyperion Calculation Manager Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S571HSS: Collects Oracle Hyperion Shared Services Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S572EPMA: Collects Enterprise Performance Management Architect Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S590RET: Collects Oracle Retail Information
-------------------------------------------------------------------------------
Should RDA analyze Oracle Retail (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S600OFA: Collects Oracle Fusion Applications Information
-------------------------------------------------------------------------------
Do you want RDA to analyze Oracle Fusion Applications (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S700ADBA: Collects ACS Oracle Database Assessment Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S720PSFT: Controls PeopleSoft Data Collections
-------------------------------------------------------------------------------
This module controls the following PeopleSoft collection types:* Tuxedo Application Server* Process Scheduler* Web Application ServerDo you want RDA to analyze any of those collection types (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S725PDBA: Collects PeopleSoft Information from Oracle Database
-------------------------------------------------------------------------------
Should RDA analyze PeopleSoft information from Oracle Database (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S728PAPP: Collects PeopleSoft Information from Tuxedo Application Server
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S729PSCH: Collects PeopleSoft Information from Process Scheduler
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S730PWEB: Collects PeopleSoft Information from Web Application Server
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S800NPRF: Samples Performance Information (root not required)
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S801RPRF: Samples Performance Information (root privileges required)
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S898XSMP: Samples User Defined Data
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S900REXE: Performs the Remote Data Collections
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S910CCR: Collects OCM Diagnostic Information
-------------------------------------------------------------------------------
"Do you want to diagnose OCM installations (Y/N)?
Hit 'Return' to accept the default (N)
> -------------------------------------------------------------------------------
S990FLTR: Controls Report Content Filtering
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S997CUST: Collects Customer-Specific Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S998XTRA: Collects User Defined Data
-------------------------------------------------------------------------------At this point, it should be possible to collect the diagnostic information.sqlplus should connect to the database with the userid specified during thesetup.With the same command used so far, start the data collection:./rda.pl [-v]or./rda.sh [-v]The -v option is optional. It allows to see the collection progression.Once it has completed, the results will be packaged for sending it to OracleSupport Services, if this file was generated to assist in resolving a ServiceRequest.Selective data collection is also possible. For more details, the commandusage can be displayed by specifying the -h option, or complete manual pagewith the -M option.

来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/25462274/viewspace-2120562/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/25462274/viewspace-2120562/

Oracle工具(Oracle Tools) – RDA(RemoteDiagnostic Agent)相关推荐

  1. oracle异构迁移,异构数据库系统迁移到Oracle 工具 - Oracle SQL Developer

    1.     在Oracle 网站下载  sqldeveloper-3.0.04.34.zip 2.     参考 IBM DB2: You need the binary driver jar fi ...

  2. oracle监控数据库工具,Oracle轻量级实时监控工具-oratop

    Oracle 轻量级实时监控工具 -oratop 适用于oracle单机.oracle RAC.oracle ADG 支持的数据库版本: 11gR2 (11.2.0.3, 11.2.0.4) 12cR ...

  3. Toad for Oracle工具的使用

    原文地址: Toad for Oracle工具的使用 原文作者: 天神羽翼 Toad for Oracle工具的使用 出处:转载 [注意:单击图片可以放大显示] 在Oracle应用程序的开发过程中,访 ...

  4. Navicat for Oracle工具连接oracle

    为什么80%的码农都做不了架构师?>>>    这个工具可以用于任何版本 8i 或以上的 Oracle 数据库服务器,并支持大部份 Oracle 最新版本的功能,包括目录.表空间.同 ...

  5. access转换成oracle,Access转Oracle工具

    iefans下载为用户提供的AccessToOracle是一款特色鲜明的Access转Oracle工具,这款软件不仅可以帮助用户将Access数据转换成Oracle数据,还能快速的导入出Oracle数 ...

  6. oracle+挂载dbf,dbf导入oracle工具下载|OracleToDbf(dbf导入oracle工具) v1.2官方版 附教程_星星软件园...

    OracleToDbf是一款好用的dbf导入oracle工具,该工具操作简单,只需要几个简单的步骤,就可以完成导入导出操作,它还拥有提供重复操作.查询导出.自动导出等实用功能,为您节约大量的时间,具有 ...

  7. oracle asm和文件系统,Oracle工具之--ASM与文件系统及跨网络传输文件

    Oracle工具之--ASM与文件系统及跨网络传输文件 Oracle DBMS_FILE_TRANSFER可以实现文件系统和ASM磁盘组之间实现文件传输及ASM磁盘组之间跨网络的传输. DBMS_FI ...

  8. Oracle工具之--ASM与文件系统及跨网络传输文件

    Oracle工具之--ASM与文件系统及跨网络传输文件   Oracle DBMS_FILE_TRANSFER可以实现文件系统和ASM磁盘组之间实现文件传输及ASM磁盘组之间跨网络的传输. DBMS_ ...

  9. [转]使用Navicat for Oracle工具连接oracle的

    使用Navicat for Oracle工具连接oracle的 这是一款oracle的客户端的图形化管理和开发工具,对于许多的数据库都有支持.之前用过 Navicat for sqlserver,感觉 ...

最新文章

  1. Elasticsearch内存分配设置详解
  2. html5考试总结300字,期中考心得300字5
  3. NLP实战:利用Python理解、分析和生成文本 | 赠书
  4. 真不夸张,90%的人都被需求整“哭”过
  5. Python Django 生成随机字符串UUID的使用示例
  6. 设备选购需要注意的几个方面
  7. Android 内存详细分析
  8. 如何使用Key User Tool扩展SAP S/4HANA Fiori UI
  9. 为何很多理财平台扣钱很快,但是提现的时候却很慢?
  10. 【题解】洛谷P4145 花神游历各国(线段树)
  11. java gzipoutputstream_java – GZIPInputStream逐行读取
  12. C#中yield用法
  13. Java中Spring中的方法加上try catch后事务管理器失效无法回滚的情况
  14. CSS层叠样式表的理解(一)
  15. 树莓派-解决apt-get upgrade速度慢的方法[更换阿里云源]
  16. 2021.07.10 存个直播间链接
  17. 微信服务通知消息找回_抖音回应无法用微信登录疑:不清楚是否是人为因素
  18. 自定义 QGraphicsItem
  19. sql 2008常用语法语句收集
  20. 深度学习从入门到精通——生成对抗网络原理

热门文章

  1. 第二代支付系统及电票线上清算相关知识
  2. IDEA代码统计插件Statistic-统计项目代码文件数及代码行数
  3. mybaits-plugs 连接orcale自动生成
  4. Golang,一道春天的闪电
  5. github上基于milestone自动生成releaseNotes
  6. 织梦mysql安装教程视频教程_dedecms(织梦网)安装教程
  7. Serv-U数据库用户
  8. ftp服务器无法复制文件夹,为什么serv u不能粘贴文件夹
  9. ci mysql 事务_mysql建库语句及innodb事务分析
  10. 拜耳集团公布第三季度业绩,销售额85.06亿欧元