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

Home -> Community -> Usenet -> c.d.o.tools -> Database Connection Filtering

Database Connection Filtering

From: <foobar_at_foo.bar>
Date: 2000/06/20
Message-ID: <8ior91$r01$1@geraldo.cc.utexas.edu>#1/1

Hi,

I would like to have database clients talk to the database through a "ghost" database like this:

            |---------|           |----------| 
 -----------|Ghost    |-----------|Oracle 8i |
  Outside   |database | Internal  |          |
  Network   |         | Network   |          |
 -----------|         |-----------|          |
            |---------|           |----------|

The ghost would do things like examine the connection request and ensure that the name in the connect string is bound (somehow) to the source of the request. If everything is ok it would forward the connection request to the actual database and then just act as a proxy for the remainder of the connection.

Is something like this possible given the multitude of driver setups?

I would like to think that all interactions with the database boil down to sql statements in ascii (or some public encoding scheme) coming across one of the listener ports. Is this a correct guess, or are things more complicated than that?

Thanks.

BT

Received on Tue Jun 20 2000 - 00:00:00 CDT

Original text of this message

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