Skip to Main Content

SQL Developer Data Modeler

export ddl file suddenly stops

user603182Nov 22 2017 — edited Nov 27 2017

Hi all,

I'm experiencing a strange behaviour in the last version of data modeler (17.3.0.261 build 1529) and I don't know if this problem has ever occurred in previous versions.

I have an insert table script of about 8000 lines, which has to be included in the ddl script after table has been created. When I launch "File->Export->DDL file" and begin the export process, it suddenly stops without any visible error. My log file contains lines like this:

[Thread-44] ERROR DDLSelectionDialog - DDLSelectionDialog.OKAction

java.lang.StackOverflowError

    at oracle.dbtools.util.Array.indexOf(Array.java:83)

    at oracle.dbtools.util.Array.indexOf(Array.java:83)

    at oracle.dbtools.util.Array.indexOf(Array.java:56)

If I make the export process without including the "after creation script" of my table, I get no errors and no stops.

This post has been answered by Philip Stoyanov-Oracle on Nov 23 2017
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 25 2017
Added on Nov 22 2017
2 comments
163 views