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: Multiple Databases

Re: Multiple Databases

From: Leonard F Clark <lfc_at_zoom.co.uk>
Date: Fri, 13 Apr 2001 20:28:50 GMT
Message-ID: <3ad760f4.4362282@125.0.0.1>

You might have answered your own question. Try setting up the listeners on different ports. (I think that's good practice anyway: it means you can bring one listener down withou impacting the other instances.)

Note that, in 8i, you get auto-detection of SIDs - you may find that you have an extra listener thread. It may even be a good idea to avoid 1521 altogether!

Len

>We are running 8.1.7 with OAS and Java2 Applets using CORBA to communicate
>with CORBA Servlets written in Java2 also. We have one problem that we
>cannot figure out - when we publish objects to the database, they all seem
>to go to the first database (even though each database has it's own SID and
>it is set up properly) If we are in JDeveloper and we look at each JDBC
>connection, you can tell that each database is different. But, when we look
>through our IIOP connections, we always see the same objects (so it must be
>the same database)
>
>So, the question is: how do we let IIOP which database goes with it? We are
>going thru IIOP standard port 2481. On the servlet side port 1521 is being
>used to listen for all 3 databases.
>
>Any ideas??
>
>
Received on Fri Apr 13 2001 - 15:28:50 CDT

Original text of this message

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