ORA « Schema « JPA Q&A





1. Suppress ORA-00942 errors in ddl create scripts    stackoverflow.com

Say you generate ddl to create all your db tables etc via Hibernate SchemaExport etc. What you get is a script which starts with drop statements at the beginning. ...

2. Errror while exporting schema to Oracle DB (ORA-02261)    forum.hibernate.org

Newbie Joined: Tue Jun 24, 2008 12:17 pm Posts: 6 Disclaimer: Sorry for the long post, I was merely trying to give all the information required. Please read through the end, I put in a lot of effort and marked up important stuff with colors and such. Thanks! Scenario: I run an ant script with an ant task of schema export. ...