Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Problem with automatic startup
dbmejl_at_gmail.com wrote:
>
> Here are the files:
>
>
> LISTENER =
> (DESCRIPTION_LIST =
> (DESCRIPTION =
> (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
> (ADDRESS = (PROTOCOL = TCP)(HOST = 172.17.66.24)(PORT = 1521))
> )
> )
>
Looking at the error involved (Host or target does not exist), I'd change the IP-numbers to 'localhost' (without the quotes).
If you are using DHCP - that caused it in the first place. Check with 'ip addr' as root
-- Regards, Frank van Bortel Top-posting is one way to shut me up...Received on Wed Nov 14 2007 - 12:26:48 CST
![]() |
![]() |