Cannot use PL/SQL Dev 5.1.5.744 to login to local 10g

Kamus

Member
I've installed oracle10g 10.1.0.2 in my computer, after that I can't use PL/SQL Developer to login any other database, both local 10g and other versions database at remote site.
Is this a bug?
 
We'll have a 5.1.6 version available shortly that will fix this.

In the mean time you can use the following workaround:
  1. Start PL/SQL Developer without connecting.
  2. Go to Tools > Preferences > Options tab page.
  3. Enter [Oracle10g Home Directory]\bin\oci.dll in the OCI Library field
    (for example: C:\Oracle\OraHome10g\bin\oci.dll).
  4. Restart PL/SQL Developer and try again.
 
Back
Top