# DCocdb.ctl:236:Collects Oracle Content Database Information # $Id: DCocdb.ctl,v 1.3 2013/11/05 14:18:00 RDA Exp $ # ARCS: $Header: /home/cvs/cvs/RDA_8/src/scripting/lib/collect/OFM/DCocdb.ctl,v 1.3 2013/11/05 14:18:00 RDA Exp $ # # Change History # 20131105 MSC Improve code consistency. =head1 NAME OFM:DCocdb - Collects Oracle Content Database Information =head1 DESCRIPTION This module collects Oracle Content Database information, which includes configuration and log files. The module covers Oracle Content Database Release 10.2.0.x and 10.2.1.x. The reports are regrouped under C. =head1 REPORTS =cut echo tput('bold'),'Processing OFM.OCDB module ...',tput('off') # Initialization var $ORACLE_HOME = ${D_ORACLE_HOME/P:''} var $TAIL1 = ${N_TAIL1:5000} var $TAIL2 = ${N_TAIL2:500} var $TOC = '%TOC%' var $TOP = '[[#Top][Back to top]]' pretoc '1:Oracle Content Database' # Get the content DB information run OFM:CONTinfo(false) unpretoc =head1 SEE ALSO L =begin credits =over 10 =item RDA 4.21: Bert Vanderstraeten. =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