# DCcont.ctl:248:Collects Oracle Content Services Information # $Id: DCcont.ctl,v 1.3 2015/05/28 18:52:06 RDA Exp $ # ARCS: $Header: /home/cvs/cvs/RDA_8/src/scripting/lib/collect/OFM/DCcont.ctl,v 1.3 2015/05/28 18:52:06 RDA Exp $ # # Change History # 20150527 KRA Improve the documentation. =head1 NAME OFM:DCcont - Collects Oracle Content Services Information =head1 DESCRIPTION This module collects Oracle Content Services information (for example, configuration and log files). The reports are regrouped under C. =cut echo tput('bold'),'Processing OFM.CONT module ...',tput('off') # Initialization var $ORACLE_HOME = ${D_ORACLE_HOME/P:''} var $TAIL1 = ${GRP.OCS.N_TAIL1:5000} var $TAIL2 = ${GRP.OCS.N_TAIL2:500} var $TOC = '%TOC%' var $TOP = '[[#Top][Back to top]]' toc '^1:Oracle Collaboration Suite' toc '1+:Oracle Content Services' # Collect the content services information run OFM:CONTinfo(false) # Disable the group title in next index toc '-:Oracle Collaboration Suite' =head1 SEE ALSO L, L =begin credits =over 10 =item RDA 4.1: Bert Vanderstraeten, Matthias von Ehrenstein. =item RDA 4.2: Frederic Daurelle, Bert Vanderstraeten. =item RDA 4.16: Greg Cook, Andrew Salt. =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