Retrieving remote user without owa package. Is it possible ? [message #246511] |
Thu, 21 June 2007 03:21 |
fmarchioni
Messages: 3 Registered: June 2007
|
Junior Member |
|
|
Hi all,
is it possible to retrieve the REMOTE USER attribute from PL_SQL without using the OWA package ?
I explain myself: we are replacing Oas with a Plain Apache Web Server solution + MOD_PL_SQL for Apache.
Unfortunately OWA_UTIL functions seems not to work without Oas (There's a OWA module package which can be loaded too on apache, but it seems that mapping request to OWA modules excludes MOD_PL_SQL module......)
How can I "pull out" this information from PL-SQL ??
---- Possible solution ------------------------------
One Apache-expert suggested me that I let Apache rewrite the URL appending the user information
f.e.
http://localhost/plsql/PROCEDURE
--->
http://localhost/plsql/PROCEDURE?user=remoteuser
but then how can I read the url parameters without OWA ?
Please help to find a solution........
Thanks
Laura
|
|
|
|