Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Detecting Commits
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
![]() |
![]() |