"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...
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...
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...
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.
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...
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...
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...