On Jan 28, 2004, at 10:01 AM, Johnson, Shaunn wrote: [..] > I want to use Perl to connect to an Oracle 9i database > on Windows 200x and have installed DBI v. 1.37 > on my NT workstation. I am getting a message like so when > I run the script: > > [snip] > "The procedure entry point slcvs2ptr could not > be located in the dynamic link library oracore9.dll" > [/snip] > > Has anyone else seen this? If so, how do I fix this? [..] it appears that you have a DLL mismatch problem there. I think the version of the client side is is not correct for what the wrapping code is trying to get to. ciao drieux ---Thread Previous