Print Thread
Page 1 of 4 1 2 3 4
PL/SQL Developer 64 bit ?
#46902 04/23/13 05:05 PM
Joined: Apr 2013
Posts: 1
F
fmatz Offline OP
Member
OP Offline
Member
F
Joined: Apr 2013
Posts: 1
Hi,

is there a plan to create a PL/SQL Developer 64 bit ?

I'am working on Windows 7 64 and Oracle 11i R2 64 bit.

Many thanks and regards
Friedhold

Re: PL/SQL Developer 64 bit ?
fmatz #46903 04/23/13 05:44 PM
Joined: Aug 1999
Posts: 22,208
Member
Offline
Member
Joined: Aug 1999
Posts: 22,208
We are working on a 64 Bit version, but we do not yet have a date.

At the moment you will need to install a 32 Bit Oracle11g 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.



Marco Kalter
Allround Automations
Re: PL/SQL Developer 64 bit ?
Marco Kalter #47760 08/28/13 03:59 PM
Joined: Aug 2013
Posts: 1
L
lpn Offline
Member
Offline
Member
L
Joined: Aug 2013
Posts: 1
Hi Marco, any new status on PL/SQL Developer 64 bit?
I followed your instructions and attempted to install Oracle 11g Client 32 bit) on Win 2008-64 bit. The Oracle installation kept abort. Therefore, I could not get PL/SQL Developer to work on this system.
Much appreciate if we get PLS/SQL Developer (64 bit)!

Re: PL/SQL Developer 64 bit ?
lpn #47764 08/29/13 09:48 AM
Joined: Aug 1999
Posts: 22,208
Member
Offline
Member
Joined: Aug 1999
Posts: 22,208
We are working on a 10.0.x 64 Bit version now, bit do not yet have a date.

The easiest way to add a 32 Bit Oracle Client:
  1. Download the Oracle 11g or 12c Instant Client.
  2. Create an "InstantClient" subdirectory in the PL/SQL Developer installation directory.
  3. Unzip the downloaded instant client into this directory.
  4. Define a TNS_ADMIN environment variable and set it to the directory where the tnsnames.ora file of your 64 Bit Oracle Client is located (e.g. C:\Oracle\product\11.2.0\client_1\network\admin).
  5. Define an NLS_LANG environment variable and set your language, territory and character set (e.g. AMERICAN_AMERICA.WE8MSWIN1252).
To set environment variables you can start the Windows Control Panel, click on "System", "Advanced system settings", "Environment Variables".


Marco Kalter
Allround Automations
Re: PL/SQL Developer 64 bit ?
Marco Kalter #47768 08/29/13 12:33 PM
Joined: Aug 2013
Posts: 15
A
Member
Offline
Member
A
Joined: Aug 2013
Posts: 15

Re: PL/SQL Developer 64 bit ?
Abderrahmane #48881 04/08/14 06:49 PM
Joined: May 2007
Posts: 10
Albany, NY USA
J
Member
Offline
Member
J
Joined: May 2007
Posts: 10
Albany, NY USA
Marco:

Can you announce a release date yet for 10.0.x 64 Bit version?

Re: PL/SQL Developer 64 bit ?
John Randorf #48886 04/09/14 08:49 AM
Joined: Aug 1999
Posts: 22,208
Member
Offline
Member
Joined: Aug 1999
Posts: 22,208
Not yet.


Marco Kalter
Allround Automations
Re: PL/SQL Developer 64 bit ?
Marco Kalter #48940 04/25/14 06:04 PM
Joined: Jun 2010
Posts: 35
J
Member
Offline
Member
J
Joined: Jun 2010
Posts: 35
Will a license purchased to the currently-available 32-bit apply to the 64-bit version, once released?

Re: PL/SQL Developer 64 bit ?
James B #48968 05/06/14 02:20 PM
Joined: Mar 2004
Posts: 166
V
Member
Offline
Member
V
Joined: Mar 2004
Posts: 166
I don't understand why is it so important to have a 64bit PL/SQL Developer? 4Gigs of RAM isn't enough for your daily work, or something else? Because I do not see any reason for such a software (web browser, mail client, office, pl/sql developer, etc) to be a native 64bit application. Video editing, and some very special tasks, where a 4GB memory is a limit, and using 8-16Gb could be much faster, but otherwise, it is not important.
On the other hand, it is better, if the application is a 32bit app, and it means, that memory leaks, flash player, or javascript errors cannot kill the whole machine. I had such memory problems with some websites, and with many opened tabs, and Firefox startet to allocate 3Gigs of memory, it died later, but my PC with 8Gigs of RAM didn't noticed anything. If it were a 64bit app, it could use all the 8Gig memory, making the whole PC unusable. (As it was with Chrome, because chrome launches all browser tabs in a separate process, and this 4Gig limit applies by process).


Re: PL/SQL Developer 64 bit ?
vlevi #48971 05/07/14 01:05 AM
Joined: Feb 2013
Posts: 251
UTC+10
I
Member
Offline
Member
I
Joined: Feb 2013
Posts: 251
UTC+10
Just for the usage of 64bit Oracle client.
ATM among all our tools only PLD needs 32bit client.

Re: PL/SQL Developer 64 bit ?
IvanZ #49080 06/05/14 06:39 PM
Joined: Apr 2005
Posts: 2
Rio Rancho, NM USA
J
Member
Offline
Member
J
Joined: Apr 2005
Posts: 2
Rio Rancho, NM USA
We have oracle servers behind a secure network and behind firewalls and we have to access them using a terminal server for troubleshooting. In short, our server environments are all 64bit and we have to install a 32bit oracle client just to run PL/SQL developer. Not ideal. I have been asking for a 64bit version for a few years now. frown


James Cooke
Re: PL/SQL Developer 64 bit ?
vlevi #49111 06/13/14 06:34 AM
Joined: Jun 2010
Posts: 35
J
Member
Offline
Member
J
Joined: Jun 2010
Posts: 35
vlevi: The biggest reason for a 64-bit PL/SQL Developer is so that it is compatible with the 64-bit Oracle client. PL/SQL Developer rarely breaks the 2GB memory barrier (you know 32-bit apps can only access 2GB of addressing space, correct? And that fragmented memory can cause applications to throw out-of-memory exceptions long before they've used all of this?), however it has happened on occasion. In fact, there are a lot of operations PL/SQL Developer doesn't handle very well, including a large set of inserts, and copying the results grid with large resultsets.

As for "a 32-bit app cannot kill the whole machine", your problem isn't your memory; it's most likely your swap file settings, your hard drive, fragmentation on either of those, or a very slow PC. No single application can kill the whole machine easily; the whole point of the Windows OS is to isolate application issues, and you have to have a lot wrong to take your PC down from one application hogging memory.

Each app has a memory priority, just like its process priority, and though you can't see it in task manager, the OS trumps both by having the highest process and memory priority. The only way you can take down the OS is if the OS itself (despite being top priority) can't keep up with the actions you're asking it to take (such as paging memory). Most likely your swap file is set to automatically grow, you have a physical hard drive (not SSD), and your drive and paging file are fragmented as h***.

Also, Firefox cannot allocate 3GB of memory unless you are booting with a special 3GB memory switch (or have executed an editbin /largeaddressaware against the fx executable), and if that's the case, I think you are messing with things you may not fully understand. It's true that 8GB is just a higher limit that could be hit by running fx as 64-bit, but throttling the individual processes' memory usage to keep them far below the machine's memory isn't the way to resolve issues like this.

Regardless, I would prefer to have everything be native 64-bit. As with the 16-bit -> 32-bit conversion back in the days of Windows 95, running 32-bit apps on a 64-bit machine takes a performance hit. It may not be noticeable on a good machine, but apps that run natively in the OS's memory space are always preferable. I doubt you wish apps were still 16-bit... moving to native 64-bit is the natural progression of processor capabilities, and applications need to keep up with the times.

Re: PL/SQL Developer 64 bit ?
John Randorf #49679 10/16/14 06:42 PM
Joined: May 2007
Posts: 10
Albany, NY USA
J
Member
Offline
Member
J
Joined: May 2007
Posts: 10
Albany, NY USA
Marco:

Where do you stand on the release of 64-bit?

Re: PL/SQL Developer 64 bit ?
John Randorf #49680 10/16/14 07:39 PM
Joined: Jul 2004
Posts: 592
W
Member
Offline
Member
W
Joined: Jul 2004
Posts: 592

Re: PL/SQL Developer 64 bit ?
Worker #49905 12/17/14 10:27 PM
Joined: May 2007
Posts: 10
Albany, NY USA
J
Member
Offline
Member
J
Joined: May 2007
Posts: 10
Albany, NY USA
How are things looking for end of year rollout of 64-bit PL/SQL Developer?

Re: PL/SQL Developer 64 bit ?
John Randorf #49906 12/18/14 02:57 AM
Joined: Feb 2013
Posts: 251
UTC+10
I
Member
Offline
Member
I
Joined: Feb 2013
Posts: 251
UTC+10
It looks like that:

[quote]The initial release of PL/SQL Developer 11.0 will be 32 Bit, but we'll have a 64 Bit version available in the first half of next year.[/quote]

Re: PL/SQL Developer 64 bit ?
IvanZ #51022 03/16/15 06:55 PM
Joined: May 2007
Posts: 10
Albany, NY USA
J
Member
Offline
Member
J
Joined: May 2007
Posts: 10
Albany, NY USA
Now that ver 11 has released...64-bit ETA?

Re: PL/SQL Developer 64 bit ?
John Randorf #51304 04/20/15 01:40 PM
Joined: May 2007
Posts: 10
Albany, NY USA
J
Member
Offline
Member
J
Joined: May 2007
Posts: 10
Albany, NY USA
Can you please give us a release date for 64-bit version? Thanks

Re: PL/SQL Developer 64 bit ?
John Randorf #51305 04/20/15 07:38 PM
Joined: Feb 2007
Posts: 37
Denmark
B
Member
Offline
Member
B
Joined: Feb 2007
Posts: 37
Denmark
Probably not in the foreseable future.
The 64-bit version of Direct Oracle Access package are missing some important functions, and there has been no response from Marco since October 2014.
See for yourself in the DOA forum, topic no 2 (at least right now).

I guess that PL/SQL developer has this package as its essential pipe to Oracle, so the prognosis seems a bit pessima ;-(

Re: PL/SQL Developer 64 bit ?
Busk #51852 07/16/15 12:46 PM
Joined: May 2007
Posts: 10
Albany, NY USA
J
Member
Offline
Member
J
Joined: May 2007
Posts: 10
Albany, NY USA
Update on 64-bit PL/SQL Developer please Marco?

Re: PL/SQL Developer 64 bit ?
John Randorf #52058 09/02/15 05:48 PM
Joined: May 2007
Posts: 10
Albany, NY USA
J
Member
Offline
Member
J
Joined: May 2007
Posts: 10
Albany, NY USA
From the product page..."To connect to an Oracle database, PL/SQL Developer requires a 32-bit SQL*Net, Net 8, Net 9, Net 10, Net 11 or Net 12 version".
This really needs to go away! We require 64-bit Oracle for nearly all else now...maintaining both 32-bit and 64-bit Oracle Homes is an unneeded burden for our developer support teams...they don't understand the nuances and they honestly shouldn't have to at this point. For large company computing environments it's becoming commonplace that the developer isn't allowed to install and maintain their own PC software environment...and non-developers don't understand the complexities of maintaining the dual Oracle environments
What is the ETA for a 64-bit compatible PL/SQL Developer?

Re: PL/SQL Developer 64 bit ?
John Randorf #52060 09/03/15 08:58 AM
Joined: Aug 1999
Posts: 22,208
Member
Offline
Member
Joined: Aug 1999
Posts: 22,208
It will be available later this year. We'll have a public beta version available as usual. I can't give you a solid date just yet.


Marco Kalter
Allround Automations
Re: PL/SQL Developer 64 bit ?
Marco Kalter #52065 09/03/15 12:10 PM
Joined: Feb 2003
Posts: 392
The Netherlands
Member
Offline
Member
Joined: Feb 2003
Posts: 392
The Netherlands
Is there any chance of a very early (closed, not public) alpha release so I can check, and maybe update, my plugins?

Re: PL/SQL Developer 64 bit ?
patch #52068 09/04/15 09:22 AM
Joined: Aug 1999
Posts: 22,208
Member
Offline
Member
Joined: Aug 1999
Posts: 22,208
No problem. As soon as we have an alpha version we'll let you know.


Marco Kalter
Allround Automations
Re: PL/SQL Developer 64 bit ?
Marco Kalter #52108 09/12/15 09:20 AM
Joined: Feb 2013
Posts: 46
P
Member
Offline
Member
P
Joined: Feb 2013
Posts: 46
How could I participate in x64 version testing?


Pavel Kaplya
Re: PL/SQL Developer 64 bit ?
Pazus #52234 10/07/15 01:06 PM
Joined: Feb 2006
Posts: 619
Sao Paulo, Brazil
G
Member
Offline
Member
G
Joined: Feb 2006
Posts: 619
Sao Paulo, Brazil
Good thing is "later this year" cannot be much "later" now. wink

Do you have a date now, Marco? Or, at least, something like "November 2nd half"?


There are 10 types of people: those who know binary and those who don't.
Re: PL/SQL Developer 64 bit ?
Gustavo #52244 10/08/15 10:08 AM
Joined: Aug 1999
Posts: 22,208
Member
Offline
Member
Joined: Aug 1999
Posts: 22,208
We'll have a public beta available in November.


Marco Kalter
Allround Automations
Re: PL/SQL Developer 64 bit ?
Marco Kalter #52250 10/08/15 10:52 AM
Joined: Feb 2003
Posts: 392
The Netherlands
Member
Offline
Member
Joined: Feb 2003
Posts: 392
The Netherlands
and a private Alpha?

Re: PL/SQL Developer 64 bit ?
patch #52257 10/09/15 09:41 AM
Joined: Aug 1999
Posts: 22,208
Member
Offline
Member
Joined: Aug 1999
Posts: 22,208
That should be available this month.


Marco Kalter
Allround Automations
Re: PL/SQL Developer 64 bit ?
Marco Kalter #52260 10/09/15 10:39 AM
Joined: Feb 2003
Posts: 392
The Netherlands
Member
Offline
Member
Joined: Feb 2003
Posts: 392
The Netherlands
Great. Can hardly wait ;-)

Re: PL/SQL Developer 64 bit ?
patch #52262 10/10/15 01:34 AM
Joined: May 2007
Posts: 10
Albany, NY USA
J
Member
Offline
Member
J
Joined: May 2007
Posts: 10
Albany, NY USA
Our organization is at a critical juncture. PL/SQL Developer is now the only tool keeping our developers in a 32-bit world. We have to make a painful decision to go with either Toad (too much functionality geared towards the DBA function that our developers don't even have rights-enough on their DB instances to use if they wanted to...and expensive)...or the free Oracle SQL Developer (clunky, our developers mostly hate it in comparison). We have at most 30 days before we have to make a choice. Where do you stand with 64-bit PL/SQL Developer release date?

Re: PL/SQL Developer 64 bit ?
John Randorf #52266 10/12/15 09:27 AM
Joined: Aug 1999
Posts: 22,208
Member
Offline
Member
Joined: Aug 1999
Posts: 22,208
It will be available this year.


Marco Kalter
Allround Automations
Re: PL/SQL Developer 64 bit ?
Marco Kalter #52461 11/17/15 06:51 PM
Joined: May 2007
Posts: 10
Albany, NY USA
J
Member
Offline
Member
J
Joined: May 2007
Posts: 10
Albany, NY USA
Marco:
Do you have a release date for 64-bit PL/SQL we can bank on yet?

Re: PL/SQL Developer 64 bit ?
John Randorf #52462 11/17/15 07:22 PM
Joined: Mar 2007
Posts: 19
B
Member
Offline
Member
B
Joined: Mar 2007
Posts: 19
Marco,

FWIW, I'm looking forward to the 64-bit compatible version. When I see the public beta I will renew my support and download it. I have to build a new development environment and I'd like to do it cleanly without the dual home nonsense...

Cheers

Re: PL/SQL Developer 64 bit ?
B_P_100 #52464 11/18/15 08:52 AM
Joined: Aug 1999
Posts: 22,208
Member
Offline
Member
Joined: Aug 1999
Posts: 22,208


Marco Kalter
Allround Automations
Page 1 of 4 1 2 3 4

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.295s Queries: 14 (0.100s) Memory: 2.6889 MB (Peak: 3.1228 MB) Data Comp: Off Server Time: 2024-05-05 18:54:06 UTC
Valid HTML 5 and Valid CSS