Re: Forms 4.5 with Personal Oracle 8

From: John and Kelly Makuch <makuch_at_his.com>
Date: Sun, 03 May 1998 21:44:41 -0400
Message-ID: <354D1D89.CD07780_at_his.com>


Thanks for the response, I'm getting closer. :-) When I attempt to start the listener using lsnrctl80.exe I get a "protocol adapter error".
Below is my listener.ora file. Looks okay to me, I guess. Any suggestions? Thanks for the help so far!

John

LISTENER =
  (ADDRESS_LIST =

        (ADDRESS =

(PROTOCOL = TCP)
(Host = OEMComputer)
(Port = 1521)
) (ADDRESS =
(PROTOCOL = TCP)
(Host = 127.0.0.1)
(Port = 1521)
) # (ADDRESS = # (PROTOCOL = SPX) # (Service = OEMComputer_lsnr) # )

  )
STARTUP_WAIT_TIME_LISTENER = 0
CONNECT_TIMEOUT_LISTENER = 10
TRACE_LEVEL_LISTENER = ADMIN
SID_LIST_LISTENER =
  (SID_LIST =
    (SID_DESC =
      (SID_NAME = ORCL)
    )
  )

David Smith wrote:

> One way would be to set up a TCP service name using 127.0.0.1 (loopback).
> Then you would need to start the Oracle 8 Listener (lsnrctl80.exe)  and
> start the service.
> This worked for me.
>
> John and Kelly Makuch <makuch_at_his.com> wrote in article
> <354BD948.99E2D637_at_his.com>...
> > I am trying to connect to a Personal Oracle 8 database using Oracle
> > Forms 4.5 and SQL_Plus 3.1.  They do not seem to recognize the
> > "bequeath" (BEQ) protocol adapter.  Is there another protocol I can use
> > or am I SOL?
> >
> > John
> > makuch_at_his.com
> >
> > --
> > ******************************
> >  Visit our homepage:
> >  http://www.his.com/~makuch
> > ******************************
> >
> >
> >



--
******************************
 Visit our homepage:
 http://www.his.com/~makuch
******************************
Received on Mon May 04 1998 - 03:44:41 CEST

Original text of this message