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: Exe-file in SQL

Re: Exe-file in SQL

From: <alex_n_at_equinoxlt.com>
Date: Fri, 20 Nov 1998 17:25:04 GMT
Message-ID: <7348kn$ud6$1@nnrp1.dejanews.com>


In article <7322vv$344$1_at_nnrp1.dejanews.com>,   johannm_at_my-dejanews.com wrote:
> Hello everybody,
>
> kann I acces the name of the user's exe file in a SQL statement??
>
> cu
>
> JM
>
> -----------== Posted via Deja News, The Discussion Network ==----------
> http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own
>

If you can select from v$session, then you could access the field named "program", provided you know your session id: select program from v$session where sid=<your session id>.

-----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own Received on Fri Nov 20 1998 - 11:25:04 CST

Original text of this message

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