#!/bin/sh # # The wrapper scipt that calls crsrename.pl # # Do not change the line below for ORACLE_HOME setting OHOME=%ORACLE_HOME% ORACLE_HOME=${OHOME} export ORACLE_HOME ORA_CRS_HOME=%ORA_CRS_HOME% export ORA_CRS_HOME ORACLE_BASE=%ORACLE_BASE% export ORACLE_BASE $OHOME/perl/bin/perl -I$OHOME/perl/lib -S $OHOME/bin/crsrename.pl $*