How to check windows domain ?
Hello,
I would like to check when a connection is established to the database (by the logon trigger), if the windows user is authenticated in a windows domain or authenticated locally.
I would like to use SYS_CONTEXT('USERENV','TERMINAL') and SYS_CONTEXT('USERENV','OS_USER') but in OS_USER i have only the windows login and not the domain\login windows.
How can i do ?
Thanks for your reply.