Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle 8.0.4- Win NT Error ORA-06401
I had exactly the same thing.
You definately have a reference to "LOCAL" somewhere either in your env script, if you have one, or in the registry.
If it is in an env file, ie a bat file you invoke before connecting to the db, it will still be in your environment. Do a "set" to check if it's there. Unset it if it is.
If it's in the registry it will be in the SOFTWARE\ORACLE directory of HKEY_LOCAL_MACHINE. Remove it.
It's a SQL*Net v1 setting and you Oracle8 doesn't like it.
Everything works fine then.
Cheers,
Jim.
Received on Thu Jul 09 1998 - 11:00:20 CDT
![]() |
![]() |