Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Help configuring WebDB?
hainesa wrote:
>
> On Tue, 11 Jan 2000 15:53:51 GMT "hainesa" <andy_at_ahaines.demon.co.uk>
> wrote:
> <snip>
> > create this entry, but I can't find a description of what to put in the
> > tnsnames.ora entry.
>
> I have used the Net8 easy configuration tool to define the service
> name, specifying the name WEBDB, TCP/IP protocol, node of the database,
> port 80, service name of the database. When I use the 'Test' option I
> get the error:
> ORA-12541: TNS:no listener
> I have issued the command:
> wdbstart <hostname> 80 &
> which seems to complete without error.
My tnsnames.ora looks like this:
# Generated by Oracle Net8 Assistant
LLL =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = myHostname)(PORT = 1521))
)
(CONNECT_DATA =
(SERVICE_NAME = LLL.xlink.net)
)
)
WEBDB =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = myHostname)(PORT = 1521))
)
(CONNECT_DATA =
(SERVICE_NAME = LLL.xlink.net)
)
)
--
uwe.schneider_at_xlink.net
Received on Wed Jan 12 2000 - 10:45:32 CST
![]() |
![]() |