Click here to Skip to main content
16,012,223 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
In my ASP.NET application, I am using Oracle client. In the connection string, we specify 3 basic attributes: data source, User Id, and Password.

We are using connection pooling. Our data resides in 2 different Oracle schemas. Most of the requests are for data, from both Schema1 and Schema2.
Is it possible that the connections are implicitly tied to a schema1 or schema2?

Thanks
Sreenath
Posted
Updated 9-Feb-11 6:56am
v2

1 solution

I think you can make use of synonyms to do this. Try this[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900