# LDredo.ctl: Collects Redo Tool Results # $Id: LDredo.ctl,v 1.1 2015/01/16 16:12:49 RDA Exp $ # ARCS: $Header: /home/cvs/cvs/RDA_8/src/scripting/lib/collect/DB/LDredo.ctl,v 1.1 2015/01/16 16:12:49 RDA Exp $ # # Change History # 20150112 JGS Initial version. =head1 NAME DB:LDredo - Collects Redo Tool Results =head1 DESCRIPTION =head2 redotool - Redo Tool This module gets report and output files generated by the C tool. =cut # Set the abbreviation call setAbbr('DB_REDO_') # Collect files debug ' Inside LOAD module, gathering the most recent redo tool results' report results title '---+ Redo Tool Execution Results' if ?testFile('f',catFile(${OUT.E},'DB_REDO_report.htm')) {write '|*Redo Tool Report:*|\ [[../extern/DB_REDO_report.htm][Results Report]]|' if ?testFile('f',catFile(${OUT.E},'DB_REDO_data.dat')) write '|*Redo Tool Merged File:*|\ [[../extern/DB_REDO_data.dat][Redo Data File]]|' } if isCreated(true) toc '2:[[',getFile(),'][rda_report][Redo Tool]]' =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