- or download this
$> perl -MDBD::Oracle -e 'print "$DBD::Oracle::VERSION\n"'
- or download this
Can't load '/.../<PERL_VERSION>/sun4-solaris/auto/DBD/Oracle/Oracle
+.so' for module DBD::Oracle: ld.so.1: perl: fatal: libclntsh.so.9.0:
+open failed: No such file or directory at /.../<PERL_VERSION>/sun4-so
+laris/DynaLoader.pm line <LINE_NUMBER>.
- or download this
$> perl -MOracle::OCI -e 'print "$Oracle::OCI::VERSION\n"'
- or download this
Can't locate Oracle/OCI.pm in @INC (@INC contains: ...)
- or download this
#!/bin/csh
# NOTE: '...' is a placeholder for one or more levels of subdirectorie
+s
...
setenv NLS_LANG AMERICAN_AMERICA.AL32UTF8
setenv LD_PRELOAD /usr/lib/libthread.so.1
/.../perldbi_with_al32utf8.pl "$1"
- or download this
#!/...path...to...desired...version...of.../perl
...
or warn "Failed to disconnect: ", $dbh->errstr(), "\n";
exit;