|
Sure.
Just declare these in your init.ora
os_authent_prefix=OPS$
remote_os_authent=TRUE bounce the database, add a user called OPS$<the
Windows username>, e.g. OPS$AK if your Windows login id is AK as
create user ops$ak identified
externally
From windows connect as "/@servicename",
e.g. sqlplus /@service1
If it doesn't work, the OS user may be different.
Use this query while connected to the database from Windows cleint.
SQL> select sys_context('USERENV','OS_USER')
from dual;
See what OS username comes up; use that
instead.
HTH.
Arup Nanda
www.proligence.com
|
- oracle authentication from windows AK
- Re: oracle authentication from windows Jose Luis Delgado
- RE: oracle authentication from windows Arup Nanda
- RE: oracle authentication from windows Gogala, Mladen
- Re: oracle authentication from windows AK
- Re: oracle authentication from windows Arup Nanda
- Re: oracle authentication from windows Pete Finnigan
- RE: oracle authentication from windows david davis
- RE: oracle authentication from windows Seefelt, Beth
- Re: oracle authentication from windows Arup Nanda
- Re: oracle authentication from windows AK
- Re: oracle authentication from windows Arup Nanda
- Re: oracle authentication from windows Arup Nanda
