Data Provider Internal Error
I have a client machine:
OS: Windows XP
Oracle Client Version: 10.2.0.1
ODAC Version: 10.2.0.1
I want to implement Runtime Connection Load Balancing for ODP.NET. I have modified my service with values: goal=service_time and clb_goal=short on database side. The LBA is producing messages. I have verified that.
On client machine I can open a connection to database without a problem but when I add
"load balancing=true" into connection string I get "data provider internal error(- 3000) " exception.
Any idea about why that happens?
Emrah