Joined: Thu Sep 28, 2006 11:09 am Posts: 4 Location: Auburndale, MA, USA
|
Hibernate version: 3.2.2
Name and version of the database you are using: Oracle 9.2 for Windows 2000
I'm trying to create a schema upgrade script via HBM2DDL and I'm running into an anomaly. When the tool looks up a table in the Oracle catalog, it doesn't specify the "owner" or "schema" name (the user id that I specified in the JDBC connection parms). It finds the first table with a matching name and creates SQL Alter Table stmts accordingly. Unfortunately, the table names as specified in my HBM files occur many times within my Oracle instance, under many different User IDs. Sometimes it finds the correct table but most times it encounters the wrong table.
Is there a parameter I can specify that would limit the tool to finding only tables owned by a specific User ?
I'm using the tool from within an ANT target on Widows XP.
|
|