I am running a test script to connect to an Oracle 10.2.0.1 64-bit database on AIX 5.2. My script uses the version of Perl installed with the Oracle software for this platform. Here is the script:
#!/u01/apps/oracle/product/10.2.0/perl/bin/perl
use DBI;
$TARGET_SID = "xxx";
$TARGET_ID = "xxx"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.