1. What is use of LOG (Ver 7) option in EXP command?

The name of the file which log of the export will be written.

2. What is the use of FILE option in IMP command?

The name of the file from which import should be performed.

3. What is the use of SHOW option in IMP command?

A flag to indicate whether file content should be displayed or not.

4. What is the use of GRANT option in IMP command?

A flag to indicate whether grants on database objects will be imported.

5. What is the use of INDEXES option in IMP command?

A flag to indicate whether import should import index on tables or not.

6. What is the use of ROWS option in IMP command?

A flag to indicate whether rows should be imported. If this is set to 'N' then only DDL for database objects will be executed.

7. What is the use of RECORD option in EXP command?

For Incremental exports, the flag indirects whether a record will be stores data dictionary tables recording the export.

8. What is the use of INCTYPE option in EXP command?

Type export should be performed COMPLETE,CUMULATIVE,INCREMENTAL