Built-in Function sys_context('USERENV','CLIENT_IDENTIFIER') Returning ANONYMOUS [message #456105] |
Fri, 14 May 2010 13:28 |
wtolentino
Messages: 421 Registered: March 2005
|
Senior Member |
|
|
our application codes has custom fine grain access control that looks for certain id's such as the userid and machine identifier. some of the codes rely on this sys_context('USERENV','CLIENT_IDENTIFIER') function to compare it's return result to some custom account reference table. one of the server machine that we recently use for testing purpose of new version for Oracle Reports is returning this ANONYMOUS result when the sys_context('USERENV','CLIENT_IDENTIFIER') is queried. this cause issue to our application.
normally, the sys_context('USERENV','CLIENT_IDENTIFIER') returns a null value when it can't recognize of find. how do i resolved it on the server to return the correct result?
our test server machine is running on a Microsoft Windows XP [Version 5.1.2600].
thanks,
warren
|
|
|
|
|
|
|
|
|
|