Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Prob: LiveWire connect to ORACLE DB

Re: Prob: LiveWire connect to ORACLE DB

From: Carl Christianson <fdms1_at_mail.fred.net>
Date: 1997/04/18
Message-ID: <3357CB94.143F@mail.fred.net>#1/1

Elisa Cotrina wrote:

>
> SQL NET V2
>
> database.connect("ORACLE","web.world",web","webdb110","web")
>

  With SQLNET V2 the database must be empty:

  database.connect("ORACLE","web.world","web","webdb110","")

  You can see at http://help.netscape.com/kb/tools/970112-3.html and   at http://help.netscape.com/kb/tools/961003-4.html

  Hope this help:

                          Elisa

 Hello Elisa,
where you connecting to a remote Oracle DB or one that was located on the same machine? We were unable to get Livewire to connect to a remote database. What we had to do was connect to the local database and use a database link and synonyms to access the remote database. This was just to get us developing in livewire and I wouldn't recommend it as a solution for a production system.
thanks
Carl Received on Fri Apr 18 1997 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US