Help for this page

Select Code to Download


  1. or download this
    PerlSetVar ORACLE_SID production
    
  2. or download this
    if( $ENV{'MOD_PERL'} } ) {
      require 'Apache2::ServerUtil' ;
      my $s = Apache2::ServerUtil->new ;
      $ENV{'ORACLE_SID'} ||= $s->dir_config('ORACLE_SID') ;
    }