nerdexam
Oracle

1Z0-060 · Question #18

Examine the following impdp command to import a database over the network from a pre-12c Oracle database (source): Which three are prerequisites for successful execution of the command? (Choose…

The correct answer is A. The import operation must be performed by a user on the target database with the B. All the user-defined tablespaces must be in read-only mode on the source database. D. The source and target database must be running on the same platform with the same endianness. Start SQL*Plus and connect to the target database as the administrator who will transport the database with Data Pump import. This user must have DATAPUMP_IMP_FULL_DATABASE role to transport the database. During the import operation, the database link must connect to a user on…

Upgrading to Oracle Database 12c

Question

Examine the following impdp command to import a database over the network from a pre-12c Oracle database (source):

Which three are prerequisites for successful execution of the command? (Choose three.)

Exhibit

1Z0-060 question #18 exhibit

Options

  • AThe import operation must be performed by a user on the target database with the
  • BAll the user-defined tablespaces must be in read-only mode on the source database.
  • CThe export dump file must be created before starting the import on the target database.
  • DThe source and target database must be running on the same platform with the same endianness.
  • EThe path of data files on the target database must be the same as that on the source database.
  • FThe impdp operation must be performed by the same user that performed the expdp operation.

How the community answered

(60 responses)
  • A
    82% (49)
  • C
    2% (1)
  • E
    5% (3)
  • F
    12% (7)

Explanation

Start SQL*Plus and connect to the target database as the administrator who will transport the database with Data Pump import. This user must have DATAPUMP_IMP_FULL_DATABASE role to transport the database. During the import operation, the database link must connect to a user on the source database with DATAPUMP_EXP_FULL_DATABASE role. The user on the source database cannot be a user with SYSDBA administrative privilege. Make all of the user-defined tablespaces in the database read-only. The source database and target database are running on the same platform with the same

Topics

#Data Pump network import#pre-12c upgrade#FULL_DATABASE privilege#cross-platform import

Community Discussion

No community discussion yet for this question.

Full 1Z0-060 Practice