Hi
I have a problem importing tables from my schema, I have managed to reduce the problem to this.
If you create a table like:
create table example
( ex_id number,
primary key (ex_id)
using index (create unique index i_ex_pk on example(ex_id))
);
The lb generate_object works fine and the resulting XML file validates but lb update fails.