my tnsnames file is
anadb =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS =
(COMMUNITY = tcp.world)
(PROTOCOL = TCP)
(Host = 192.168.1.66)
(Port = 1521)
)
)
(CONNECT_DATA = (SID = anadb)
)
)
I'm entering database name, user name and passwd but pressed connect button
oracle db not connecting and shutdown phprunner(ver. 5.0 Build 587)
where is the fault?
thnx.