Re: Help:How do you trace in this application?



On Dec 17, 9:01 am, emdproduct...@xxxxxxxxxxx wrote:
Group,

One of my application is going through an application server. All the
user is connecting through one user, IP address is the same, and
programe is the same.

I tried

CREATE OR REPLACE TRIGGER logon_trigger
AFTER LOGON
ON DATABASE
DECLARE
uid VARCHAR2(64);
BEGIN
SELECT ora_login_user ||':'|| SYS_CONTEXT('USERENV', 'OS_USER')
INTO uid
FROM dual;
dbms_session.set_identifier(uid);
END logon_trigger;
/

But all the client_identifier is the same.

How could I trace an particular user if he logs in into the
application?

Thanks very much for your help.

Hi,

I'm not sure I understand what you mean by "one user". Are you saying
the oracle user, or the OS user that runs the application software on
the application server? Are either the Oracle user or the OS user on
application server unique (apart or in combination)? What do you see
when select distinct client_identifier from gv$session?

Regards,

Steve
.



Relevant Pages

  • Re: Word "save to server" bug solved
    ... Word "save to server" bug solved ... I can't imagine a network administrator setting things up that way. ... immediately see that you'll get the same uid assigned to different ... So unless everyone is using network logins, ...
    (microsoft.public.mac.office.word)
  • Re: More Duplicate E-mails Outlook 2003 -DRAT!
    ... You're confusing the Internet Message-Id header with the UID used in the ... are configured to leave messages on the server will encounter problems. ... Most servers use a hash of the Internet headers to generate a UID, ... > (in Outlook), and others are re-downloaded every time. ...
    (microsoft.public.outlook.general)
  • Re: SQL Error...Duplicate in Unique Key Crashes the project file
    ... from ther server, and republished. ... forces you to recreate all the assignments. ... >I also experimented and in a dozen copy/paste and the UID ... >only enterprise resources, ...
    (microsoft.public.project.pro_and_server)
  • Re: More Duplicate E-mails Outlook 2003 -DRAT!
    ... A client configured to download and delete all messages will be able to ... another on the server. ... another, though, is through the UID, so if the server assigns the same UID ... Outlook Express handles this without duplicates by never even showing you ...
    (microsoft.public.outlook.general)
  • MAC policies and shared hosting
    ... I've been looking at the different MAC modules available and how they cold help to implement a less insecure than usual shared hosting web server. ... Any operation of a subject with uid x on an object with uid y would fail. ... A subject with a given security level could not modify an object with a higher security level. ... And perhaps it wouldn't be so hard to modify an existing webserver so that it changed the uid when serving a page associated with a virtual server, adding a uid parameter to virtual servers. ...
    (FreeBSD-Security)