PL SQL Developer on 64 bit machine

You will indeed need to install a 32 Bit Oracle Client. PL/SQL Developer is a 32 Bit application, so it cannot interface with a 64 Bit Oracle Client.

The 32 Bit Oracle Client can communicate with a 64 Bit Server, even on the same machine if necessary. The 32 Bit client can coexist with a 64 Bit Oracle installation when installed in separate Oracle Home directories.
 
I installed the 32Bit Oracle 11g Client on Windows 7.
PLSQLDeveloper works with it, but it displays only n-1 characters of NVARCHAR2(n) columns.

On two other windows7 machines there is the same problem.

Is there a patch for this?
 
Can you go to Help > Support Info, press the 'Copy all pages' button on this info screen, and paste this text into an e-mail reply?
 
Back
Top