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: Accessing environment variables

Re: Accessing environment variables

From: Tronak <jmoreno_at_hag.esIHATESPAM>
Date: Tue, 25 Jun 2002 08:45:35 +0200
Message-ID: <3d1810a7_3@news.landsraad.net>


Hi Sybrand.

I had a 7.3.4 and now I have a 8.1.6, and I post the message at the end of the journey so my tired brain mixed it.

The version is 8.1.6

I have tried by using V$SESSION values but they return the Terminal Server Name (which is the machine that physically connects to Oracle).

I am going to try something with a resident DLL in server which supplies these values.

Thank you both for your help

--
Tronak el Kárpato
BAALPTEOR_at_terra.esIHATESPAM
(Remove IHATESPAM to send mails)
"Sybrand Bakker" <postbus_at_sybrandb.demon.nl> escribió en el mensaje
news:grlehugavssevamli9omq3s7i26233afmb_at_4ax.com...

> On Mon, 24 Jun 2002 13:20:41 +0200, "Tronak" <jmoreno_at_hag.esIHATESPAM>
> wrote:
>
> >
> >Hi all,
> >
> >I would like a Oracle 8.3.4 trigger to read some environment values from
the
> >Citrix session which is accessing the database.
> >Each Citrix session creates a CLIENTNAME variable which contains the
> >connecting terminal name. I need this value to be inserted into an
auditing
> >table. Of course, this is performed by a trigger within Oracle server
when
> >user is trying to execute some "auditable" actions.
> >
> >Could anyone help me?
> >
> >Thank you in advance.
> >
> >PD. Server: Oracle 8.3.4 on Windows 2000 SP2
> > Citrix Server: Windows 2000 AS SP2
> > OracleInProcServer, Oracle Objects For Ole,
> >VB5SP3, Oracle 8.3.4 client.
>
>
> There is no such thing as 8.3.4 and 7.3.4 is desupported, and has also
> never been certified against win2k.
> If the clientname variable contains the connecting terminal, I think
> it would end up in the terminal column of v$session.
> There is *no* way from the server to query *client* environment
> variables. Evidently, however, you can use the dbms_application_info
> package to get a similar result.
>
> Hth
>
>
> Sybrand Bakker, Senior Oracle DBA
>
> To reply remove -verwijderdit from my e-mail address
Received on Tue Jun 25 2002 - 01:45:35 CDT

Original text of this message

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