Re: How do I trace hanging "connect / as sysdba"?



As far as I know, Oracle will contact the PDC, local or domain account.
I expect your suggestion is not going to work.

Cannot test it right now, but this is what I read on MetaLink(Explanation,
1.)

Note:91210.1
..............................................................................................................................................................................................

Solution Description:
=====================

There a 2 solutions to connect to the database when no network is present:

1. You can log in as a NT local user.

2. You can disable NTS in sqlnet.ora by setting the following parameter:

SQLNET.AUTHENTICATION_SERVICES = (NONE)


Explanation:
============

1. When you log in as a local user, then the local users database is
contacted
and not the remote domain users database.

2. When NTS is disabled, even though you are logged in as a domain user, the
domain user's database will not be accessed.



Regards,
Dimitre


.



Relevant Pages