Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Rewriting sql queries depending on the source ip address
Hello,
I have 10 client machines which connect to 10 seperate Oracle servers. The name of the database on each server is db1. Now these Oracle servers should be consolidated and only one server for all databases should be used. But the database names in the clients are hardcoded. So i need a way to rewrite these database names dependending on the source ip address of the sql-query.
client1.company.com wants to use db1 -> connect to db1 on new server client2.company.com wants to use db1 -> connect to db2 on new server client3.company.com wants to use db1 -> connect to db3 on new server
Does anybody know a tool which can do this?
Thanks for your interest,
Chris
Received on Sat Jul 12 2003 - 02:15:20 CDT
![]() |
![]() |