单选题The size of the largest datafile, data1.dbf, in your database is 30MB. You issued the following command:   RMANCONFIGURE MAXSETSIZE 10MB;     What will be the impact of the above setting?()A While performing the backup of the datafile,data1.dbf,one backup set is created.B While performing the backup of the datafile,data1.dbf,two backup sets are created.C While performing the backup of the datafile,data1.dbf,three backup sets are created.D While performing the backup of the datafile,data1.dbf,the command for performing a backup of the datafile,data1.dbf,will fail.

单选题
The size of the largest datafile, data1.dbf, in your database is 30MB. You issued the following command:   RMAN>CONFIGURE MAXSETSIZE 10MB;     What will be the impact of the above setting?()
A

 While performing the backup of the datafile,data1.dbf,one backup set is created.

B

 While performing the backup of the datafile,data1.dbf,two backup sets are created.

C

 While performing the backup of the datafile,data1.dbf,three backup sets are created.

D

 While performing the backup of the datafile,data1.dbf,the command for performing a backup of the datafile,data1.dbf,will fail.


参考解析

解析: 暂无解析

相关考题:

Based on the description of a lahar deposit, how do clasts and matrix particles differ in size?A.Any clast is larger than the largest matrix particle.B.Any clast is smaller than the smallest matrix particle.C.Some, but not all, clasts are smaller than the largest matrix particle.D.Some, but not all, matrix particles are larger than the smallest clast.

We would appreciate your sending us a catalogue of your Rubber Boots ()with termsof payment and the largest discount you can allow us.A、togetheringB、togetheredC、togetherD、togetherness

ExaminethecommandsexecutedinaDBAsession:SQLCREATEBIGFILETABLESPACEMRKT2DATAFILE’/u01/app/oracle/oradata/orcl/mrkt.dbf’size10MLOGGING3EXTENTMANAGEMENTLOCALSEGMENTSPACEMANAGEMENTAUTO;Tablespacecreated.SQLALTERDATABASEDEFAULTTABLESPACEMRKT;Databasealtered.WhichtwostatementsaretrueregardingtheMRKTtablespace()A.Nomoredatafilescanbeaddedtothetablespace.B.Segmentspaceismanagedbyfreelistsinthetablespace.C.Ausercreatedwithoutbeingassignedadefaulttablespaceusesthistablespace.D.Thetablespacecanbedroppedwiththecurrentsettingwithsegmentspresentinit

Whileworkingonthedatabase,youreceivethefollowingerror:01578:ORACLEdatablockcorrupted(file6,block54)ORA-01110:datafile6:’u01/oracle/oradata/data1.dbf’YoudecidetorecoverthecorrupteddatablockbyusingtheBlockMediaRecoveryfeature.WhichoptionisNOTadisadvantageofusingblockmediarecovery?()A.BlockMediaRecoverymustbeusedwithRMAN.B.Youmustperformcompleterecoveryofindividualblocks.C.YoumusthaveafullRMANbackup,notanincrementalbackup.D.YoumustusetheDBVERIFYutilitybeforeusingtheBlockMediaRecoveryfeature.

Thesizeofthelargestdatafile,data1.dbf,inyourdatabaseis30MB.Youissuedthe followingcommand:RMANCONFIGUREMAXSETSIZE10MB;Whatwillbetheimpactoftheabovesetting?() A.Whileperformingthebackupofthedatafile,data1.dbf,onebackupsetiscreated.B.Whileperformingthebackupofthedatafile,data1.dbf,twobackupsetsarecreated.C.Whileperformingthebackupofthedatafile,data1.dbf,threebackupsetsarecreated.D.Whileperformingthebackupofthedatafile,data1.dbf,thecommandforperformingabackupofthedatafile,data1.dbf,willfail.

――I'm looking for a shirt for my father.――____Size 40.A.What size do you wear?B.What can I do for you?C.How about this one?D.What size does your father wear?

With regard to its size, the U.S.A.is the( )country in the world. A.largest B.second largest C.third largest D.fourth largest

With regard to its size,Australia is()country in the world.Athe third largestBthe fourth largestCthe fifth largestDthe sixth largest

With regard to its size,Australia is()country in the world.A、the third largestB、the fourth largestC、the fifth largestD、the sixth largest

You have lost datafile 4 from your database. Which is typically the fastest way to restore your database?()  A、 Restore and recover the datafile.B、 Restore and recover the tablespace.C、 Restore and recover the database.D、 Restore and recover the control file.E、 Restore and recover the parameter file.

To reference existing ASM files, you need to use a fully qualified ASM filename. Your development database has a disk group named DG2A, the database name is DEV19, and the ASM file that you want to reference is a datafile for the USERS02 tablespace.  Which of the following is a valid ASM filename for this ASM file?()A、 dev19/+DG2A/datafile/users02.701.2B、 +DG2A/dev19/datafile/users02.701.2C、 +DG2A/dev19/users02/datafile.701.2D、 +DG2A·701.2E、 +DG2A/datafile/dev19.users.02.701.2

The United States today is the ()largest country in size in the world.A、thirdB、fifthC、fourth

The datafiles of your database are ASM files. You are performing a check for datafile block corruption by using the DBVERIFY utility.   What is a prerequisite for checking block corruption on an ASM datafile by using the DBVERIFY utility?()  A、 The block change tracking feature must be enabled.B、 OMF must be configured on your database.C、 The database must be in ARCHIVELOG mode.D、 A USERID must be supplied.

You execute a command to resize a data file, sales.dbf, of size 200 MB in your database: ALTER DATABASE DATAFILE ’/remorse/sales.dbf’ RESIZE 150M;  Which statement is true about this command()A、The command must be issued in MOUNT state.B、The command succeeds only if the data file is offline.C、The command must be issued when the database is in the archivelog mode.D、The command succeeds if no extent in the tablespace is currently allocated above the 150 MB boundary of the file.

The size of the largest datafile, data1.dbf, in your database is 30MB. You issued the following command:   RMANCONFIGURE MAXSETSIZE 10MB;     What will be the impact of the above setting?()A、 While performing the backup of the datafile,data1.dbf,one backup set is created.B、 While performing the backup of the datafile,data1.dbf,two backup sets are created.C、 While performing the backup of the datafile,data1.dbf,three backup sets are created.D、 While performing the backup of the datafile,data1.dbf,the command for performing a backup of the datafile,data1.dbf,will fail.

单选题You have executed this command to change the size of the database buffer cache: SQL ALTER SYSTEM SET DB_CACHE_SIZE=2516582; System altered. To verify the change in size, you executed this command:SQL SHOW PARAMETER DB_CACHE_SIZENAME TYPE VALUE ------------------- ----------- ------------------ db_cache_size big integer 4194304 Why is the value set to 4194304 and not to 2516582()ABecause 4194304 is the granule sizeBBecause 4194304 is the standard block sizeCBecause 4194304 is the largest nonstandard block size defined in the databaseDBecause 4194304 is the total size of data already available in the database buffer cache

多选题Which three pieces of information are considered while deciding the size of the undo tablespace in your database?()Athe size of an undo blockBthe size of the redo log filesCundo blocks generated per secondDthe size of the database buffer cacheEthe value of the UNDO_RETENTION parameter

多选题Your database in running in the ARCHIVELOG mode. You issue the following command to back up datafile 2 in your database.   RMAN COPY DATAFILE 2 TO ’D:///ORACLE/ORA90/MYNEWDB/DA2.DBF’;   Which two statements are true regarding the backup created using this command?()AThe copy of the datafile created is stored in the RMAN repository.BThe copy of the datafile created can be viewed using the LIST BACKUP command.CThe copy of the datafile created using this COPY command can be placed only on the disk.DThe copy of the datafile created is similar to the backup of the file created using the BACKUP command.EThe copy of the datafile created can be used for recovering the database using the user-managed recovery method.

单选题With regard to its size,Australia is()country in the world.Athe third largestBthe fourth largestCthe fifth largestDthe sixth largest

单选题You have executed this command to change the size of the database buffer cache: SQL ALTER SYSTEM SET DB_CACHE_SIZE=2516582; System altered. To verify the change in size, you executed this command:SQL SHOW PARAMETER DB_CACHE_SIZENAME TYPE VALUE ------------------- ----------- ------------------ db_cache_size big integer 4194304 Why is the value set to 4194304 and not to 2516582()ABecause 4194304 is the granule sizeBBecause 4194304 is the standard block sizeCBecause 4194304 is the largest nonstandard block size defined in the databaseDBecause 4194304 is the total size of data already available in the database buffer cache

单选题You have executed this command to change the size of the database buffer cache: SQL ALTER SYSTEM SET DB_CACHE_SIZE=2516582; System altered.  To verify the change in size, you executed this command: SQL SHOW PARAMETER DB_CACHE_SIZE NAME TYPE VALUE  ------------------- ----------- ------------------  db_cache_size big integer 4194304  (4M)  Why is the value set to 4194304 and not to 2516582()Abecause 4194304 is the granule sizeBbecause 4194304 is the standard block sizeCbecause 4194304 is the largest nonstandard block size defined in the databaseDbecause 4194304 is the total size of data already available in the database buffer cache

单选题You have lost datafile 4 from your database. Which is typically the fastest way to restore your database?()A Restore and recover the datafile.B Restore and recover the tablespace.C Restore and recover the database.D Restore and recover the control file.E Restore and recover the parameter file.

单选题You have lost datafile 4 from your database. Which is typically the fastest way to restore your database? ()ARestore and recover the datafile. BRestore and recover the tablespace. CRestore and recover the database. DRestore and recover the control file. ERestore and recover the parameter file.

单选题The United States today is the ()largest country in size in the world.AthirdBfifthCfourth

单选题You execute a command to resize a data file, sales.dbf, of size 200 MB in your database: ALTER DATABASE DATAFILE ’/remorse/sales.dbf’ RESIZE 150M;  Which statement is true about this command()AThe command must be issued in MOUNT state.BThe command succeeds only if the data file is offline.CThe command must be issued when the database is in the archivelog mode.DThe command succeeds if no extent in the tablespace is currently allocated above the 150 MB boundary of the file.

单选题You have configured your database to use RMAN for backup and recovery. You must back up the datafile contained in the TS1 tablespace. The size of the datafile in the TS1 tablespace is 200 MB.  You issue the following command from the RMAN prompt to perform a backup of the tablespace:   RMAN BACKUP TABLESPACE TS1 MAXSETSIZE 100M;  Which statement is true about executing this command?()A The command generates an error.B The command backs up the tablespace and creates a backup set of size 200 MBC The command backs up the tablespace and creates two backup sets of size 100 MB each.D The command backs up the tablespace and creates a backup set with backup pieces of size 100 MB each.

单选题The datafiles of your database are ASM files. You are performing a check for datafile block corruption by using the DBVERIFY utility.   What is a prerequisite for checking block corruption on an ASM datafile by using the DBVERIFY utility?()A The block change tracking feature must be enabled.B OMF must be configured on your database.C The database must be in ARCHIVELOG mode.D A USERID must be supplied.