I have wamp server 64 bit
installed on my windows server 2008
with Apache version 2.42
along with PHP,
now my question is
I am using ODBC_connect
function to connect to the oracle database now in the oracle connection packet the Apache sends the system user in the connection packet what I need is, it should send the current logged in user on the windows desktop to the oracle
that is the current windows user must impersonate to the oracle connection packet
for example if on a windows desktop I am accessing the application http:\\192.168.xx.xx\TestApp
on the browser and the current logged in user on that desktop is harry then Apache must send harry in the oracle connection packet