Re: Errors per user session!

From: Mark D Powell <Mark.Powell_at_eds.com>
Date: 24 Sep 2003 06:04:17 -0700
Message-ID: <2687bb95.0309240504.557e7f0e_at_posting.google.com>


faheemrao_at_yahoo.com (FaheemRao) wrote in message news:<43b58913.0309230715.9f4949b_at_posting.google.com>...
> Hi All,
>
> I would like to track errors per user session. What I am looking at
> some kind of dynamic performance view that list the errors in a
> particular user session.
> I looked into Oracle documnetations but could not find any V$ listing
> view errors
> Any alternate solution?
> What I am trying to do is able to see the errors which Oracle server
> throw to client without being on client machine.
>
> Any help would be appreciated.
>
> Thanks
>
> Rao

The only realistic way to capture this is to modify the client code to store to a table error codes and messages returned to the client when they occur. Care should be given to conditions which indicate "no listener", "not connected to Oracle", etc....

HTH -- Mark D Powell -- Received on Wed Sep 24 2003 - 15:04:17 CEST

Original text of this message