[Orclib-users] Database Change Notification question
Open source C and C++ library for accessing Oracle Databases
Brought to you by:
vince_del_paris
From: Gulácsi T. <gt...@gt...> - 2014-03-24 11:11:47
|
Hi, I'd like to use DCN, but get "ORA-24912: Listener thread failed. Failed to get IP address of host.". I'm using a user/passw@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=p520)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=cigf.unosoft.local))) connection string. Where/how should this IP address be set? During the registration, netstat -ntlp shows my process listens on some random IPv6 ::1:port, then I get this error. Even if I set the port to a fix (60999) number! Is this DCN thing works reliable, or at all? Or shall I try the HTTP notification method? Thanks, Tamás Gulácsi |