Any ideas on why it is hanging?
Thanks,
Greg
Check the Windows Event Log for any errors.
Use Task Manager and take a look at your overall CPU and memory.
Net Config is a java application and eats memory. Make sure you have
adequate Virtual Memory/Swap configured and try shutting down any
other applications you are running before invoking it.
Next up would probably be a Oracle Support site search to see if you
can find any problem reports hopefully with a solution.
HTH -- Mark D Powell --
Mark,
The OP's question has already been answered in c.d.o.server. It
transpires the OP's TNS_ADMIN environment variable was pointing to a
non-existent network share.
-g
Mark-
Turns out the TNS_ADMIN env var pointed to an inaccessible server.
Works now.
Thanks,
Greg
Greg and Gazzag, thanks for the update.