Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-users] ddl-generation.index-foreign-keys don't add index on existing tables on Oracle DB

I found the option eclipselink.ddl-generation.index-foreign-keys very
useful, and it worked as expected under some tests done over MySQL
databases.
Then I moved my test over an Oracle DB (XE edition) and I get a very
strange situation: if the database didn't contains the entities tables
the index of foreign keys are generates correctly, but if I have one
(or both) table in the database the schema is not updated and we don't
have the indexes...

I have opened bug [445522] with some code to repeat the issue, anyone
had a similar problem?
Thanks in advance for the help!


[445522]: https://bugs.eclipse.org/bugs/show_bug.cgi?id=445522

-- 
Luca Morettoni <luca(AT)morettoni.net> | http://www.morettoni.net
http://it.linkedin.com/in/morettoni/ | http://twitter.com/morettoni
Google+ profile: https://www.google.com/+LucaMorettoni
Member of GDG Perugia: http://perugia.gtugs.org


Back to the top