DBI.pm DBD::Oracle::db
From: Mei Chang (MChang_at_tiaa-cref.org)
Date: 10/23/03
- Previous message: Tim Bunce: "Re: dynaloader.pm"
- Next in thread: Tim Bunce: "Re: DBI.pm DBD::Oracle::db"
- Reply: Tim Bunce: "Re: DBI.pm DBD::Oracle::db"
- Maybe reply: Mei Chang: "RE: DBI.pm DBD::Oracle::db"
- Maybe reply: Mei Chang: "RE: DBI.pm DBD::Oracle::db"
- Maybe reply: Mei Chang: "RE: DBI.pm DBD::Oracle::db"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: "'dbi-users@perl.org'" <dbi-users@perl.org> Date: Thu, 23 Oct 2003 15:23:10 -0600
Users,
I wrote a perl script and compiled it by perl2exe. I placed the exe file to
different machines, the results were different:
Procedures:
1. ran from my pc, it worked fine (my PC is Win2K) - My pc has DBI module
and perl 5.6 installed
2. placed the executable on server A (Win NT)and ran on it, it worked fine.
- This server happened to have perl 5.0.1 and oracle client installed.
3. placed on Server B (W2k) and ran on it, it failed on db-connect (please
see the attached trace file)
4. Mapped to server B's drive with the executable there, and ran it from my
pc, and it worked.
5. Logged onto server B, and ran the executable on Server B again, it still
failed with the same error.
The only problem seemed to be on the server B. but looking I could not
figure out what's wrong?
(Note: The dsn, sid, db name, user id, password are all the same. )
With the executable, I should not need the perl.exe on server B, and
with DBI and DBD, I should not need Oracle client. What did I miss?
Thanks in advance.
M. Chang
The two trace files were from server B .
procedure #3's results
<<trace.notworking.txt>>
procedures #4 results
<<trace.working.txt>>
**************************************************************
This message, including any attachments, contains confidential information intended for a specific individual and purpose, and is protected by law. If you are not the intended recipient, please contact sender immediately by reply e-mail and destroy all copies. You are hereby notified that any disclosure, copying, or distribution of this message, or the taking of any action based on it, is strictly prohibited.
TIAA-CREF
**************************************************************
- text/plain attachment: trace.notworking.txt
- text/plain attachment: trace.working.txt
- Previous message: Tim Bunce: "Re: dynaloader.pm"
- Next in thread: Tim Bunce: "Re: DBI.pm DBD::Oracle::db"
- Reply: Tim Bunce: "Re: DBI.pm DBD::Oracle::db"
- Maybe reply: Mei Chang: "RE: DBI.pm DBD::Oracle::db"
- Maybe reply: Mei Chang: "RE: DBI.pm DBD::Oracle::db"
- Maybe reply: Mei Chang: "RE: DBI.pm DBD::Oracle::db"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|