# DCgtw.cfg: Collects Transparent/Procedural Gateway Information # $Id: DCgtw.cfg,v 1.2 2013/10/30 07:18:40 RDA Exp $ # ARCS: $Header: /home/cvs/cvs/RDA_8/src/scripting/lib/collect/OS/DCgtw.cfg,v 1.2 2013/10/30 07:18:40 RDA Exp $ # # Copyright (c) 2002, 2016, Oracle and/or its affiliates. All rights reserved. # # Change history # 20120609 MSC Initial RDA 8 version. ############################################################################### # Collect the Transparent/Procedural Gateway setup information ############################################################################### #------------------------------------------------------------------------------ # Module definition #------------------------------------------------------------------------------ col=${B_IN_USE} dsc='Collects Transparent/Procedural Gateway Information' man='This module is considered when Transparent/Procedural Gateway \ directories are present in the Oracle home only.' pre=RDA:DCbegin rpt=B_IN_USE var=not_used # Flow:B_IN_USE exe=sdcl { "if findDir(${SET.RDA.BEGIN.D_ORACLE_HOME},'^(tg4|pg4)','f') " var @{AUX.var} = ('B_IN_USE') } #------------------------------------------------------------------------------ # Setting definitions #------------------------------------------------------------------------------ [not_used] typ=B dft=false dsc='Is Transparent/Procedural Gateway information requested?' nam=B_IN_USE [B_IN_USE] typ=B dft=${AUX.B_SELECTED} dsc='Is Transparent/Procedural Gateway information requested?' inp='Is Transparent/Procedural Gateway information requested (Y/N)?' var=N_TAIL,N_TRACE [N_TAIL] typ=N dft=1000 dsc='Default number of lines for tail operations' err='The number of lines must be an integer greater than zero' inp='Enter the default number of lines for tail operations' lvl=9 ref='I]0,[' val=F [N_TRACE] typ=N dft=5 dsc='Default number of trace files to collect per gateways' inp='How many trace files should be collected per gateways?' err='The number of trace files must be a positive integer' lvl=9 ref='I[0,[' val=F