# DCracd.ctl:400:Performs an Oracle Database Hang Analysis # $Id: DCracd.ctl,v 1.2 2013/10/30 07:18:23 RDA Exp $ # ARCS: $Header: /home/cvs/cvs/RDA_8/src/scripting/lib/collect/DB/DCracd.ctl,v 1.2 2013/10/30 07:18:23 RDA Exp $ # # Change History # 20130113 KRA Initial RDA 8 version. =head1 NAME DB:DCracd - Performs an Oracle Database Hang Analysis =head1 DESCRIPTION This module performs an Oracle database hang analysis. The following reports can be generated and are regrouped under C in C: =cut echo tput('bold'),'Processing DB.RACD module ...',tput('off') var $TOC = '%TOC%' var $TOP = '[[#Top][Back to top]]' toc '^1:Cluster' toc '1+:Hang Analysis' =head2 diag - Diagnostics Runs diagnostic scripts in the database. =cut debug ' Inside RACD module, running diagnostic scripts in the database' if ${I_DBC} {call setSqlTarget(last) run DB:RACdiag() } # Disable the group title in next index toc '-:Cluster' =head1 SEE ALSO L =begin credits =over 10 =item RDA 4.6: Bob Caldwell. =back =end credits =head1 COPYRIGHT NOTICE Copyright (c) 2002, 2016, Oracle and/or its affiliates. All rights reserved. =head1 TRADEMARK NOTICE Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners. =cut