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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Problems with Oracle8 and WebServer 2.1

Re: Problems with Oracle8 and WebServer 2.1

From: Thomas Kyte <tkyte_at_us.oracle.com>
Date: 1997/11/06
Message-ID: <346cf567.183182652@newshost>#1/1

The webserver is compiled and linked with v7 libraries. For a v7 application to connect to a v8 database, you use SQL*net. Configure the listener in the \orant\net80\admin directory (setup the listener.ora file) and configure the tnsnames.ora file in the \orant\network\admin (NOTE: sqlnet 2.x configs in network\admin, sqlnet 8.x configs in net80\admin).

Then, when you configure the DCD, provide it the sql*net 2.x connect string to get to the v8 database. SQL*Net will provide the needed layer for a v7 app to logon to a v8 database.

On Thu, 06 Nov 1997 16:12:08 +0100, Casper Thrane <ct_at_benau.dk> wrote:

>Hi!
>
>I have installed an Oracle8 server and then an Oracle Webserver 2.1. But
>now I have a problem. When i want to install the OWA_DBA DCD I get two
>error messages:
>
>OWS-05526: Service OWA_DBA submission failed due to error 3121
>ORA-03121: no interface driver connected - function not performed
>
>It seems to be a problem for the webserver to connect local, but I don't
>know. Can anyone help me please.
 

Thomas Kyte
tkyte_at_us.oracle.com
Oracle Government
Bethesda MD  

http://govt.us.oracle.com/ -- downloadable utilities  



Opinions are mine and do not necessarily reflect those of Oracle Corporation  

NOTICE: In order to cut down on the amount of time I spend applying silly logic to email addresses like "In order to cut down on spam, remove THIS from my email" or "In order to cut down on spam, reverse my email address", etc, I will simply hit delete when that mail bounces back to me, which is what I do with spam myself.  

I haven't figured out whats more time consuming for me, deleting spam or resending emails after re-reading the whole thing to figure out the algorithm to apply. Received on Thu Nov 06 1997 - 00:00:00 CST

Original text of this message

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