Hello,
we are facing the same problem on version 16.0.3 (64 bit).
Additionally many crashes of PL/SQL-Developer when connects via VPN.
Same setup: tnsnames.ora and Oracle-client on shared samba directory.
Hi there,
PL/SQL-Developer can be used with a command-line parameter to execute a commandfile to install a plsql-package.
Is it possible to obtain the results of the compiler hints and the naming-conventions - for example in a separate logfile?
Greetings,
Marc
Hello,
is there any solution for this problem?
With Outlook 2010 running cut&paste is extremely slow...
Closing Outlook is no solution for us...
Regards,
Marc
Hello,
after updating from version 8.x to version 9.0.4.1644 I have noticed a slow program startup (about 30 seconds longer than in the old version!).
To get more information about this I have started PLSQL-Dev with the command-line-parameter DebugSQL to generate the debug.txt-file.
It seems...
Hello,
I want to set breakpoints in the Test Window as described in the manual by clicking in the left line of the editor but the breakpoint-icon (red cross in yellow circle) does not appear.
I do can set/delete bookmarks.
How can I set the breakpoint in the Test Window?
The Program Window...
PL/SQL-Developer Version 8.0.0.1480
Hello,
As I define a pipelined-function
CREATE FUNCTION fct_test (...)
RETURN ...
PIPELINED IS
...
BEGIN
...
END fct_test;
to use it in a SELECT-Statement
SELECT .... FROM TABLE(fct_test(...));
the Compiler-Hint "Function '...' does not...
Hello,
I do have a command-file named "install.sql" with the following content (ok, it's just an example;-)
--------------------------------------------
CREATE OR REPLACE PACKAGE mbi_a IS
PROCEDURE xprc_mbi_a_1;
END mbi_a;
/
CREATE OR REPLACE PACKAGE BODY mbi_a IS
PROCEDURE...
This topic has been discussed several times (search for "beautifier cursor"):
A cursor-definition including parameters is not beautified correctly:
CURSOR <cursor_name>(<param1>, <param2>,...) IS
will not result in
CURSOR <cursor_name>(<param1>,
<param2>...
Is there a way to save global preference sets into another directory than the installation-directory so that these "global" preferences can be used by every developer?
Hello,
in the "file open"-dialog-box there are several
ways to display the content of a directory (big symbols, small symbols, list, details...).
Every time I open the file-dialog I have to change the settings from "details" to my preferred setting (for example "list").
In pre-7-Versions this...