Help for this page

Select Code to Download


  1. or download this
    unless (exists $ENV{ORACLE_HOME})
    {
      exec '/bin/sh', '-c', ". /oracle/oracle-env.sh; exec $^X $0 @ARGV";
    }
    
  2. or download this
    if [ -z "$ORACLE_HOME" ]
    then
      . /oracle/oracle-env.sh
    fi