|
-
RE: import question
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|