The BZIP2 compression algorithm consumes more CPU resources than the ZLIB compression algorithm.
The ZLIB compression algorithm consumes more CPU resources than the BZIP2 compression algorithm.
The ZLIB compression algorithm provides maximum compression and produces smaller backups than the BZIP2 compression algorithm.
Only the BZIP2 compression algorithm can be used to make compressed backups to disk.
第1题:
You completed the development of a new application and want to create a new domain in a new environment for functional testing. You want to have the same settings for your new domain as your old domain, with the option of changing the configuration in the new target environment. Which two actions should you execute?()
第2题:
You want to create a new optimized database for your transactional production environment to be used by a financial application. While creating the database, you want the Oracle software to take care of all basic settings to optimize the database performance. Which method would you use to achieve this objective?()
第3题:
You want to use RMAN to create compressed backups.Which statement is true about the compression algorithms that RMAN can use?()
第4题:
There was media failure and you need to check the data files for any block corruption. Which option would you use to create a report on any corruptions found within the database?()
第5题:
You want to use RMAN to create compressed backups. Which statement is true about the compression algorithms that RMAN can use?()
第6题:
You are tuning RMAN to optimize performance. You want tape I/O to be asynchronous when you perform tape backups.Which action should you take?()
第7题:
A base catalog exists
The recovery catalog is empty
The base recovery catalog must be dropped
A target database is registered in the recovery catalog
第8题:
backup database all
backup compressed database
backup as compressed backupset database
backup as compressed backup database plus archivelog all
backup as compressed backupset database plus compress archivelog all
第9题:
A different procedure is required to restore a database from compressed backups
The AS COMPRESSED clause of the BACKUP command provided by RMAN is used to create compressed backup sets and image copies.
Using this command to create backups minimizes the bandwidth consumed
Using this command to create backups improves the performance of the backup process
第10题:
Set the BACKUP_TAPE_IO_SLAVES parameter to FALSE
Set the BACKUP_TAPE_IO_SLAVES parameter to TRUE
Use compression when performing tape backups
Configure multiple SBT channels
第11题:
SQL scripts
Recovery Manager (RMAN) script
Data Pump
SQL*Loader
Flashback database
第12题:
create catalog
install database
catalog database
merge Catalog with database
register database
第13题:
What RMAN command must you use before you can back up a database using the recovery catalog?()
第14题:
You lost the index tablespace in your database. You decided to re-create the index tablespace and the indexes in the tablespace. What methods can you use to re-create the indexes?()
第15题:
You are creating a recovery catalog for use with RMAN. You have issued these commands: SQL> CREATE TABLESPACE rman_ts DATAFILE ’/DISK1/rman_ts01.dbf’ 2> SIZE 20M 3> DEFAULT STORAGE (initial 100K next 100K pctincrease 0); SQL> CREATE USER rman_db01 IDENTIFIED BY rman_db01 2> DEFAULT TABLESPACE rman_ts 3> QUOTA unlimited ON rman_ts; Which command should you issue next?()
第16题:
You want to implement the backup and recovery strategy in your database using Recovery Manager (RMAN). You have chosen the control file of the target database for the RMAN repository. Which command-line RMAN command would you use to establish a local connection between RMAN and the RMAN repository if your database is using password file authentication?()
第17题:
You perform a backup using the following BACKUP command: RMAN> BACKUP AS COMPRESSED BACKUPSET DATABASE; Which statement is true of this command?()
第18题:
A shoot-out has erupted between your MS development teams using .NET and your Linux development teams using Java. Knowing that your database is in danger,which command would you use to back up your NOARCHIVELOG mode database using RMAN with compression?()
第19题:
The BZIP2 compression algorithm consumes more CPU resources than the ZLIB compression algorithm.
The ZLIB compression algorithm consumes more CPU resources than the BZIP2 compression algorithm.
The ZLIB compression algorithm provides maximum compression and produces smaller backups than the BZIP2 compression algorithm.
Only the BZIP2 compression algorithm can be used to make compressed backups to disk.
第20题:
rman TARGET / NOCATALOG
rman TARGET sys/password
rman TARGET sys/password AS SYSDBA
rman TARGET sys/password@db_name CATALOG rman_user/rman_password@rcat
第21题:
A base catalog exists
The recovery catalog is empty
The base recovery catalog must be dropped
A target database is registered in the recovery catalog
第22题:
You need to perform the restore and recover operations manually, because the backup was made manually.
First you need to resynchronize the catalog with the control file, and then you can use RMAN to recover the database.
First you need to add the backup to the catalog using the CATALOG command, and then you can use RMAN to recover the database.
You can just use RMAN and recover the database, because RMAN automatically updates the catalog with the backup information.
第23题:
The BZIP2 compression algorithm consumes more CPU resources than the ZLIB compression algorithm.
The ZLIB compression algorithm consumes more CPU resources than the BZIP2 compression algorithm.
The ZLIB compression algorithm provides maximum compression and produces smaller backups than the BZIP2 compression algorithm.
Only the BZIP2 compression algorithm can be used to make compressed backups to disk.
第24题:
RESYNC CATALOG;
REGISTER DATABASE;
CREATE CATALOG TABLESPACE rman_ts;
GRANT recovery_catalog_owner TO rman_db01;