# LDocm.ctl: Collects Oracle Configuration Manager Reports # $Id: LDocm.ctl,v 1.3 2013/10/30 07:18:47 RDA Exp $ # ARCS: $Header: /home/cvs/cvs/RDA_8/src/scripting/lib/collect/RDA/LDocm.ctl,v 1.3 2013/10/30 07:18:47 RDA Exp $ # # Change History # 20130821 KRA Improve abbreviation management. =head1 NAME RDA:LDocm - Collects Oracle Configuration Manager Reports =head1 DESCRIPTION This module retrieves the Oracle Configuration Manager reports. =cut debug ' Inside LOAD module, gathering Oracle Configuration Manager information' call setAbbr('RDA_OCM_') if ${DFT.B_NO_OCM} call purge('E','.',0) else {# Purge old reports call purge('E','.',1,600) # Insert OCM reports if ${SET.RDA.OCM.B_IN_USE} toc '%INCLUDE("',catFile('extern',concat(${CUR.W_PREFIX},'index.txt')),'")%' } =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