Hi, Alison

Can you check what kind of indexes created when you specify
indexes=n?

Because when import utility will create system generated indexes such as LOB index, OID index and unique constraint index (include primary key) regardless of the setting of INDEXES parameter. Set INDEXES=N only disable the creation of user generated indexes.

I think this is the reason you got different result when you use different setting.


Tang Qiang