9.3.3.4 tfactl diagcollect -srdc
Use the tfactl diagcollect -srdc
command to run a Service Request Data Collection (SRDC).
Syntax
tfactl diagcollect -srdc srdc_profile
[-tag tagname]
[-z filename]
[-last nh|d | -from time -to time | -for date]
-database database
Parameters
Each option must be prefixed with a minus sign (-).
Option | Description |
---|---|
|
Specify the SRDC profile. |
|
Use this parameter to create a subdirectory for the resulting collection in the Oracle Trace File Analyzer repository. |
|
Use this parameter to specify an output file name. |
|
Note: If you specify both date and time, then you must enclose both the values in double quotation marks (""). If you specify only the date or the time, then you do not have to enclose the single value in quotation marks. |
|
Specify the name of the database. |
SRDC Profiles
SRDC Profile | Description |
---|---|
|
Collects data for listener services errors: |
|
Collects data for naming services errors: |
|
Collects data regarding maximum number of processes exceeded. |
|
Collects data for internal errors. |
|
Collects data for soft internal error. |
|
Collects standard information for |
|
Collects data for Oracle Database Snapshot too old error. |
|
Collects data for |
|
Collects data for Oracle Database Snapshot too old error. |
|
Collects data for |
|
Collects data for More shared memory is needed in the shared/streams pool. error. |
|
Collects data for Exception encountered, core dump. error. |
|
Collects data for ORA error |
|
Collects data for ORA error |
|
Collects data for OS system dependent operation: open failed with status: (status). error. |
|
Collects data for OS failure message: (message). error. |
|
Collects data for Failure occurred at: (module). error. |
|
Collects data for Oracle Database Unable to extend Undo Tablespace error. |
|
Collects data for ASM CRS CELL-related problems. The cell related errors handled by
crsasmcell are:
|
|
Collects data for Oracle Database storage problems. |
|
Collects standard information for Oracle Database auditing. |
|
Collects data for Oracle Database Automatic Workload Repository (AWR) space problems. |
|
Collects information for troubleshooting original Export (exp) related problems. |
|
Collects data for Data Pump Export generic issues. |
|
Collects data for Data Pump Export API Issues. |
|
Collects data for Data Pump Export performance issues. |
|
Collects data to supply for Transportable Tablespace Data Pump and original EXPORT, IMPORT. |
|
Collects data for |
|
Collects data for Oracle GoldenGate Classic Mode issues. |
|
Collects data for Oracle GoldenGate Extract / Replicat abends problems. |
|
Collects data for troubleshooting original Import (imp) releated problems. |
|
Collects data for Data Pump Import generic issues. |
|
Collects data for Data Pump Import performance issues. |
|
Collects data for Oracle Database install / upgrade problems. |
|
Collects data for |
|
Collects data for slow |
|
Collects data for Oracle Database patch conflict problems. |
|
Collects data for Oracle Database patch install problems. |
|
Collects data for Oracle Database performance problems. |
|
Collects data for Oracle Database preupgrade problems. |
|
Collects data for RMAN related issues, such as backup, maintenance, restore and recover, |
|
Collects data for |
|
Collects data for RMAN Performance error (My Oracle Support note 1671509.1). |
|
Collects data for Oracle Database SCN problems. |
|
Collects data for single instance Oracle Database shutdown problems. |
|
Collects data for an SQL performance problem using Oracle Trace File Analyzer Collector. |
|
Collects data for single instance Oracle Database startup problems. |
|
Collects data for Transparent Data Encryption (TDE) (My Oracle Support note 1905607.1) |
|
Collects data for Oracle Database issues related to operating system resources. |
|
Collects data for Oracle Database upgrade problems. |
|
Collects data Oracle Database XDB installation and invalid object problems. |
|
Collects data for DNFS problems. |
|
Collects data for Enterprise Manager Agent performance issues. |
|
Collects data for Enterprise Manager errors while adding an Oracle Database, a listener, or an ASM target using Enterprise Manager command-line. |
|
Collects data for cluster target, cluster (RAC) Oracle Database, or an ASM target is not discovered issue. |
|
Collects data for Enterprise Manager Oracle Database system target is not discovered, detected, removed, or renamed correctly issue. |
|
Collects data for unsetting Enterprise Manager debug. |
|
Collects data for setting Enterprise Manager debug. |
|
Collects data for Enterprise Manager generic error while discovering, or removing an Oracle Database, a listener, or an ASM target. |
|
Collects data for Enterprise Manager metric events not raised and general metric alert related issues. |
|
Collects for all Enterprise Manager OMS crash or restart performance issues. |
|
Collects data for Enterprise Manager OMS heap usage alert performance issues. |
|
Collects data for Enterprise Manager OMS hung or high CPU usage performance issues. |
|
Collects data for Enterprise Manager Oracle Database, listener, or an ASM target is not discovered or detected by the discovery process issues. |
|
Collects data for Enterprise Manager restart OMS crash problems. |
|
Collects data for Enterprise Manager Tablespace space used metric issues. |
|
Collects data for Oracle Exalogic Full Exalogs problems. |
|
Collects data for Oracle GoldenGate Extract/Replicat abends problems. |
|
Collects data for all other types of internal Oracle Database errors. |
To collect CRS, ASM, and cell data from the compute nodes
tfactl diagcollect -cellnode <comma delimited list of names>|all
command to collect cell data. If there is a cell related error on the compute node, use the tfactl diagcollect -srdc crsasmcell
command to collect CRS, ASM, and cell data. The cell related errors handled by crsasmcell
are:
CRS-1604
CRS-1606
CRS-1613
CRS-1614
CRS-1615
CRS-1649
tfa
to collect from the cells. To determine if the cell is configured, run:# tfactl cell status
# tfactl cell configure
After configuring, you can collect from the cells.
# tfactl diagcollect -srdc crsasmcell
# tfactl diagcollect -srdc crsasmcell -cellnode mycell1,mycell2,mycell3
# tfactl diagcollect -srdc crsasmcell -cellnode all
# tfactl diagcollect -srdc dbperf -cellnode all
# tfactl diagcollect -cellnode all
Related Topics