corrupted Log tab in Import Table dialog

Maxmix

Member³
Hi!

Doing Tools|Import Tables...|PLSQL Developer, I see this strange picture (on the Log tab):
d208fe06e696735469dec7596cc1fdc7.png


Large white space is, in fact, a normal text, but having very small lines height (thin blue band = 3 lines selected). If we select all, copy, paste into the editor, then it is easy to see the real contents of those lines:
............

-- Truncate table
truncate table TANGIBLES.INITIATING_DEPTS

Table truncated

-- Truncate table
truncate table TANGIBLES.CATEGORIES

ORA-02266: unique/primary keys in table referenced by enabled foreign keys

Import table TANGIBLES.CATEGORIES
Error inserting record into TANGIBLES.CATEGORIES:
ORA-00001: unique constraint (TANGIBLES.PK_CTG) violated
............
 
Back
Top