纸上得来终觉浅,绝知此事要躬行

初试RDA

上一篇 / 下一篇  2008-04-13 18:40:22 / 个人分类:oracle管理

1.RDA简介

RDA is a set of command line diagnostic scripts that are executed by an engine
written in the Perl programming language. RDA is used to gather detailed
information about an Oracle environment; the data gathered is in turn used to
aid in problem diagnosis. The output is also useful for seeing the overall
system configuration.

Oracle Support encourages the use of RDA because it provides a comprehensive
picture of the customer's environment. This can greatly reduce service request
resolution time by minimizing the number of requests from Oracle Customer
Support for more information. RDA is designed to be as unobtrusive as possible;
it does not modify systems in any way, it only collects useful data for Oracle
Customer Support.

2.rda使用

    使用rda的用户要具有相应权限,比如运行sar 、top、vmstat等命令的权限,这些命令用来收集系统级性能信息。

(1)查看是否已安装过rda

./rda.sh -cv

(2)初始化rda收集信息

./rda.sh -S

(3)开始收集

./rda.sh -v

整个过程如下:

### BEGIN LOG - DATE: 080413, TIME: 184919 ###


-------------------------------------------------------------------------------
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 can contain
alphanumerical characters only.

Enter the prefix for all the files generated
Hit 'Return' to accept the default (RDA)
>

Enter the directory used for all the files generated
Hit 'Return' to accept the default (/oracle/dingdian/rda/output)
>

Do you want to keep report packages from previous runs (Y/N)?
Hit 'Return' to accept the default (N)
>

Is a fresh collection done as default action (Y/N)?
Hit 'Return' to accept the default (Y)
>

Enter the Oracle Home to be used for data analysis
Hit 'Return' to accept the default (/oracle/product/9.2.0.4)
>

Enter the domain name of this server
>

Warning: No domain has been specified
Do you want to specify a new value (Y/N)?n

-------------------------------------------------------------------------------
S010CFG: Collects Key Configuration Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S090OCM: Setting up Oracle Configuration Manager Interface
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
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
-------------------------------------------------------------------------------
Which SysRq commands can be executed when the data collection is done as root:
  1  sysrq-trigger -m and sysrq-trigger -w only
  2  sysrq-trigger -t, sysrq-trigger -m, and sysrq-trigger -w
  3  No SysRq commands

Executing SysRq commands like 'sysrq-trigger -t' can take long time and may
temporarily freeze the system.

Enter the menu item number
Hit 'Return' to accept the default (3)
>

Enter an Oracle User ID (userid only) which has Statspack installed
>

-------------------------------------------------------------------------------
S120NET: Collects Network Information
-------------------------------------------------------------------------------
Should the network ping tests be performed (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
-------------------------------------------------------------------------------
Shoud RDA analyze Oracle VM Server (Y/N)?
Hit 'Return' to accept the default (N)
>

-------------------------------------------------------------------------------
S200DB: Controls RDBMS Data Collection
-------------------------------------------------------------------------------
Is there a database to be analyzed (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 (test)
>

Is the INIT.ORA for the database to be analyzed located on this machine? (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 (/oracle/product/9.2.0.4/dbs/inittest.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 '/' 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 'system' a sysdba user (will connect as sysdba) (Y/N)?
Hit 'Return' to accept the default (N)
>

-------------------------------------------------------------------------------
S201DBA: Collects RDBMS Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S204LOG: Collects Database Trace and Log Files
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S205BR: Collects Database Backup/Recovery Information
-------------------------------------------------------------------------------
Should RDA collect backup/recovery information (Y/N)?
Hit 'Return' to accept the default (N)
>

-------------------------------------------------------------------------------
S206RSRC: Collects Database Resource Manager Information
-------------------------------------------------------------------------------
Should RDA collect Resource Manager information for this database (Y/N)?
Hit 'Return' to accept the default (N)
> y

-------------------------------------------------------------------------------
S210OLAP: Collects OLAP Information
-------------------------------------------------------------------------------
Should RDA analyze OLAP (Y/N)?
Hit 'Return' to accept the default (N)
>

-------------------------------------------------------------------------------
S215OES: Collects Oracle Express Server Information
-------------------------------------------------------------------------------
Should RDA collect Oracle Express Server information (Y/N)?
Hit 'Return' to accept the default (N)
>

-------------------------------------------------------------------------------
S220IA: Collects Intelligent Agent Information
-------------------------------------------------------------------------------
Is the Oracle Intelligent Agent used in this Oracle home (Y/N)?
Hit 'Return' to accept the default (N)
>

-------------------------------------------------------------------------------
S230STC: Collects Streams Configuration Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S231STM: Collects Streams Monitoring Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S240OCS: Controls Oracle Collaboration Suite Data Collection
-------------------------------------------------------------------------------
Should RDA collect Oracle Collaboration Suite information (Y/N)?
Hit 'Return' to accept the default (N)
> y

Specify the LDAP hostname (fully qualified)
Hit 'Return' to accept the default (single.)
>

Enter the LDAP listen port (non SSL)
Hit 'Return' to accept the default (389)
>

Enter the LDAP domain (e.g. dc=be,dc=oracle,dc=com)
>

-------------------------------------------------------------------------------
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
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S260OMS: Collects OMS Information (obsolete)
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S290DEV: Collects Forms and Reports Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S292APEX: Collects APEX Information
-------------------------------------------------------------------------------
Should RDA analyze APEX (Y/N)?
Hit 'Return' to accept the default (N)
>

-------------------------------------------------------------------------------
S294LANG: Collects Oracle Language Information
-------------------------------------------------------------------------------
Should RDA analyze any language application (OCI/OCCI, precompilers) (Y/N)?
Hit 'Return' to accept the default (N)
>

-------------------------------------------------------------------------------
S298PLNC: Collects Oracle PL/SQL Native Compilation Information
-------------------------------------------------------------------------------
Should RDA analyze Oracle PL/SQL Native Compilation (Y/N)?
Hit 'Return' to accept the default (N)
> y

-------------------------------------------------------------------------------
S300IAS: Collects Web Server Information
-------------------------------------------------------------------------------
Shoud RDA analyze Oracle Web Application Server, Oracle iAS, Oracle 9iAS,
Oracle AS 10g or Oracle AS 11g (Y/N)?
Hit 'Return' to accept the default (N)
>

-------------------------------------------------------------------------------
S305ASBR: Collects Oracle Application Server Backup and Recovery Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S306ASG: Collects Oracle Application Server Guard Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S310J2EE: Collects J2EE/OC4J Information
-------------------------------------------------------------------------------
Is the Oracle J2EE/OC4J used in this Oracle home (Y/N)?
Hit 'Return' to accept the default (N)
>

-------------------------------------------------------------------------------
S320IFS: Collects iFS (iFS, CMSDK, Files) Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S325PDA: Collects Portal Diagnostics Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S330SSO: Collects Single Sign-On Information
-------------------------------------------------------------------------------
Should RDA collect Oracle Single Sign-On (SSO) 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)
>

-------------------------------------------------------------------------------
S350WEBC: Collects Web Cache Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S360CRID: Collects COREid Information
-------------------------------------------------------------------------------
Should RDA collect COREid information (Y/N)?
Hit 'Return' to accept the default (N)
>

-------------------------------------------------------------------------------
S362OIM: Collects Oracle Identity Manager Information
-------------------------------------------------------------------------------
Shoud RDA analyze Oracle Identity Manager (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
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S380PRSF: Collects Portal Software 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.

Should RDA analyze Oracle Data Integrator (Y/N)?
Hit 'Return' to accept the default (N)
> y

Enter the full path of the ODI home directory
>

The directory does not exist

Enter the full path of the ODI home directory
>

The directory does not exist

Enter the full path of the ODI home directory
>

The setup has been interrupted
Do you want to restart it (Y/N)?y

Oracle Data Integrator collections can take a long time. Be selective in your
request to reduce collection time.

Should RDA analyze Oracle Data Integrator (Y/N)?
Hit 'Return' to accept the default (N)
>

-------------------------------------------------------------------------------
S387BI: Collects Oracle Business Intelligence Information
-------------------------------------------------------------------------------
Should RDA analyze Oracle Business Intelligence (Y/N)?
Hit 'Return' to accept the default (N)
>

-------------------------------------------------------------------------------
S390DSCV: Collects Oracle Discoverer Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S391OWB: Collects Oracle Warehouse Builder Information
-------------------------------------------------------------------------------
Should RDA analyze Oracle Warehouse Builder (OWB) (Y/N)?
Hit 'Return' to accept the default (N)
>

-------------------------------------------------------------------------------
S392ODM: Collects Oracle Data Mining Information
-------------------------------------------------------------------------------
Should RDA analyze Oracle Data Mining (ODM) (Y/N)?
Hit 'Return' to accept the default (N)
>

-------------------------------------------------------------------------------
S400RAC: Collects Cluster Information
-------------------------------------------------------------------------------
Should RDA collect information for a clustered environment (Y/N)?
Hit 'Return' to accept the default (N)
>

-------------------------------------------------------------------------------
S400RACD: Performs a 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
-------------------------------------------------------------------------------
Should RDA collect Oracle Cluster File System (OCFS) information (Y/N)?
Hit 'Return' to accept the default (N)
>

-------------------------------------------------------------------------------
S402ASM: Collects Automatic Storage Management Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S405DG: Collects Data Guard Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S410GRID: Collects Grid Information (obsolete)
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S420AGT: Collects Oracle Enterprise Manager Agent Information
-------------------------------------------------------------------------------
Should RDA analyze Oracle Enterprise Manager Agent (Y/N)?
Hit 'Return' to accept the default (N)
>

-------------------------------------------------------------------------------
S430DBC: Collects Database Control Information
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S440EM: Collects Oracle Enterprise Manager Information
-------------------------------------------------------------------------------
Should RDA analyze Oracle Enterprise Manager (Y/N)?
Hit 'Return' to accept the default (N)
>

-------------------------------------------------------------------------------
S500ACT: Collects Oracle E-Business Suite Application Information
-------------------------------------------------------------------------------
Should RDA collect Oracle Applications information (Y/N)?
Hit 'Return' to accept the default (N)
>

-------------------------------------------------------------------------------
S510ADX: Collects AutoConfig and Rapid Clone Information
-------------------------------------------------------------------------------
Should RDA collect Oracle Applications AutoConfig and Rapid Clone information
(Y/N)?
Hit 'Return' to accept the default (N)
>

-------------------------------------------------------------------------------
S590RET: Collects Oracle Retail Information
-------------------------------------------------------------------------------
Should RDA analyze Oracle Retail (Y/N)?
Hit 'Return' to accept the default (N)
> y

Enter an Oracle Retail User ID (userid only) for which data has to be
collected
>

The setup has been interrupted
Do you want to restart it (Y/N)?y

Should RDA analyze Oracle Retail (Y/N)?
Hit 'Return' to accept the default (N)
>

-------------------------------------------------------------------------------
S800NPRF: Samples Performance Information (root priviledges are not required)
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S801RPRF: Samples Performance Information (root privileges required)
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S898XSMP: Samples User Defined Data
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S900REXE: Performs the Remote Data Collections
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
S990FLTR: Controls Report Content Filtering
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
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 the
 setup.

 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 Oracle
 Support Services, if this file was generated to assist in resolving a TAR.

 Selective data collection is also possible. For more details, the command
 usage can be displayed by specifying the -h option, or complete manual page
 with the -M option.

[oracle@single rda]$ ./rda.sh -Vv
 Collecting diagnostic data ...
-------------------------------------------------------------------------------
RDA Data Collection Started 13-Apr-2008 06:56:46 PM
-------------------------------------------------------------------------------
Processing Initialization module ...
Enter the password for 'SYSTEM':
Please re-enter it to confirm:
Entries do not match. Please try again...
Enter the password for 'SYSTEM':
Please re-enter it to confirm:
Processing CFG module ...
Processing Sampling module ...
Processing OCM module ...
Processing OS module ...
Processing PROF module ...
Processing PERF module ...
Processing NET module ...
Processing networking information (network files, sql*net files)...
Listener checks may take a few minutes. please be patient...
Processing Oracle installation module ...
Processing RDBMS module ...
VERSION:92
Processing LOG module ...
Processing Database Resource Manager module ...
Processing OCS module ...
Enter orcladmin password:
Please re-enter it to confirm:
Processing PLNC module ...
Processing DG module ...
Processing RDSP module ...
Processing LOAD module ...
Processing End module ...
-------------------------------------------------------------------------------
RDA Data Collection Ended 13-Apr-2008 06:59:44 PM
-------------------------------------------------------------------------------
 Generating the reports ...
  - RDA_CFG_database.txt ...
  - RDA_CFG_homes.txt ...
  - RDA_CFG_oh_inv.txt ...
  - RDA_OS_cpu_info.txt ...
  - RDA_OS_memory_info.txt ...
  - RDA_OS_disk_info.txt ...
  - RDA_OS_kernel_info.txt ...
  - RDA_OS_services.txt ...
  - RDA_OS_packages.txt ...
  - RDA_OS_sysdef.txt ...
  - RDA_OS_system_error_log.txt ...
  - RDA_OS_linux_release.txt ...
  - RDA_OS_misc_linux_info.txt ...
  - RDA_OS_libc.txt ...
  - RDA_OS_nls_env.txt ...
  - RDA_OS_java_version.txt ...
  - RDA_OS_etc_conf.txt ...
  - RDA_OS_tracing.txt ...
  - RDA_PROF_env.txt ...
  - RDA_PROF_ulimit.txt ...
  - RDA_PROF_umask.txt ...
  - RDA_PROF_profiles.txt ...
  - RDA_PROF_dot_bashrc.txt ...
  - RDA_PROF_etc_profile.txt ...
  - RDA_PROF_dot_bash_profile.txt ...
  - RDA_PERF_overview.txt ...
  - RDA_PERF_top_sql.txt ...
  - RDA_PERF_lock_data.txt ...
  - RDA_PERF_latch_data.txt ...
  - RDA_NET_ifconfig.txt ...
  - RDA_NET_tcpip_settings.txt ...
  - RDA_NET_udp_settings.txt ...
  - RDA_NET_adapters.txt ...
  - RDA_NET_sqlnet_listener_ora.txt ...
  - RDA_NET_sqlnet_sqlnet_ora.txt ...
  - RDA_NET_sqlnet_tnsnames_ora.txt ...
  - RDA_NET_hs_inithsodbc_ora.txt ...
  - RDA_NET_lstatus.txt ...
  - RDA_NET_netenv.txt ...
  - RDA_NET_netperf.txt ...
  - RDA_NET_etc_files.txt ...
  - RDA_NET_dynamic_dep.txt ...
  - RDA_INST_oratab.txt ...
  - RDA_INST_oracle_home.txt ...
  - RDA_INST_orainst_loc.txt ...
  - RDA_INST_inventory_xml.txt ...
  - RDA_INST_comps_xml.txt ...
  - RDA_INST_orainventory_logdir.txt ...
  - RDA_INST_installActions20070915_115458PM_log.dat ...
  - RDA_INST_installActions20071027_101703PM_log.dat ...
  - RDA_INST_installActions20071027_101744PM_log.dat ...
  - RDA_INST_installActions20071209_124732PM_log.dat ...
  - RDA_INST_installActions20071225_035910PM_log.dat ...
  - RDA_INST_orainventory_files.txt ...
  - RDA_INST_oui_loc.txt ...
  - RDA_INST_make_report.txt ...
  - RDA_INST_opatch_detail.txt ...
  - RDA_INST_oracle_install.txt ...
  - RDA_DBA_versions.txt ...
  - RDA_DBA_init_ora.txt ...
  - RDA_DBA_vparameters.txt ...
  - RDA_DBA_vspparameters.txt ...
  - RDA_DBA_voption.txt ...
  - RDA_DBA_dba_registry.txt ...
  - RDA_DBA_sga_info.txt ...
  - RDA_DBA_ses_procs.txt ...
  - RDA_DBA_vlicense.txt ...
  - RDA_DBA_vcompatibility.txt ...
  - RDA_DBA_nls_parms.txt ...
  - RDA_DBA_vcontrolfile.txt ...
  - RDA_DBA_log_info.txt ...
  - RDA_DBA_undo_info.txt ...
  - RDA_DBA_database_properties.txt ...
  - RDA_DBA_vsystem_event.txt ...
  - RDA_DBA_vresource_limit.txt ...
  - RDA_DBA_vsession_wait.txt ...
  - RDA_DBA_latch_info.txt ...
  - RDA_DBA_tablespace.txt ...
  - RDA_DBA_datafile.txt ...
  - RDA_DBA_replication.txt ...
  - RDA_DBA_security.txt ...
  - RDA_DBA_invalids.txt ...
  - RDA_DBA_security_files.txt ...
  - RDA_DBA_spatial.txt ...
  - RDA_DBA_aq_data.txt ...
  - RDA_DBA_partition_data.txt ...
  - RDA_DBA_text.txt ...
  - RDA_LOG_alert_log.txt ...
  - RDA_LOG_error1_test_ora_1738_trc.dat ...
  - RDA_LOG_last_errors.txt ...
  - RDA_LOG_error2_test_ora_1734_trc.dat ...
  - RDA_LOG_error3_test_ora_1991_trc.dat ...
  - RDA_LOG_log_trace.txt ...
  - RDA_RSRC_active_plan.txt ...
  - RDA_RSRC_details.txt ...
  - RDA_OCS_virtual.txt ...
  - RDA_PLNC_spnc_makefile_mk.txt ...
  - RDA_PLNC_cc_status.txt ...
  - RDA_DG_basic.txt ...
  - RDA_DG_primary.txt ...
  - RDA_END_system.txt ...
  - RDA_END_report.txt ...
  - Report index ...
 Packaging the reports ...

 You can review the reports by transferring the contents of the
 /oracle/dingdian/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 shared
   directory, copy the /oracle/dingdian/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 server
   computer with the /oracle/dingdian/rda/output directory, visit this URL:
   
ftp://oracle@single./dingdian/rda//oracle/dingdian/rda/output/RDA__start.htm

 If this file was generated to assist in resolving a Service Request, please
 send /oracle/dingdian/rda/output/RDA.RDA_single.zip to Oracle Support by
 uploading the file via Metalink. If ftp'ing the file, please be sure to ftp
 in BINARY format.

 Updating the setup file ...
[oracle@single rda]$
[oracle@single rda]$ ls -ltr
total 224
-r--r--r--    1 oracle   dba          4123 Feb 14 17:29 DISCLAIM.txt
-r--r--r--    1 oracle   dba         13109 Feb 14 17:29 README_Unix.txt
-r--r--r--    1 oracle   dba         15005 Feb 14 17:30 README_VMS.txt
-r--r--r--    1 oracle   dba         13093 Feb 14 17:30 README_Windows.txt
-r-xr-xr-x    1 oracle   dba          3538 Feb 25 18:47 rda.sh
-r-xr-xr-x    1 oracle   dba         43227 Feb 25 18:47 rda.pl
-r-xr-xr-x    1 oracle   dba          7050 Feb 25 18:47 rda.com
-r-xr-xr-x    1 oracle   dba          3699 Feb 25 18:47 rda.cmd
drwxr-xr-x    2 oracle   dba          4096 Feb 27 15:45 hcve
drwxr-xr-x    5 oracle   dba          4096 Mar  7 17:05 RDA
drwxr-xr-x    2 oracle   dba          8192 Mar 10 17:35 modules
-rw-r--r--    1 oracle   dba         37755 Apr 13 18:55 setup.bak
-rw-r--r--    1 oracle   dba         44362 Apr 13 18:59 setup.cfg
drwxr-x---    3 oracle   dba          8192 Apr 13 18:59 output
[oracle@single rda]$ cd output/
[oracle@single output]$ ls
extern                                            RDA_NET_dynamic_dep.txt
RDA_0LOG.fil                                      RDA_NET_etc_files.htm
RDA__blank.htm                                    RDA_NET_etc_files.txt
RDA_CFG_database.htm                              RDA_NET_hs_inithsodbc_ora.htm
RDA_CFG_database.txt                              RDA_NET_hs_inithsodbc_ora.txt
RDA_CFG_homes.htm                                 RDA_NET_ifconfig.htm
RDA_CFG_homes.txt                                 RDA_NET_ifconfig.txt
RDA_CFG_oh_inv.htm                                RDA_NET_lstatus.htm
RDA_CFG_oh_inv.txt                                RDA_NET_lstatus.txt
RDA_DBA_aq_data.htm                               RDA_NET_netenv.htm
RDA_DBA_aq_data.txt                               RDA_NET_netenv.txt
RDA_DBA_database_properties.htm                   RDA_NET_netperf.htm
RDA_DBA_database_properties.txt                   RDA_NET_netperf.txt
RDA_DBA_datafile.htm                              RDA_NET_sqlnet_listener_ora.htm
RDA_DBA_datafile.txt                              RDA_NET_sqlnet_listener_ora.txt
RDA_DBA_dba_registry.htm                          RDA_NET_sqlnet_sqlnet_ora.htm
RDA_DBA_dba_registry.txt                          RDA_NET_sqlnet_sqlnet_ora.txt
RDA_DBA_init_ora.htm                              RDA_NET_sqlnet_tnsnames_ora.htm
RDA_DBA_init_ora.txt                              RDA_NET_sqlnet_tnsnames_ora.txt
RDA_DBA_invalids.htm                              RDA_NET_tcpip_settings.htm
RDA_DBA_invalids.txt                              RDA_NET_tcpip_settings.txt
RDA_DBA_latch_info.htm                            RDA_NET_udp_settings.htm
RDA_DBA_latch_info.txt                            RDA_NET_udp_settings.txt
RDA_DBA_log_info.htm                              RDA_OCS_virtual.htm
RDA_DBA_log_info.txt                              RDA_OCS_virtual.txt
RDA_DBA_nls_parms.htm                             RDA_OS_cpu_info.htm
RDA_DBA_nls_parms.txt                             RDA_OS_cpu_info.txt
RDA_DBA_partition_data.htm                        RDA_OS_disk_info.htm
RDA_DBA_partition_data.txt                        RDA_OS_disk_info.txt
RDA_DBA_replication.htm                           RDA_OS_etc_conf.htm
RDA_DBA_replication.txt                           RDA_OS_etc_conf.txt
RDA_DBA_security_files.htm                        RDA_OS_java_version.htm
RDA_DBA_security_files.txt                        RDA_OS_java_version.txt
RDA_DBA_security.htm                              RDA_OS_kernel_info.htm
RDA_DBA_security.txt                              RDA_OS_kernel_info.txt
RDA_DBA_ses_procs.htm                             RDA_OS_libc.htm
RDA_DBA_ses_procs.txt                             RDA_OS_libc.txt
RDA_DBA_sga_info.htm                              RDA_OS_linux_release.htm
RDA_DBA_sga_info.txt                              RDA_OS_linux_release.txt
RDA_DBA_spatial.htm                               RDA_OS_memory_info.htm
RDA_DBA_spatial.txt                               RDA_OS_memory_info.txt
RDA_DBA_tablespace.htm                            RDA_OS_misc_linux_info.htm
RDA_DBA_tablespace.txt                            RDA_OS_misc_linux_info.txt
RDA_DBA_text.htm                                  RDA_OS_nls_env.htm
RDA_DBA_text.txt                                  RDA_OS_nls_env.txt
RDA_DBA_undo_info.htm                             RDA_OS_packages.htm
RDA_DBA_undo_info.txt                             RDA_OS_packages.txt
RDA_DBA_vcompatibility.htm                        RDA_OS_services.htm
RDA_DBA_vcompatibility.txt                        RDA_OS_services.txt
RDA_DBA_vcontrolfile.htm                          RDA_OS_sysdef.htm
RDA_DBA_vcontrolfile.txt                          RDA_OS_sysdef.txt
RDA_DBA_versions.htm                              RDA_OS_system_error_log.htm
RDA_DBA_versions.txt                              RDA_OS_system_error_log.txt
RDA_DBA_vlicense.htm                              RDA_OS_tracing.htm
RDA_DBA_vlicense.txt                              RDA_OS_tracing.txt
RDA_DBA_voption.htm                               RDA_PERF_latch_data.htm
RDA_DBA_voption.txt                               RDA_PERF_latch_data.txt
RDA_DBA_vparameters.htm                           RDA_PERF_lock_data.htm
RDA_DBA_vparameters.txt                           RDA_PERF_lock_data.txt
RDA_DBA_vresource_limit.htm                       RDA_PERF_overview.htm
RDA_DBA_vresource_limit.txt                       RDA_PERF_overview.txt
RDA_DBA_vsession_wait.htm                         RDA_PERF_top_sql.htm
RDA_DBA_vsession_wait.txt                         RDA_PERF_top_sql.txt
RDA_DBA_vspparameters.htm                         RDA_PLNC_cc_status.htm
RDA_DBA_vspparameters.txt                         RDA_PLNC_cc_status.txt
RDA_DBA_vsystem_event.htm                         RDA_PLNC_spnc_makefile_mk.htm
RDA_DBA_vsystem_event.txt                         RDA_PLNC_spnc_makefile_mk.txt
RDA_DG_basic.htm                                  RDA_PROF_dot_bash_profile.htm
RDA_DG_basic.txt                                  RDA_PROF_dot_bash_profile.txt
RDA_DG_primary.htm                                RDA_PROF_dot_bashrc.htm
RDA_DG_primary.txt                                RDA_PROF_dot_bashrc.txt
RDA_END_report.htm                                RDA_PROF_env.htm
RDA_END_report.txt                                RDA_PROF_env.txt
RDA_END_system.htm                                RDA_PROF_etc_profile.htm
RDA_END_system.txt                                RDA_PROF_etc_profile.txt
RDA__index.htm                                    RDA_PROF_profiles.htm
RDA__index.txt                                    RDA_PROF_profiles.txt
RDA_INST_comps_xml.htm                            RDA_PROF_ulimit.htm
RDA_INST_comps_xml.txt                            RDA_PROF_ulimit.txt
RDA_INST_installActions20070915_115458PM_log.dat  RDA_PROF_umask.htm
RDA_INST_installActions20070915_115458PM_log.htm  RDA_PROF_umask.txt
RDA_INST_installActions20071027_101703PM_log.dat  RDA_rda.css
RDA_INST_installActions20071027_101703PM_log.htm  RDA.RDA_single.zip
RDA_INST_installActions20071027_101744PM_log.dat  RDA_RSRC_active_plan.htm
RDA_INST_installActions20071027_101744PM_log.htm  RDA_RSRC_active_plan.txt
RDA_INST_installActions20071209_124732PM_log.dat  RDA_RSRC_details.htm
RDA_INST_installActions20071209_124732PM_log.htm  RDA_RSRC_details.txt
RDA_INST_installActions20071225_035910PM_log.dat  RDA_S010CFG.htm
RDA_INST_installActions20071225_035910PM_log.htm  RDA_S010CFG.toc
RDA_INST_inventory_xml.htm                        RDA_S010CFG.txt
RDA_INST_inventory_xml.txt                        RDA_S100OS.htm
RDA_INST_make_report.htm                          RDA_S100OS.toc
RDA_INST_make_report.txt                          RDA_S100OS.txt
RDA_INST_opatch_detail.htm                        RDA_S105PROF.htm
RDA_INST_opatch_detail.txt                        RDA_S105PROF.toc
RDA_INST_oracle_home.htm                          RDA_S105PROF.txt
RDA_INST_oracle_home.txt                          RDA_S110PERF.htm
RDA_INST_oracle_install.htm                       RDA_S110PERF.toc
RDA_INST_oracle_install.txt                       RDA_S110PERF.txt
RDA_INST_orainst_loc.htm                          RDA_S120NET.htm
RDA_INST_orainst_loc.txt                          RDA_S120NET.toc
RDA_INST_orainventory_files.htm                   RDA_S120NET.txt
RDA_INST_orainventory_files.txt                   RDA_S130INST.htm
RDA_INST_orainventory_logdir.htm                  RDA_S130INST.toc
RDA_INST_orainventory_logdir.txt                  RDA_S130INST.txt
RDA_INST_oratab.htm                               RDA_S201DBA.htm
RDA_INST_oratab.txt                               RDA_S201DBA.toc
RDA_INST_oui_loc.htm                              RDA_S201DBA.txt
RDA_INST_oui_loc.txt                              RDA_S204LOG.htm
RDA.log                                           RDA_S204LOG.toc
RDA_LOG_alert_log.htm                             RDA_S204LOG.txt
RDA_LOG_alert_log.txt                             RDA_S206RSRC.htm
RDA_LOG_error1_test_ora_1738_trc.dat              RDA_S206RSRC.toc
RDA_LOG_error1_test_ora_1738_trc.htm              RDA_S206RSRC.txt
RDA_LOG_error2_test_ora_1734_trc.dat              RDA_S240OCS.htm
RDA_LOG_error2_test_ora_1734_trc.htm              RDA_S240OCS.toc
RDA_LOG_error3_test_ora_1991_trc.dat              RDA_S240OCS.txt
RDA_LOG_error3_test_ora_1991_trc.htm              RDA_S298PLNC.htm
RDA_LOG_last_errors.htm                           RDA_S298PLNC.toc
RDA_LOG_last_errors.txt                           RDA_S298PLNC.txt
RDA_LOG_log_trace.htm                             RDA_S405DG.htm
RDA_LOG_log_trace.txt                             RDA_S405DG.toc
RDA_NET_adapters.htm                              RDA_S405DG.txt
RDA_NET_adapters.txt                              RDA__start.htm
RDA_NET_dynamic_dep.htm
[oracle@single output]$ ### END LOG - DATE: 080413, TIME: 190549 ###

 


TAG:

 

评分:0

我来说两句

显示全部

:loveliness: :handshake :victory: :funk: :time: :kiss: :call: :hug: :lol :'( :Q :L ;P :$ :P :o :@ :D :( :)

日历

« 2008-10-14  
   1234
567891011
12131415161718
19202122232425
262728293031 

数据统计

  • 访问量: 2276
  • 日志数: 78
  • 图片数: 2
  • 影音数: 1
  • 建立时间: 2008-02-29
  • 更新时间: 2008-10-13

RSS订阅

Open Toolbar