Hello,
If an Oracle Database is configured with flash recovery area, the schema export does not run correctly. After testing a little while, I recreated my db without flash recovery, and now I only get one error, saying that table or view does not exist (the first time I run schema export) but it does create the table, and after that schema export runs without problems.
When the flash recovery is configured however, it gives two errors, one saying table does not exist, and the second saying id col, already exists.
I guess hibernate tools 3 should check if the table exist, and then create or alter depending on this.
Greetings,
|