#!/bin/sh # # Copyright (c) 2001, 2007, Oracle. All rights reserved. # # diagcollection - Wrapperscript for the diagcollection.pl script. # # This script invokes diagcollection.pl from the CRSHOME/bin. This script # constructs the arguments that are needed for diagcollection.pl ORA_CRS_HOME=%ORA_CRS_HOME% ORACLE_HOME=$ORA_CRS_HOME export ORACLE_HOME export ORA_CRS_HOME PERL=`which perl` exec ${PERL} ${ORACLE_HOME}/bin/diagcollection.pl --collect --crshome ${ORACLE_HOME} "$@"