Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Identify which user accesses an Oracle table.
Michael B wrote:
> Without having Glovia modify their product, can you think of any way
> that I could implement a trigger that can identify which user logged
> onto Glovia is accessing a table?
>
Oracle can pull only so much information from the application, most of which must be explicitly supplied by the application itself. As you have seen, when the user uses the application, the "os user" from Oracle's perspective is the daemon that is running the app, not the actual end user. That is all that Oracle can see with respect to your problem. Since this daemon is running the app, it connects to the database with a single database account (I'd be willing to bet). So that doesn't tell you much more.
You'll have to contact the vendor for more help....
HTH,
Brian
-- =================================================================== Brian Peasland oracle_dba_at_nospam.peasland.net http://www.peasland.net Remove the "nospam." from the email address to email me. "I can give it to you cheap, quick, and good. Now pick two out of the three" - UnknownReceived on Wed Jun 21 2006 - 13:19:36 CDT
![]() |
![]() |