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.
第1题:
A. The source and target platforms must be the same
B. Redo logs, control files and temp files are also transported
C. The transported database must have the same database identifier (DBID) as the source database and cannot be changed
D. The COMPATIBLE parameter must be set to 10.0.0.0 or higher and the database must be opened in readonly mode before being transported
E. Recovery Manager (RMAN) is used to convert the necessary data files of the database if the target platform is different and has different endian format
第2题:
A. The PDB must be open in read only mode.
B. The PDB must be dosed.
C. The unplugged PDB becomes a non-cdb.
D. The unplugged PDB can be plugged into the same multitenant container database (CDB)
E. The unplugged PDB can be plugged into another cdb.
F. The PDB data files are automatically removed from disk.
第3题:
You are managing an Oracle Database 11g instance.You want to create a duplicate database for testing purpose. What are the prerequisites for performing the active database duplication?()
第4题:
Which three statements must be true before transporting a tablespace from a database on one platform to a database on another platform?()
第5题:
Which three statements are true concerning unplugging a pluggable database (PDB)?()
第6题:
Which three statements must be true before transporting a tablespace from a database on one platform to a database on another platform?() (Choose three.)
第7题:
The following query will provide what information about transportable tablespaces for the current database?() select d.platform_name "Source", t.platform_name "Compatible Targets", endian_format from v$transportable_platform t, v$database d where t.endian_format = (select endian_format from v$transportable_platform t, v$database d where d.platform_name = platform_name);
第8题:
The source and target platforms must be the same
Redo logs, control files and temp files are also transported
The transported database must have the same database identifier (DBID) as the source database and cannot be changed
The COMPATIBLE parameter must be set to 10.0.0.0 or higher and the database must be opened in readonly mode before being transported
Recovery Manager (RMAN) is used to convert the necessary data files of the database if the target platform is different and has different endian format
第9题:
The PDB must be open in read only mode.
The PDB must be dosed.
The unplugged PDB becomes a non-cdb.
The unplugged PDB can be plugged into the same multitenant container database (CDB)
The unplugged PDB can be plugged into another cdb.
The PDB data files are automatically removed from disk.
第10题:
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.
第11题:
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.
第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题:
A. Both source and target database must be the same character set
B. Both source and target database must have the same endian format
C. The COMPATIBLE parameter must be the same in the source and target databases.
D. The minimum compatibility level for both the source and target database must be 10.0.0.
E. All read-only and offline data files that belong to the tablespace to be transported must be platform aware.
第14题:
A. 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.
B. All the user-defined tablespaces must be in read-only mode on the source database.
C. The export dump file must be created before starting the import on the target database.
D. The source and target database must be running on the same platform with the same endianness.
E. The path of data files on the target database must be the same as that on the source database.
F. The impdp operation must be performed by the same user that performed the expdp operation.
第15题:
You plan to execute the following command to perform a Flashback Database operation in your database: SQL> FLASHBACK DATABASE TO TIMESTAMP (SYSDATE -5/24); Which two statements are true about this?()
第16题:
Which of the following restrictions are not true with respect to tablespace point-in-time recovery?()
第17题:
Which two statements are correct about database transportation? ()
第18题:
Examine this statement: RMAN >BACKUP FORMAT ’/BACKUP/df_%d_%s_%p.bus1 DATABASE filesperset = 2; What state must the target database be in for you to use this RMAN command?()
第19题:
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
第20题:
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.
第21题:
The list of target platforms having the same endian format as the source database
The list of target platforms requiring endian conversion
The list of target platforms that will not require endian conversion
The list of all target platforms that can receive transportable tablespaces from the source database
None of the above
第22题:
The target database must be in NOARCHIVELOG mode.
No backup is required of the database before you perform a TSPITR.
You must have all archived redo logs generated since the last backup up to the point to which you want to restore the transport set.
If you rename a tablespace, you can not perform a TSPITR to any point in time before that rename operation occurred.
If you have tables in tablespace_1 that have associated constraints in tablespace_2,then you must transport both tablespaces.
第23题:
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.