Hibernate Team |
|
Joined: Tue Aug 26, 2003 6:10 am Posts: 8615 Location: Neuchatel, Switzerland (Danish)
|
you don't tell if you see any errors or if it just seem to sit there fetching tables "forever" ....since your config indicates that on oracle it will actually read you complete db, where as you probably rather would have it to look only in your specific schema.
theeasiest way of doing that is to specify default_schema to your username (uppercase is important with oracle)
_________________ Max
Don't forget to rate
|
|