Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: HELP, OpenVMS, TNS-12545 error
> I had a problem similar to this which turned out to be the use
>of logical names in file specifications ( like your "DISK2:" reference
>below ). Oracle recommended changing all parameter file entries to
>contain a physical disk name instead. This fixed the problem.
I changed all the logical names to physical names but no success. I think that most important are the lines below which are from LISTENER.TRC trace file. I only need real explanation for line with "Validnode Table IN use" error.
(DESCRIPTION=(CONNECT_TIMEOUT=10)(address=(protocol=TCP)(Host=192.168.16.66)(port=1521)))
port resolved to 1521
using host IP address: 192.168.16.66
opening transport...
No PROTOCOL.ORA file is found
Validnode Table IN use; err 0x0 <<<<<<<<<<<<<<<<<<<<<-<ERROR>-
VMS Error: 5: i/o error
In CONFIG.ORA file from <Oracle7.Netconfig> directory there is line with VALIDNODE parameter:
REM
SQLNET SIDMAP TKK8 = DKA200:[ORACLE7.DB_TKK8]ORAUSER_TKK8
REM
SQLNET SIDMAPDFLT = TKK8
REM
SQLNET VALIDNODE = * <<<<<<<<<<<<<<<<<<<<<REM
gt Received on Sat Feb 06 1999 - 08:29:05 CST
![]() |
![]() |