I had the same problem on Friday after trying out ddlutils for the first time. I'm hoping to pull the schema off our main Oracle 9i database and let me automatically load it onto developer workstations running Oracle 10g Express Edition via the Ant tasks. Any ideas on how to get around this issue would be most appreciated.

Guy

Tim Dudgeon wrote:

I'm seeting a NullPointerException when reading a model from a live Oracle database.
The problem stems from reading the index information.
The db is Oracle 9i and I'm reading it with
platform.readModelFromDatabase("a_name", null, "MY_SCHEMA_NAME", null);


Reply via email to