Active Threads | Active Posts | Unanswered Today | Since Yesterday | This Week
PL/SQL Developer Jump to new posts
Re: v16 beautifier adds space after OVER Marco Kalter 03/26/25 09:41 AM
We'll look into this.
1 38 Read More
PL/SQL Developer Jump to new posts
Re: Ctrl x, ctrl v ctrl a problem Marco Kalter 03/24/25 09:41 AM
I can only suggest that you try this with the latest 16.0.3 version.
4 192 Read More
PL/SQL Developer Jump to new posts
Re: Hang in Execute SQL in debug session CoffeeK1d 03/22/25 06:44 PM
I was also able to reproduce the issue in 15.0.4. I tried 'select user, sysdate from dual;' and 'null', as you suggested. Both resulted in the test window hung, with the status bar indicating "Executing..."

Attached are my two debug logs.

Steps:
1. Open a test window Alt+t or File|Open|New|Test Window
2. Paste the code below into the test script tab:
declare
-- Local variables here
i integer;
l_name VARCHAR(100);
l_date date;
--P_REF_CUR SYS_REFCURSOR;
begin
-- Test statements here
-- OPEN P_REF_CUR FOR
SELECT USER, SYSDATE
into l_name, l_date
FROM DUAL X;

dbms_output.put_line('l_name = ' || l_name || ' and l_date = ' || l_date);
end;

3. Execute it making sure it runs without errors (ctrl+enter)

4. View the DBMS output verifying the results

5. rerun with debugger (F9)

6. The test window hangs with the status bar message of "Executing..."

7. I can continue to use the application like menus and such but not Test Window, which remains at Executing until you kill the application.
5 215 Read More
PL/SQL Developer Jump to new posts
Re: Popup window cannot be closed by keyboard Marco Kalter 03/21/25 09:50 AM
I tested this, and found that Esc only closes the dialog when the "Line number" field has the focus. If the "Go" button or the "Relative from" group has the focus, the dialog is indeed not closed. We'll fix it.
3 86 Read More
PL/SQL Developer Jump to new posts
Re: v16 losing program focus in opened file as Program Window Martins 03/19/25 07:36 AM
Still not working on version 16.0.3.2156
3 317 Read More
PL/SQL Developer Jump to new posts
Re: Select Many Results from Grid CoffeeK1d 03/18/25 08:03 PM
I found my answer. If you position the cursor really close to the edge it remains a pointer allowing you to click and drag your selection.

If there is a setting to always select the cell instead of clicking into it that would be great!
1 91 Read More
PL/SQL Developer Jump to new posts
Re: SQL Output White Header Colors Marco Kalter 03/18/25 10:07 AM
This seems like a bug. We'll fix it!
1 60 Read More
PL/SQL Developer Jump to new posts
Re: Beautifier rules file settings Marco Kalter 03/18/25 10:05 AM
This distinction is not possible with the PL/SQL Beautifier. You can only differentiate between keywords and identifiers, where aliases and object names are all treated as identifiers.
1 79 Read More
PL/SQL Developer Jump to new posts
Re: Open file in existing instance of PL/SQL Developer Marco Kalter 03/14/25 10:29 AM
From the command-line you would need to pass a DDE command to the running PL/SQL Developer instance: open("filename.sql"). You can perhaps use PowerShell for this, to first find the plsqldev.exe process, and then pass the DDE command.
1 89 Read More
PL/SQL Developer Jump to new posts
Re: UI freezes when editing MERGE statements Marco Kalter 03/13/25 10:00 AM
There is no delay logged in this debug file. Can you send an example of such a merge statement to support@allroundautomations.com?
3 192 Read More
PL/SQL Developer Jump to new posts
Re: Viewing REST services... Marco Kalter 03/13/25 09:53 AM
There is currently no explicit support for REST services. You would need to query the corresponding metadata views.
1 86 Read More
PL/SQL Developer Jump to new posts
Re: Beautifier list format Marco Kalter 03/12/25 09:23 AM
I have added this to the list of enhancement requests.
1 85 Read More
PL/SQL Developer Jump to new posts
Re: How to disable Oracle client wizard mscsob 03/04/25 11:24 AM
Excellent. Thank you!
2 186 Read More
PL/SQL Developer Jump to new posts
Re: 23ai RDBMS Support Marco Kalter 03/03/25 10:30 AM
PL/SQL Developer 15.0.4 is fully compatible with Oracle 23ai.
1 158 Read More
PL/SQL Developer Jump to new posts
Re: AfterConnect.sql Search Path gpz 02/28/25 01:49 PM
Thanks for your help, Marco.

My issue turned out to be related to the fact that I need to determine the schema owner based upon the database connected. Doing this meant that I had to set the schema owner using EXECUTE IMMEDIATE. I had defined the connection with the read-only properly enabled which, much to my surprise, did not allow the EXECUTE IMMEDIATE statement to run. Once I removed the read-only property, everything is now working fine.

Thanks again for your support. I had been trying to make this work for many weeks.
2 144 Read More
PL/SQL Developer Jump to new posts
Re: Automated export to Excel from set of DBs Marco Kalter 02/27/25 09:26 AM
I'm not sure if this is possible, and if it is, it would of course take a lot of time to create such a Plug-In. It would probably be easier to create a standalone command-line tool to to perform a query and export the results to excel (or csv), and call it for each database connection.
3 218 Read More
PL/SQL Developer Jump to new posts
Re: Domains not shown in Object Browser Marco Kalter 02/26/25 09:23 AM
Domains are currently not supported by the Object Browser. This is on the list of enhancement requests.
1 110 Read More
PL/SQL Developer Jump to new posts
Re: Table structure view enhancement Marco Kalter 02/26/25 09:22 AM
Noted as well. :-)
6 397 Read More
PL/SQL Developer Jump to new posts
Re: Code Assistant not appearing when connected to 23ai Marco Kalter 02/25/25 09:27 AM
Okay. Maybe it was a database performance issue as described in my previous reply.
6 378 Read More
Powered by UBB.threads™ PHP Forum Software 7.7.4
(Release build 20200307)
Responsive Width:

PHP: 7.1.33 Page Time: 0.098s Queries: 6 (0.058s) Memory: 2.2136 MB (Peak: 2.3272 MB) Data Comp: Off Server Time: 2025-03-27 06:05:11 UTC
Valid HTML 5 and Valid CSS