Trouble setting up with Oracle Client

Hello All,

I am trying to set up my Windows 10 laptop using the Oracle client with PLD. I have tried the 11g and 12 clients but get the same results. Basically, PLD never really picks up my Oracle environment. I am not currently attempting to sign in at start up, rather cancelling and then going to Help | Support and looking at information there. I have verified that there is more information in the registry than what PLD is seeing.

I tried looking at other threads but didn't really find anything that matched what I was experiencing. I have also tried setting my Oracle Home folder manually via Preferences and that didn't seem to help either. So I am open to suggestions.

Thanks in advance for your help.

==========================================

--- Info ---

PL/SQL Developer
Version 11.0.6.1776
01.108362 - Unlimited user license
Service Contract: 7/1/2017
Windows 10 (64-bit) Build 10586

Physical memory : 2,097,152 kB (2,097,152 available)
Paging file : 4,194,304 kB (4,194,304 available)
Virtual memory : 2,097,024 kB (1,887,756 available)

Parameters
D:\Program Files\PLSQL Developer\plsqldev.exe

Preferences
Session mode: Multi
OCI Library:
Use OCI7: False
Allow Multiple Connections: True

Preference Files
D:\Program Files\PLSQL Developer\Preferences\Default\Default.ini
C:\Users\jeffw\AppData\Roaming\PLSQL Developer\Preferences\jeffw\default.ini

License File
D:\Program Files\PLSQL Developer\aalf.dat

Debug file
D:\Program Files\PLSQL Developer\PlSqlDev.elf

Plug-Ins
*Active Query Builder (D:\Program Files\PLSQL Developer\PlugIns\ActiveQueryBuilder.dll)
*PL/SQL Documentation (plsqldoc) (D:\Program Files\PLSQL Developer\PlugIns\plsqldoc.dll)
*Red Gate Deployment Plug-In (D:\Program Files\PLSQL Developer\PlugIns\RedGate.dll)
*Version Control Interface 1.2 (D:\Program Files\PLSQL Developer\PlugIns\VCS.dll)
(* is Active)

Aliases

Homes

DLLs
D:\app\client\jeffw\product\12.1.0\client_1\bin\oci.dll

TNS File

Using
Home:
DLL:
OCI: not initialized

Monitor
Id = 0
Primary = True
Handle = 65537
Left = 0
Top = 0
Width = 3840
Height = 2160

MainFormOnTaskbar = False

--- Registry ---

SOFTWARE\ORACLE

--- Path ---

D:\app\client\jeffw\product\12.1.0\client_1\bin
D:\app\jeffw\product\11.2.0\client_1\bin
C:\ProgramData\Oracle\Java\javapath
C:\Program Files (x86)\Intel\iCLS Client\
C:\Program Files\Intel\iCLS Client\
C:\Windows\system32
C:\Windows
C:\Windows\System32\Wbem
C:\Windows\System32\WindowsPowerShell\v1.0\
C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL
C:\Program Files\Intel\Intel(R) Management Engine Components\DAL
C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT
C:\Program Files\Intel\Intel(R) Management Engine Components\IPT
C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common
C:\Program Files (x86)\GtkSharp\2.12\bin
C:\HashiCorp\Vagrant\bin
C:\Program Files\Git\cmd
C:\Program Files\Intel\WiFi\bin\
C:\Program Files\Common Files\Intel\WirelessCommon\
C:\Program Files\IDM Computer Solutions\UEStudio
C:\Program Files (x86)\IDM Computer Solutions\UltraCompare
C:\Program Files\TortoiseSVN\bin
D:\Ruby22-x64\bin

--- TNS names ---

 
Check that SQL*Plus and tnsping are working before using PLD.
What options did you use in the client setup?
 
I have sqlplus working and verified with both tnsping and actually logging in to my server.

When I installed the client I selected the administrator option.

However,I think the problem was that I did not have the latest version. I am trying to match my work set up on my laptop so I have been comparing between the two systems. I noticed that my laptop version was "Version 11.0.6.1776" but my work version as "Version 11.0.6.1796". So I downloaded the latest version and it appears to be working properly now.

Thanks for the help.
 
Back
Top