Recent content by Marc Bisping

  1. M

    PLSQL developer slow startup when in VPN

    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.
  2. M

    naming conventions

    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
  3. M

    Copying to Clipboard pause

    Hi there, any new ideas?
  4. M

    Copying to Clipboard pause

    ...any solution for this problem? Windows 7 Outlook 2010 / Office 2010 PLSQL Developer 9.0.6.1665 - 30 user license
  5. M

    Copying to Clipboard pause

    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
  6. M

    Version 9.0.4.1644 - slow initialization after logon

    Hi Marco, thanks for your answer. I'll send to you the debug.txt file. Marc.
  7. M

    Version 9.0.4.1644 - slow initialization after logon

    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...
  8. M

    How to set debug breakpoints in Test Window?

    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...
  9. M

    Compiler-Hints: FUNCTION RETURN PIPELINED

    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...
  10. M

    Show "compiler hints" after installing a package via command-file?

    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...
  11. M

    beautifier and cursors

    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>...
  12. M

    V7: save "global preference sets"

    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?
  13. M

    V7: "File open"-dialog loses Layout-Settings

    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...
Back
Top