Quantcast
Channel: JetBrains Developer Community : Thread List - IntelliJ IDEA Users
Viewing all articles
Browse latest Browse all 5661

Import Database Schema - hangs with large database

$
0
0

I have an oracle database with a dozen schemas and hundreds of tables each, over 10K tables total(Oracle Forms Application). After pulling in Schema, the dialog is not responsive attempting to check/uncheck tables. Hibernate allows for configuration ( includes and excludes ) as a means to filter these. Can you point me to the correct config file, or is the current dialog/filter not applying these options? I have this configuration option in my project's config.groovy and it works if executed from command-line.

 

Please disregard the grails component, as I found that GORM support is on the list for future consideration.

 

grails config:

grails.plugin.reveng.includeTables=...


Viewing all articles
Browse latest Browse all 5661

Trending Articles