Thread

Posted on Sat Dec 16 07:33:33 2006 by austin
Segmentation Fault (core dumped) while connecting to oarcle
Hi Need Help I am getting Segmentaion fault when running the perl script. aussvcd01% ./fw1_audit.pl Function Called Connecting to Oracle Segmentation Fault (core dumped
Direct Responses: 3821 | Write a response
Posted on Sat Dec 16 07:45:07 2006 by austin in response to 3820
Re: Segmentation Fault (core dumped) while connecting to oarcle
Here are some useful lines from DBD installation Looks good LD_RUN_PATH=/oracle/app/oracle/product/10.2.0/lib32:/oracle/app/oracle/product/10.2.0/rdbms/lib32 Using DBD::Oracle 1.19. Using DBD::Oracle 1.19. Multiple copies of Driver.xst found in: /usr/local/lib/perl5/site_perl/5.8.8/i86pc-solaris/auto/DBI/ /usr/local/lib/perl5/site_perl/5.8.7/i86pc-solaris/auto/DBI/ at Makefile.PL line 1635 Using DBI 1.53 (for perl 5.008008 on i86pc-solaris) installed in /usr/local/lib/perl5/site_perl/5.8.8/i86pc-solaris/auto/DBI/ Writing Makefile for DBD::Oracle
Direct Responses: 3832 | Write a response
Posted on Mon Dec 18 13:48:11 2006 by byterock in response to 3821
Re: Segmentation Fault (core dumped) while connecting to oarcle
Having a quick look at is it seem the error is being throw on DBI rather than DBD. I have no suggestion right now but you would be much better off posting your question to dbi-users@perl.org (you don't need to subscribe in order to post) and you won't be automatically subscribed either as very few people use this form for dbi or driver support. dbi-users is where you'll get the best support
Direct Responses: 4219 | Write a response
Posted on Wed Jan 31 18:49:33 2007 by jplynch in response to 3832
Re: Segmentation Fault (core dumped) while connecting to oarcle
I'm not sure if I am having the same problem or not, so I will post here first. I recently patched my oracle version to 9.2.0.8 and suddenly all my perl programs that connect to Oracle die with a segmentation fault. I figured I just needed to recompile DBD::Oracle. To be on the safe side I recompiled DBI as well. If I run the programs as root they run fine, but if I swith to one of the other users on the system I get a segmentation fault. My first suspect is I am seeing a permission issue. Anyone have any thoughts? Thanks. -Paul
Write a response