G
Guest
I'm writing a web service that is executing a stored procedure on an Oracle
data server. One of the things that this stored procedure does is to keep
track of 'who' is using it by storing some information from the V$SESSION
view. One of the columns being tracked is the client program name. But, what
I'm getting is the name of the web service, but what I really want is the
name of the program calling the web service.
Part of the framework that we have developped passes the calling program
name, so, I have that. What I don't know is how to pass that program name
instead of the web service program name. Does anyone have any ideas on how
to do this? For instance is there an undocumented keyword/value pair that can
be passed as part of the connection string. Or can I change the program name
attribute of the service?
Thanks
data server. One of the things that this stored procedure does is to keep
track of 'who' is using it by storing some information from the V$SESSION
view. One of the columns being tracked is the client program name. But, what
I'm getting is the name of the web service, but what I really want is the
name of the program calling the web service.
Part of the framework that we have developped passes the calling program
name, so, I have that. What I don't know is how to pass that program name
instead of the web service program name. Does anyone have any ideas on how
to do this? For instance is there an undocumented keyword/value pair that can
be passed as part of the connection string. Or can I change the program name
attribute of the service?
Thanks