I am an asp.net web developer.
I have Oracle Client 11 for testing some functions (EF support), but my applications must be in Oracle10 because my client uses it.
So, if I work in my client project, I need to install Oracle10 (to test it on my workstation), and if I want to test Oracle11 functions, I need to install oracle 11.
My question is how to coexist with Oracle 10 and 11 clients on the same workstation.
In other words, I want to debug and run my asp.net web applications on my workstation and just change web.config to use Oracle10 or Oracle11 client.
Maybe?
Ewerton
source share