Active Threads | Active Posts | Unanswered Today | Since Yesterday | This Week
PL/SQL Developer Jump to new posts
Re: Problems with Worksets IvanZ 09/26/23 01:35 AM
I've also had occasional problem with lost worksets (no errors given). I've notiiced that lost was more possible during open operation and was less possible while close operation.
But this bug is too serious to use this functionality so I've reverted to ol'good "desktop=" which works flawlessly.
7 734 Read More
PL/SQL Developer Jump to new posts
Re: Debugger hangs IvanZ 09/26/23 01:28 AM
Is it RAC DB?
1 13 Read More
PL/SQL Developer Jump to new posts
Debugger hangs dgs! 09/25/23 07:33 PM
I am using version 15.0.2.2054 of PL/SQL Developer
When I start the debugger to debug a procedure in a package the debugger appears to start, it says "executing" at the bottom, but none of the buttons are active. I can not step into procedure.
What PRIVS are required to run the debugger?
System hangs as well.. Only resolution is to kill PL/SQL Developer and restart it.
1 13 Read More
PL/SQL Developer Jump to new posts
Re: Unicode Configuration ifernan 09/20/23 09:00 AM
Thanks Marco. With that NLS_LANG everything is working fine. grin
10 633 Read More
PL/SQL Developer Jump to new posts
Re: Linux Support Marco Kalter 09/20/23 08:27 AM
It should be available by the end of this month. smile
14 1,419 Read More
PL/SQL Developer Jump to new posts
Re: Linux Support lost 09/20/23 06:49 AM
They didn't mention, september of which year smile
14 1,419 Read More
PL/SQL Developer Jump to new posts
Re: Linux Support fabrice 09/19/23 11:02 AM
is this new software will always available in september?
14 1,419 Read More
PL/SQL Developer Jump to new posts
Re: Windows not able to stay in Virtual Desktop Gusty Crosswinds 09/18/23 07:17 PM
Originally Posted by naviman
Would love to get an update on this as it's a very annoying issue i'm having
Ditto! Long-standing frustrating issue.
6 2,851 Read More
PL/SQL Developer Jump to new posts
Re: Beutifier breaks formatting enclosed in NoFormat jaw 09/18/23 12:14 PM
Then I get an error PL/SQL Beautifier couldn't parse text, or similar.

More importantly, I guess even if it would work then PL/SQL Developer wouldn't beautify the parts of the code that I actually want it to beautify...
2 110 Read More
PL/SQL Developer Jump to new posts
Re: Unicode Configuration Marco Kalter 09/18/23 08:59 AM
Thanks. I see that your NLS_LANG is defined as SPANISH_SPAIN.UTF8. Can you change this to SPANISH_SPAIN.AL32UTF8 and try again? You can make this change through Preferences > Oracle > Connection by adding or changing the NLS_LANG variable under the "Environment Variables" section.
10 633 Read More
PL/SQL Developer Jump to new posts
Re: Unicode Configuration ifernan 09/18/23 07:30 AM
"Info" when connected attached.
10 633 Read More
PL/SQL Developer Jump to new posts
Re: Beutifier breaks formatting enclosed in NoFormat Marco Kalter 09/15/23 08:19 AM
What happens if you enclose the complete "with" statement by the NoFormat directives?
2 110 Read More
PL/SQL Developer Jump to new posts
Re: Frequent freezes while working with PL/SQL Developer vlevi 09/15/23 05:19 AM
"I upgraded from v15.0.3"
I can corfirm, that the UI performance of the 15.0.4 version has useable performance. Not as fluid as it was before, but useable.
11 1,114 Read More
PL/SQL Developer Jump to new posts
Beutifier breaks formatting enclosed in NoFormat jaw 09/14/23 02:40 PM
Hi,

The beautifier is great most of the time, but there are things it can't handle. For example, it sucks when generating large XML files directly from query.

That is where I found that I could use the "--NoFormat Start" and "--NoFormat End" keywords to have a part of the SELECT ignored. But in 15.0.4 I have found a problem with it.

To recreate. Open a Test window.

Enter below:
Code
WITH a AS
 (SELECT 123
    FROM DUAL)

--NoFormat Start
SELECT XMLElement("DATA",  XMLCDATA('Hi,


This is some long data that shouldn''t be touched since it is enclosed as string.

Best Regards'))
  FROM a  
--NoFormat End

First time I hit beautifier I get this:
Code
WITH a AS
 (SELECT 123
    FROM DUAL)

 --NoFormat Start
SELECT XMLElement("DATA",  XMLCDATA('Hi,


This is some long data that shouldn''t be touched since it is enclosed as string.

Best Regards'))
  FROM a  
--NoFormat End

It might be hard to notice, but I got an extra indention on the "--NoFormat Start" line.

If I rerun the beautifier this happens:

Code
WITH a AS
 (SELECT 123
    FROM DUAL)

    --NoFormat Start
   SELECT XMLElement("DATA",  XMLCDATA('Hi,
   
   
   This is some long data that shouldn''t be touched since it is enclosed as string.
   
   Best Regards'))
     FROM a  
   --NoFormat End


Suddenly everything gets indented, including the string, which really messes up my data output.

Please fix as soon as possible.

Best regards,
jaw
2 110 Read More
PL/SQL Developer Jump to new posts
Re: Feature request - Ligatures nmajdan 09/13/23 09:45 PM
Bumping this up to the top as it appears to still be an issue in version 15.0.0.2050 and I don't see where Marco did his normal acknowledgement that it would be looked at in a future version.

Just to reiterate, in version 15.0.0.2050, ligatures only work in comments or strings.
7 3,287 Read More
PL/SQL Developer Jump to new posts
Re: Unicode Configuration Marco Kalter 09/13/23 08:21 AM
My apologies, I missed this. And unfortunately my request was not quite correct. Can you send me the "Info" text while connected to this database?
10 633 Read More
PL/SQL Developer Jump to new posts
Re: Frequent freezes while working with PL/SQL Developer Jeroen VM 09/13/23 12:40 AM
I have been working with PLSQL Dev since 2005 or so and always showed off with my colleagues when it came to easy of use and performance compared to TOAD/SQLdev. Recently bought and installed v15 and it's a nightmare! I work with large datasets (EBS/HCM Cloud) and can really not afford to wait 5 to 10 seconds after every command. Please get this fixed Allround!

Update: I upgraded from v15.0.3.2059 (64bit) to 15.0.4.2064 (64bit) and the performance improved dramatically! It is back to normal again for me, very happy with that.
11 1,114 Read More
PL/SQL Developer Jump to new posts
Re: Unicode Configuration ifernan 09/12/23 12:32 PM
Any news about this?
10 633 Read More
PL/SQL Developer Jump to new posts
Re: Debugging PL/SQL Collections using PL/SQL Developer Vio 09/07/23 10:22 AM
Hi, do we have news about this?
5 2,167 Read More
Direct Oracle Access Jump to new posts
Re: Encrypted communication? Marco Kalter 09/04/23 09:21 AM
Yes. If you configure the Oracle Client and Server for encryption, this will apply to your Direct Oracle Access applications as well. For example:

https://docs.oracle.com/en/database...twork-data-encryption-and-integrity.html
1 80 Read More
Direct Oracle Access Jump to new posts
Encrypted communication? Markus Donath LE 09/04/23 08:25 AM
Is it possible, to communicate encrypted between client program and database server using DOA?
1 80 Read More
PL/SQL Developer Jump to new posts
Re: Problems with Worksets WexSoft 08/31/23 08:03 PM
I have never used worksets, but I must say that I have been using Projects for at least 5 years and have never had an issue with any lost files or projects.
7 734 Read More
PL/SQL Developer Jump to new posts
Re: Problems with Worksets cassiusdrow 08/30/23 12:12 AM
I lost my workset again today and another time last week. I started closing PL/SQL Developer at the end of the day for the past few weeks and I am losing worksets more frequently, usually about once a week. This is probably because closing and opening PL/SQL Developer more frequently gives it more opportunities to lose the workset.
7 734 Read More
PL/SQL Developer Jump to new posts
Re: Unicode Configuration ifernan 08/28/23 11:23 AM
I have attached a file with "Info" tab.
10 633 Read More
Powered by UBB.threads™ PHP Forum Software 7.7.4
(Release build 20200307)
Responsive Width:

PHP: 7.1.33 Page Time: 0.030s Queries: 6 (0.012s) Memory: 2.2215 MB (Peak: 2.3270 MB) Data Comp: Off Server Time: 2023-09-26 01:46:17 UTC
Valid HTML 5 and Valid CSS