Recent content by FrankMUC

  1. F

    "Compare User Objects" and "Export User Objects" gets slower with each version

    Can you confirm that issue? Shall I generate a log with debug output? ------------------ Regards Frank
  2. F

    "Compare User Objects" and "Export User Objects" gets slower with each version

    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production ------------------ Regards Frank
  3. F

    "Compare User Objects" and "Export User Objects" gets slower with each version

    "Compare User Objects" and "Export User Objects" is getting slower and slower with each version of PLSQL developer. The following values ​​were obtained when comparing two databases: 8.0.4.1514 => 2 min 20 sec 10.0.5.1710 => 4 min 43 sec 12.0.7.1837 => 6 min 39 sec Comparing tables and views is...
  4. F

    quoted identifiers/case sensitive object names

    Any news? An other problem concerning case sensitive object names: If you drag an object with a mixed case name from the Objects Browser into an editor or SQL window, the names are not encapsulated in double quotation marks. Current naming: mytab1.mycol1 Expected naming: "MyTab1"."MyCol1" If...
  5. F

    quoted identifiers/case sensitive object names

    Yes, unfortunately there are several problems. Only the column names and in the 'create table' statement are encapsulated correctly in double quotation marks. They are missing generally in schema names and object names and they are missing in column names in key constraints. Current output...
  6. F

    quoted identifiers/case sensitive object names

    Does PL/SQL Developer (8.0.4) support quoted identifiers/case sensitive object names like "MySchema"."MyTable"."Column01"? I need this feature especially in Tools->Export User Objects.
  7. F

    NLS_LANG setting with instant client

    Hi, PL/SQL Developer 8.0.4.1514 works fine with the exception of the error message "NLS_LANG is not defined on the client ..." during start-up. As SQL*Net layer the Oracle Instant Client 11.2.0.3.0 32bit is used. It was not installed with OUI but extracted and copied only into a separate folder...
  8. F

    Debugger hangs when constraint is violated

    Yes, I can cancel the debug session by pressing the 'Break' button but the PLSQL Developer is completely blocked. The Window title shows "Keine R
  9. F

    Debugger hangs when constraint is violated

    any hints, any news?
  10. F

    Debug V8 don't work with Oracle 11.1

    Seems to be the same problem I described in #36321 - 2009-10-30
  11. F

    Debugger hangs when constraint is violated

    debug file transferred by e-mail Regards
  12. F

    Debugger hangs when constraint is violated

    The debugger hangs when the executed procedure violates a constraint. Sample: CREATE TABLE dbg_err (col1 NUMBER(5) NOT NULL) TABLESPACE USERS; CREATE OR REPLACE PACKAGE dbg_err_pck IS PROCEDURE tst; END dbg_err_pck; / CREATE OR REPLACE PACKAGE BODY dbg_err_pck IS PROCEDURE tst IS BEGIN...
  13. F

    copy / paste to clipboard problem

    Hi ed10k, thanks for this hint. It seems to work. Frank
  14. F

    copy / paste to clipboard problem

    Hi, any news about this? I have the same problem since some weeks and it is very irritating. It is independent from the keyboard, the computer and the database connection. It occurs only in PL/SQL Developer (7.1.5.1398). All my other applications accept the CTRL-C key combination properly. It...
Back
Top