When I connect to my Oracle 10gR2 database, I get the following error:
"OCI version 0.2089866642.2010999756.48858080 is not supported."
This error seems to apply to only to Toad 9.5.0 and Toad 9.6.1 on a 10gR2 client. It is caused by the Environment Variable Path being missing or does not point to an existing bin folder in Oracle.
1. Run you command prompt and type in "Path."
2. If there isn't an Oracle path pointing to the bin folder, add one to the front.
For example,
PATH=C:\oracle\product\10.2.0\db_1\bin\;...
3. If there is a path make sure it points to the bin. You DONOT want to see the following.
PATH=C:\oracle\product\10.2.0\;...