Question:
> How do you achieve a CONNECT INTERNAL on NT without having to have
a
> password?
> I have set the registry string DBA_AUTHORIZATION to "BYPASS".
> Line in sqlnet.ora is SQLNET.AUTHENTICATION_SERVICES=(NTS)
> Line in init<SID>.ora is REMOTE_LOGIN_PASSWORD = SHARED
Answer:
put your user into ORA_%SID%_DBA group?
dba_authorization parameter should be obsolete from oracle8?
you can try also remote_login_password = none
anyone, correct me if I'm wrong.
tanel.