1Z0-236  Exam

Exam # of questions Description  Update
1Z0-236 105 1Z0-236... 02/15/2011
[Practice Test]    [Download Study Guide(PDF)]   [Update Exam]

1Z0-236 - Exam Information
  • Description: 11i Applications DBA Fundamentals II
  • Passing Score: 75%
  • Practice Test - Number of questions: 105 questions
  • Simulation Test - Number of questions: 105 questions
  • Simulation Test Duration: 90 minutes
  • Has explanations: No

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)

  1. direct
  2. ignore
  3. tables
  4. resumable
  5. resumable_timeout
Correct Answer

direct