| 1Z0-236 Exam |
| 1Z0-236 - Exam Information |
| Question of the day |
On Monday night, using the Oracle Export utility you exported your application tables by using the following command: $ exp apps/apps tables=(ORDERS, CUSTOMERS, ITEMS, INVENTORY) \ direct=Y \ file=$ORACLE_HOME/backup/files.dmp \ resumable=y \ resumable_name=APPS_EXP \ resumable_timeout=60 On Tuesday morning, you observe that the CUSTOMERS table has been dropped accidentally. You try to import it by executing the following command: $ imp apps/apps tables=(CUSTOMERS) \ direct=Y \ file=$ORACLE_HOME/backup/files.dmp \ resumable=y \ resumable_name=APPS_EXP \ resumable_timeout=60 \ ignore=Y Exam Type Oracle But the command errors out, displaying LRM-00101: unknown parameter name error. Which parameter must you remove for the import to be successful?
Answer(s)
direct