The import operation must be performed by a user on the target database with the DATAPUMP_IMP_FULL_DATABASE role, and the database link must connect to a user on the source database with the DATAPUMP_EXD_FULL_DATABASE role.
All the user-defined tablespaces must be in read-only mode on the source database.
The export dump file must be created before starting the import on the target database.
The source and target database must be running on the same platform with the same endianness.
The path of data files on the target database must be the same as that on the source database.
The impdp operation must be performed by the same user that performed the expdp operation.
第1题:
How would you grant the RVPC user access to specific RMAN database records in the RMAN virtual private catalog?()
第2题:
You are working on an Oracle Database 10g database. Because of data loss, you decided to perform a Flashback Database operation using the following command: SQL> FLASHBACK DATABASE TO TIMESTAMP(SYSDATE 5/24); Which two statements are true? ()
第3题:
Which of the following roles must be granted to a user to perform a full database import?()
第4题:
Examine the following query output: You issue the following command to import tables into the hr schema: $ > impdp hr/hr directory = dumpdir dumpfile = hr_new.dmp schemas=hr TRANSFORM=DISABLE_ARCHIVE_LOGGING: Y Which statement is true?()
第5题:
The database must have multiplexed redo log files
The database must be in the MOUNT state to execute the command
The database must be in the NOMOUNT state to execute the command
The database must be opened in RESTRICTED mode before this operation
The database must be opened with the RESETLOGS option after the flashback operation
第6题:
The source database backup must be copied over the net for test database.
The source database must be run in ARCHIVELOG mode if the database is open.
The source database must be shut down cleanly if the database is in mounted state.
A net service name should be set up and a listener configured with the target as well as the source database.
第7题:
back up the control file to trace
bring database to the MOUNT state
open a connection to the RMAN recovery catalog, which contains the RMAN metadata for the target database
set the database ID (DBID), but only if the DB_NAME parameter associated with the target database is unique in the recovery catalog
第8题:
the CONVERT command of RMAN
Data Pump Export and Import into the same database
conventional export and import into the same database
the BACKUP DATABASE and RESTORE DATABASE commands of RMAN
the BACKUP AS COPY DATABASE and SWITCH DATABASE TO COPY command of RMAN
第9题:
The import operation must be performed by a user on the target database with the DATAPUMP_IMP_FULL_DATABASE role, and the database link must connect to a user on the source database with the DATAPUMP_EXD_FULL_DATABASE role.
All the user-defined tablespaces must be in read-only mode on the source database.
The export dump file must be created before starting the import on the target database.
The source and target database must be running on the same platform with the same endianness.
The path of data files on the target database must be the same as that on the source database.
The impdp operation must be performed by the same user that performed the expdp operation.
第10题:
The target database must be open.
The target database must be closed.
The target database must be mounted.
The target database must be mounted or open.
第11题:
Issue the grant command from the SYS user (or equivalent) of the target database.
Issue the grant command from the SYS user (or equivalent) of the recovery-catalog database.
Issue the grant command from the recovery catalog-owning schema user account in the recovery catalog.
Issue the grant command from RMAN when connected to the recovery catalog-owning schema.
Issue the grant command from RMAN when connected to the target database.
第12题:
Both source and target database must be the same character set
Both source and target database must have the same endian format
The COMPATIBLE parameter must be the same in the source and target databases.
The minimum compatibility level for both the source and target database must be 10.0.0.
All read-only and offline data files that belong to the tablespace to be transported must be platform aware.
第13题:
You have created a database link, devdb.us.oracle.com, between the databases PRODDB and DEVDB. You want to import schema objects of the HR user using Oracle Data Pump from thedevelopment database, DEVDB, to the production database, PRODDB. You execute the following command on the target database server: $impdp system/manager directory = DB_DATA dumpfile = schemas.dat schemas = hr flashback_time = 2004-02-03 09:00 The command fails, displaying the following error: ORA-39001: invalid argument value ORA-39000: bad dump file specification ORA-31640: unable to open dump file “/home/oracle/schema/schemas.dat” for read ORA-27037: unable to obtain file status What would you do to overcome the error()
第14题:
You executed the following command in Recovery Manager (RMAN): RMAN> RESTORE CONTROLFILE; Which operation must you perform before this command is executed?()
第15题:
Which three statements must be true before transporting a tablespace from a database on one platform to a database on another platform?()
第16题:
Which three statements must be true before transporting a tablespace from a database on one platform to a database on another platform?() (Choose three.)
第17题:
CONNECT
IMP_FULL_DATABASE
FULL_EXPORT_PRIVS
RESOURCE
FULL_IMPORT_PRIVS
第18题:
The command restores only the missing control file.
The command restores all the control files.
The command fails because the database is running.
This is the correct way to address this problem.
This is not the correct way to address this problem.
第19题:
Both source and target database must be the same character set
Both source and target database must have the same endian format
The COMPATIBLE parameter must be the same in the source and target databases.
The minimum compatibility level for both the source and target database must be 10.0.0.
All read-only and offline data files that belong to the tablespace to be transported must be platform aware.
第20题:
The shrink operation touches every block in the BOOKING table
The high-water mark (HWM) for the BOOKING table is shifted from its original position
The progress of the shrink operation is saved in the bitmap blocks of the BOOKING table
The data manipulation language (DML) triggers on the BOOKING table are executed because the shrink operation is internally handled by the INSERT/DELETE operation
第21题:
The data files of the read-only tablespaces in the target database are not duplicated
The read-only tablespaces in the target database are still defined in new the database
The read-only tablespaces in the target database are changed to online after duplication
The data files of the read-only tablespaces in the target database get duplicated
The read-only tablespaces in the target database are not defined in the new database
第22题:
SYSDATE should not be used with TIMESTAMP.
The database must have multiplexed redo log files.
The database must be in the MOUNT state to execute the command.
The database must be opened with the RESETLOGS option after the flashback operation.
The entire database needs to be restored from the most recent backup before the flashback operation.
第23题:
the CONVERT command of RMAN
Data Pump Export and Import into the same database
conventional export and import into the same database
the BACKUP DATABASE and RESTORE DATABASE commands of RMAN
the BACKUP AS COPY DATABASE and SWITCH DATABASE TO COPY command of RMAN
第24题:
All database operations performed by the impdp command are logged.
Only CREATE INDEX and CREATE TABLE statements generated by the import are logged.
Only CREATE TABLE and ALTER TABLE statements generated by the import are logged.
None of the operations against the master table used by Oracle Data Pump to coordinate its activities are logged.