Help for this page

Select Code to Download


  1. or download this
    sub getenv
    {
    ...
            $ENV{$var} = $value;
        }
    } # END - getenv
    
  2. or download this
    #!/bin/ksh
    export ORACLE_SID=testp
    export NLS_LANG=American_America.WE8ISO8859P1
    export ORACLE=/opt/oracle
    
  3. or download this
    getenv ('my_env');
    
  4. or download this
    ORACLE_SID=testp                      
    NLS_LANG=American_America.WE8ISO8859P1
    ORACLE=/opt/oracle