RE: Help Needed: DBI (no error string)
From: Hariharan (hariharan_at_mdanywhere.com)
Date: 01/02/04
- Previous message: Michael Nhan: "Re: Help - multiple Oracle versions"
- In reply to: Michael Nhan: "RE: Help Needed: DBI (no error string)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: "Michael Nhan" <mnhan@watson.wustl.edu> Date: Fri, 2 Jan 2004 13:22:55 -0500
Hi Micheal,
Thanks. i presently dont have control over the server will have to
ask the DBA to do the same. I will try and put the trace to sqlnet level to
isoloate the error. Thanks agian for the help.
Regards
Hariharan Jayaraman.
-----Original Message-----
From: Michael Nhan [mailto:mnhan@watson.wustl.edu]
Sent: Friday, January 02, 2004 1:11 PM
To: Hariharan
Cc:
Subject: RE: Help Needed: DBI (no error string)
> Date: Fri, 2 Jan 2004 12:22:19 -0500
> From: Hariharan <hariharan@mdanywhere.com>
> To: Michael Nhan <mnhan@watson.wustl.edu>
> Cc: dbi-users@perl.org
> Subject: RE: Help Needed: DBI (no error string)
>
> Hi,
> Thanks for reply. Swap space of the machine that i am running the
> application or on the server ,the Oracle Docs says that it is due to some
> error on the server. Also i am able to connect to the server through the
> client always.
ORA-03113 is when a session loose contact with its shadow process.
Sometime this is due to not enough swap space on the server. It can also
be caused by network problems. Can you check the dump dest to see if
there were any trc files created by the terminated session. ORA-3113 can
be accompany by other ORA errors that can help track down the cause of the
problem. You can also turn on tracing in dbi and at the sqlnet level to
see where and when its dying if it continues consistently.
>
> Thanks for letting me know abt the oracle 9i client issue. One question
> though when i compile DBD:Oracle it is not able to detect the oracle
version
> when i do perl Makefile.PL.
Hmm, that is strange. The oracle s/w on the client, is it a client
install or full install? It looks at a couple of place for the version
and then attempts to guess the version from the install directory. if
you look in the Makefile.PL you can see where its trying to decipher the
database version.
Michael
- Previous message: Michael Nhan: "Re: Help - multiple Oracle versions"
- In reply to: Michael Nhan: "RE: Help Needed: DBI (no error string)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|