Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: how to trace OCIStmtExecute failed ORA-00028: your session has been killed

Re: how to trace OCIStmtExecute failed ORA-00028: your session has been killed

From: Jared Still <jkstill_at_gmail.com>
Date: Thu, 13 Dec 2007 08:42:02 -0800
Message-ID: <bf46380712130842l389f180o120804c47575fe69@mail.gmail.com>


if "audit_sys_operations=TRUE" is set, you may want to look at the audit files.

On Dec 11, 2007 6:10 PM, Prasad <p4cldba_at_gmail.com> wrote:
> All,
>
> I am getting lot of messages as such
>
> OciDataSource::executeStatement OCIStmtExecute failed ORA-00028: your
> session has been killed
>
> in the client side .and I tried looking around to see if there is any alter
> system from database or any cron jobs but could not .
>
> when I did a pfiles on the initiator process on the client host I see that
> there are open socket
>
> 58: S_IFSOCK mode:0666 dev:303,0 ino:15888 uid:0 gid:0 size:0
> O_RDWR FD_CLOEXEC
> sockname: AF_INET 172.16.4.135 port: 59939
> peername: AF_INET 172.16.4.140 port: 1521
>
> but i do not see any separate unix process/child process for these socket
> connection. but the db host has a separate process for all these open
> sockets coming from the client server.
>
> Can someone please direct me how to start the trace here or any direction
> to resolve this .
>
> thanks in advance
>
> thanks
> -prasad
>
>
>

-- 
Jared Still
Certifiable Oracle DBA and Part Time Perl Evangelist
--
http://www.freelists.org/webpage/oracle-l
Received on Thu Dec 13 2007 - 10:42:02 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US