Execute the following statement:
select name, value from v$parameter where name = 'os_authent_prefix';
This is the value which is prefixed with the os username for the oracle authentication. For example if value = "OP$" and the os username is "ABC", then the oracle authenticates it as "OP$ABC"




Reply With Quote