Btw, I found that it is important to set both catalog and schema
> patterns to the name of the database all in uppercase (DDLUTILS in my
> case) in order to get useful results.


 Are you talking about
platform.readModelFromDatabase(String<http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html>
name,
String <http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html> catalog,
String <http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html> schema,
String <http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html>
[] tableTypes)  here?

But for SQL Server, I have to set both catalog and schema to null to get the
right result. For Oracle, it's like you said, to set them in upppercase of
the database's name.


> --
> --------------
> Cheers,
> Jun

Reply via email to