On 11/4/05, Thorbjørn Ravn Andersen <[EMAIL PROTECTED]> wrote: > I wish to use ddlutils to compare two schemas to see if they are > identical, and if not, where. I am starting with Oracle but will > include DB2 plus some java based database for testing very soon.
<snip> > It does not, however, return index information on the tables, > which is needed too. I looked in the code, and saw that apparently this > requires additional invocations to get loaded, but wanted to ask on the > status on the list first. Unfortunately, the database -> model part is not complete yet. But you add an issue to JIRA stating that index reading does not work with Oracle. > I also expect to have to deal with sequences, but have not gotten that > far yet. I think this doing this in a generic way is only possible for a very limited set of sequences (namely auto-increment sequences). Tom
