Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Oracle
msrich
Ref. DEVNet Tech Note 2445
We're running W2K TeamSite 5.0.1 w/SP2 and trying to access Oracle 8i from PERL script. Is the only thing we'll require the Oracle 8i DBD (from CPAN), or is there any IWOV patch we'll need (in addition)? Thanks.
Find more posts tagged with
Comments
tvaughan
TeamSite should be agnostic about DBs your Perl scripts may connect to.
Just make sure your $ENV variable in your Perl script contains any path or libs that you may count on to connect to your DB.
Tom
Migrateduser
If you have already setup ODBC and use DBD:
DBC instead of DBD:
racle then you are fine with the current TeamSite iwperl distribution.
If you are planning to use DBD:
racle with Oracle8i then you would need to upgrade your DBD:
racel module since it does not work with Oracle8i's clob or glob(sorry forgot about the name) datatype. If you do not use that datatype then you are fine.
Heop this is useful