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

Home -> Community -> Usenet -> c.d.o.server -> Re: Detecting Commits

Re: Detecting Commits

From: Steve Haynes <steve_at_rwx777.demon.co.uk>
Date: Tue, 6 Oct 1998 22:56:32 +0100
Message-ID: <y5clSNAQIpG2EwFp@rwx777.demon.co.uk>


In article <6vdqm9$jn7$1_at_uuneo.neosoft.com>, Matthew MacFarland <matthew_macfarland_at_dril-quip.com> writes
>Does anybody know a way to detect when users transactions get commited? I
>need to build an audit table with a USER and DATE record for each commit
>that takes place in order to debug an application.
>

This is a very strange thing to want to do. I suspect you would have to write a commit_it() procedure and insert into my_audit_record(user,date) yourself. Obviously replacing existing commits with a call to your new commit_it() procedure.
Strange, OK I give in, why do you want to do this? Steve
--
Please remove nospam from my address to Reply. Received on Tue Oct 06 1998 - 16:56:32 CDT

Original text of this message

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