Roeland
Member³
When using "Comparing Table Data" you have 2 modes:
-Generate Script
-Update Database
I have a problem with the latter.
Does anybody uses it?
On my side it's a disaster:
=> It freezes almost immediately (even on very small tables, say 1 record) and when killed messes up the table.
This behavior is very weird. When selecting from that table again on the target location freezes PL/SQL Developer completely.
I can repeat this behavior consistently with PL/SQL Developer version 8.0.4.1514 on Oracle 10.2.
TEST SETUP:
Test table:
CREATE TABLE TEST
(ID NUMBER(9,0) NOT NULL ENABLE,
ICON BLOB,
CONSTRAINT TEST_PK PRIMARY KEY (ID));
Create this table on the source and target DB
Source DB:
- Insert 1 record (with blob) into this table.
- Start "Compare Table Data", mode is "Update database"
=> Compare freezes
=> Kill it!
Target DB: Select from table "TEST"
=> PL/SQL Developer freezes
Roeland
-Generate Script
-Update Database
I have a problem with the latter.
Does anybody uses it?
On my side it's a disaster:
=> It freezes almost immediately (even on very small tables, say 1 record) and when killed messes up the table.
This behavior is very weird. When selecting from that table again on the target location freezes PL/SQL Developer completely.
I can repeat this behavior consistently with PL/SQL Developer version 8.0.4.1514 on Oracle 10.2.
TEST SETUP:
Test table:
CREATE TABLE TEST
(ID NUMBER(9,0) NOT NULL ENABLE,
ICON BLOB,
CONSTRAINT TEST_PK PRIMARY KEY (ID));
Create this table on the source and target DB
Source DB:
- Insert 1 record (with blob) into this table.
- Start "Compare Table Data", mode is "Update database"
=> Compare freezes
=> Kill it!
Target DB: Select from table "TEST"
=> PL/SQL Developer freezes
Roeland