all tables are present
Tim
Thomas Dudziak wrote:
On 1/23/06, Tim Dudgeon <[EMAIL PROTECTED]> wrote:
This now works. Output looks as follows
Buildfile: build.xml
[dumpMetadata] Could not dump property getResultSetHoldability because
of null
[dumpMetadata] Could not dump property supportsNamedParameters because
of null
[dumpMetadata] Could not dump property supportsMultipleOpenResults
because of null
[dumpMetadata] Could not dump property supportsGetGeneratedKeys because
of null
[dumpMetadata] Could not dump property getDatabaseMajorVersion because
of null
[dumpMetadata] Could not dump property getDatabaseMinorVersion because
of null
[dumpMetadata] Could not dump property getJDBCMajorVersion because of null
[dumpMetadata] Could not dump property getJDBCMinorVersion because of null
[dumpMetadata] Could not dump property getSQLStateType because of null
[dumpMetadata] Could not dump property locatorsUpdateCopy because of
oracle.jdbc.driver.OracleDatabaseMetaData.locatorsUpdateCopy()Z
[dumpMetadata] Could not dump property supportsStatementPooling because
of oracle.jdbc.driver.OracleDatabaseMetaData.supportsStatementPooling()Z
[dumpMetadata] Reading table MY_SCHEMA.TABLE1
[dumpMetadata] Reading table MY_SCHEMA.TABLE2
[dumpMetadata] ....
BUILD SUCCESSFUL
Ok, cool. Does the dump look ok, e.g. are all tables etc. present ?
Reading the model from the API still fails due to the NPE when reading
the indexes.
Yeah, I started with the dump task as it is the primary vehicle for me
to test how the database reacts. Fixing the platform is next, but I
have to reinstall Oracle again in the virtual machine (or use the free
one that Oracle provides for VMWare Player).
Tom