Global web icon
stackoverflow.com
https://stackoverflow.com/questions/13985769/pl-sq…
plsqldeveloper - PL/SQL developer with oracle 32-bit/64-bit client ...
I learnt that pl-sql developer doesn't work with oracle 64-bit client so now i have both 32-bit and 64-bit clients installed on my machine and my ORACLE_HOME variable points to 64-bit client. I am not able to start pl/sql developer even i specify the 32-bit client in Tools->Preferences of pl-sql developer version 8.0.4.
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/42710396/pl-sq…
PL/SQL Developer Initialization error - Stack Overflow
Maybe you are using the 64-bit version of PL/SQL developer and a 32-bit Oracle Client. If so, the fix would be to switch to either a 32-bit version of PL/SQL Developer or a 64-bit Oracle client.
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/30568594/why-d…
database - Why does Oracle not find oci.dll? - Stack Overflow
@maniA: I would recommend to install both since the one program needs the 64-bit version and the other the 32-bit version. Just download the client tools from the Oracle website.
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/29351187/pl-sq…
PL/SQL Developer cannot find my tnsnames.ora file
It's not that the client isn't supported but if you run a 32 bit Oracle 11g client you need to run a 32 bit PLSQL installation. If you run a 64 bit Oracle 11g client you need to run a 64 bit PLSQL installation
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/13188670/how-t…
How to know installed Oracle Client is 32 bit or 64 bit?
A simple way to find this out in Windows is to run SQLPlus from your Oracle homes's bin directory and then check Task Manager. If it is a 32-bit version of SQLPlus, you'll see a process on the Processes tab that looks like this: sqlplus.exe *32 If it is 64-bit, the process will look like this: sqlplus.exe
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/1832908/how-to…
How to connect to remote Oracle DB with PL/SQL Developer?
2 I am facing to this problem so many times till I have 32bit PL/SQL Developer and 64bit Oracle DB or Oracle Client. The solution is: install a 32bit client. set PLSQL DEV-Tools-Preferencies-Oracle Home to new 32bit client Home
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/65337087/confi…
Configuration of oracle 11g remote database with PL/SQL Developer 14
The problem has been solved. Actually, the issue was that the PL/SQL was 64 bit and the client was 32 bit that's why I had to download and install a 64 bit client which I installed and set the path to it's oci.dll file and that's solved my problem. One more thing I need to mention is that I have also created an environment variable for TNS_ADMIN and set the path to the folder which contains ...
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/70061417/oracl…
plsql - ORACLE SQL Developer Dark Mode - Stack Overflow
32 Tools > Preferences > Code Editor > PL/SQL Syntax Colors. Here you can choose Twilight scheme.
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/58877985/error…
Error- pl/sql developer -12154 tns could not resolve the connect ...
Good Morning. I tell you my connection problem with pl / sql Developer. First, I will indicate my environment: -SO Windows10 64 bits. -PLSQL Developer 13 (64 bit) -Client Oracle 12-64bits. Now I pu...
Global web icon
stackoverflow.com
https://stackoverflow.com/questions/18463496/how-t…
how to run pl/sql program in oracle sql developer - Stack Overflow
how to run pl/sql program in oracle sql developer Asked 12 years, 3 months ago Modified 6 years, 6 months ago Viewed 125k times