Home »
Oracle
Oracle Forum
Hello Experts,
When SAP secure store is used for an Oracle 11.2 database connection, the paramter remote_os_authent is not set to false?
Kindly share your valuable views here.
Thanks in advance.
Check parameter remote_os_authent:
Log in as user orasid or sidadm
Start sqlplus / as sysdbEnter command:show parameter remote_os_authentYou can change this parameter with sqlplus:
Start sqlpus / as sysdbaEnter command: alter system set remote_os_authent=false, scope=spfile;
Sign up for STechies
Ask Question From Our Experts
Check parameter remote_os_authent:
Log in as user orasid or sidadm
Start sqlplus / as sysdb
Enter command:
show parameter remote_os_authent
You can change this parameter with sqlplus:
Log in as user orasid or sidadm
Start sqlpus / as sysdba
Enter command:
alter system set remote_os_authent=false, scope=spfile;