oracle driver incompatibility

Using liquibase 2.0.0, oracle jdbc driver 9.0.2.0.0.  Get the following exception:

liquibase.exception.DatabaseException: liquibase.exception.DatabaseException: java.sql.SQLException: Unsupported feature
at liquibase.database.AbstractDatabase.getDatabaseMajorVersion(AbstractDatabase.java:144)
at liquibase.Liquibase.setDatabasePropertiesAsChangelogParameters(Liquibase.java:720)
at liquibase.Liquibase.setDatabase(Liquibase.java:78)
at liquibase.Liquibase.(Liquibase.java:63)
at liquibase.integration.ant.BaseLiquibaseTask.createLiquibase(BaseLiquibaseTask.java:181)
at liquibase.integration.ant.GenerateChangeLogTask.execute(GenerateChangeLogTask.java:34)

Caused by: liquibase.exception.DatabaseException: java.sql.SQLException: Unsupported feature

Caused by: java.sql.SQLException: Unsupported feature
at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:13)

Problem does not exist in 1.9.4, anybody know of a workaround?

Thanks,
David

I got around it by upgrading the oracle driver to the 10g version.

Glad you found a workaround.

Do you have the full stacktrace you were getting?

Nathan