Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

use of indexfile in import....

user12115Apr 15 2009 — edited Apr 16 2009
Hi All,

Today I read somewhere to use of indexfile which will imporve in performance of import.

I do as mentioned below:

1) exp scott/tiger full=y file=scott.dmp( take 2ndoption USER for export)
2) imp test/test file=scott.dmp full=y indexfile=index.sql
--- imp skip the table with message eg. skiping table during imp
--- once imp finish, open index.sql file and add password at connect statment and remove all comments for create and alter table...
--- run this index.sql on sql prompt ...gives msg as table created and alterd but there is not any data in table.

So what to do now if I want table's record also ?

That might be impact on performance on big database but what about data?

Can any one suggest me?

Thanks...
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 14 2009
Added on Apr 15 2009
5 comments
8,871 views