Print Thread
New installation of a PL/SQL Developer 14
#62211 11/25/20 12:31 PM
Joined: Nov 2020
Posts: 1
M
Member
OP Offline
Member
M
Joined: Nov 2020
Posts: 1
Hi,

I'm trying to install a PL/SQL Developer 14 on a Windows 7 PC.
I've downloaded and unzipped Oracle Instant Client 18.5, no installation seems to be required, just an unzip.
Under the same directory I've create the network/admin/tnsnames.ora files and set the directory as "Oci Library" on Preferences -> Oracle -> Connection.
I cannot understand how to go on, PL/SQL Developer doesn't seems to detect then tnsnames.ora file.

Thanks in advance

Re: New installation of a PL/SQL Developer 14
Mariotta #62214 11/25/20 07:06 PM
Joined: Feb 2016
Posts: 80
Ontario, Canada
Member
Offline
Member
Joined: Feb 2016
Posts: 80
Ontario, Canada
try adding instantclient=C:\<path to instant client folder> to the shortcut to run PL/SQL Developer. So it know where to look at start.

Re: New installation of a PL/SQL Developer 14
Mariotta #62219 11/26/20 04:40 PM
Joined: Nov 2020
Posts: 3
J
Member
Offline
Member
J
Joined: Nov 2020
Posts: 3
Hi there,
I just have a similar problem with the latest oracle client Version 19.9.0.0.0 (Basic Package) on Windows 10.
oci.dll is placed at "C:\oracle\instantclient" and I added in the pl sql developer the paths:
Oracle home : c:\oracle\instantclient
OCI library : c:\oracle\instantclient\oci.dll

At startup while connectiong to a database I receive the error

"Inizialization error
Could not initialize "c:\oracle\instantclient\oci.dll"
Make sure you have the 64 Bits Oracle Client installed.

Believe me, it's 64 bit … any idea?

Re: New installation of a PL/SQL Developer 14
Mariotta #62221 11/27/20 08:10 AM
Joined: Nov 2016
Posts: 94
F
Member
Online Content
Member
F
Joined: Nov 2016
Posts: 94
Is it necessary in this case to put something in Oracle Home?

Re: New installation of a PL/SQL Developer 14
Mariotta #62222 11/27/20 09:56 AM
Joined: Aug 1999
Posts: 22,208
Member
Offline
Member
Joined: Aug 1999
Posts: 22,208
Originally Posted by Mariotta
I'm trying to install a PL/SQL Developer 14 on a Windows 7 PC.
I've downloaded and unzipped Oracle Instant Client 18.5, no installation seems to be required, just an unzip.
Under the same directory I've create the network/admin/tnsnames.ora files and set the directory as "Oci Library" on Preferences -> Oracle -> Connection.
I cannot understand how to go on, PL/SQL Developer doesn't seems to detect then tnsnames.ora file.

To use the Instant Client you need to set the following environment variables:

  • PATH
    Needs to include the Instant Client directory (where oci.dll is located).
  • TNS_ADMIN
    Needs to point to the directory where tnsnames.ora is located.
  • NLS_LANG=language_territory.characterset
    Defines the language, territory, and character set for the client. For example:
    NLS_LANG=AMERICAN_AMERICA.WE8MSWIN1252


Marco Kalter
Allround Automations
Re: New installation of a PL/SQL Developer 14
Mariotta #62223 11/27/20 09:56 AM
Joined: Aug 1999
Posts: 22,208
Member
Offline
Member
Joined: Aug 1999
Posts: 22,208
Originally Posted by fabrice
I just have a similar problem with the latest oracle client Version 19.9.0.0.0 (Basic Package) on Windows 10.

Note that the 64 bit 19.9 Oracle Instant Client Basic package requires the Microsoft Visual Studio 2017 Redistributable:

https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads


Marco Kalter
Allround Automations
Re: New installation of a PL/SQL Developer 14
Mariotta #62228 11/27/20 03:09 PM
Joined: Nov 2020
Posts: 3
J
Member
Offline
Member
J
Joined: Nov 2020
Posts: 3
Thanks Marco Kalter. This solved my Problem. For any other guys looking this topic, I did not set any variable at all.


Moderated by  support 

Link Copied to Clipboard
Powered by UBB.threads™ PHP Forum Software 7.7.4
(Release build 20200307)
Responsive Width:

PHP: 7.1.33 Page Time: 0.028s Queries: 14 (0.013s) Memory: 2.5224 MB (Peak: 3.0378 MB) Data Comp: Off Server Time: 2024-05-04 07:55:35 UTC
Valid HTML 5 and Valid CSS