Help for this page

Select Code to Download


  1. or download this
    #configuration file
    <system>
    ...
        ORACLE_HOME /ora92/product/9.2.1.0
      </environment>
    </system>
    
  2. or download this
    my $conf = Configuration::Singleton->instance;
    my $address = $conf->value('system/dsn');
    ...
                            }
    ) or die "$DBI::errstr";
    $dbh->{FetchHashKeyName} = 'NAME_lc';