You are using replication and the binary log files on your m

题目
多选题
You are using replication and the binary log files on your master server consume a lot of disk space. Which two steps should you perform to safely remove some of the older binary log files?()
A

Use the command PURGE BINARY LOGS and specify a binary log file name or a date and time to remove unused files

B

Execute the PURGE BINARY LOGE NOT USED command

C

Remove all of the binary log files that have a modification date earlier than today

D

Edit the .index file to remove the files you want to delete

E

Ensure that none of the attached slaves are using any of the binary logs you want to delete

如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

Your PROD database has been started using the server parameter file. In your PROD database you are using RMAN for backup and recovery operations. You issue the following commands from the RMAN prompt:     RMAN> CONFIGURE CONTROLFILE AUTOBACKUP OFF;   RMAN> BACKUP DATABASE;   Which files from the database will be backed up as a result of this BACKUP command?()

  • A、 control file
  • B、 all datafiles
  • C、 password file
  • D、 online redo log file
  • E、 archive redo log file
  • F、 server parameter file
  • G、 only the SYSTEM datafile

正确答案:A,B,F

第2题:

You are using Oracle Database 10g. The LOG_ARCHIVE_FORMAT parameter is set to  ’LOG%t_%s_%r.dbf’.  Why is %r used in the file name format?() 

  • A、to uniquely identify the archived log files with the restore operation
  • B、to uniquely identify the archived log files with the redo log group number
  • C、to uniquely identify the archived log files for each incarnation of the database
  • D、to uniquely identify the archived log files with the number of recovery operations performed

正确答案:C

第3题:

You are using replication and the binary log files on your master server consume a lot of disk space. Which two steps should you perform to safely remove some of the older binary log files?()

A.Use the command PURGE BINARY LOGS and specify a binary log file name or a date and time to remove unused files

B.Execute the PURGE BINARY LOGE NOT USED command

C.Remove all of the binary log files that have a modification date earlier than today

D.Edit the .index file to remove the files you want to delete

E.Ensure that none of the attached slaves are using any of the binary logs you want to delete


参考答案:A, E

第4题:

You are maintaining your database in Oracle10g. On Tuesday at 8:00 A.M., while starting the database, you discover that all the control files are missing. The backup of the full database was performed on Sunday at 6:00 P.M. Which type of recovery will you perform?()

  • A、 incomplete recovery
  • B、 complete recovery
  • C、 recovery using the Flashback Database feature
  • D、 recovery using the export/import utility

正确答案:A

第5题:

A user executes the statement; PURGE BINARY LOGS TO 'mysql-bin.010'; What is the result?()

  • A、It deletes all binary log files, except 'mysql-in.010'
  • B、It deletes all binary log files up to and including 'mysql-bin.010'
  • C、It deletes all binary log files before 'mysql-bin.010'
  • D、It deletes all binary log files after 'mysql-bin.010'

正确答案:C

第6题:

You have recovered your Oracle Database 10g by using the control file backup because all copies of the current control file have been lost due to a media failure. You open your database by using the following statement:       SQL>ALTER DATABASE OPEN RESETLOGS;   Which of the following options is true about using the RESETLOGS option?()

  • A、 The log sequence is reset to 0.
  • B、 All the online redo logs are deleted.
  • C、 All the archived redo logs from a previous incarnation become useless.
  • D、 The full database backup taken from a previous incarnation can be used in future.
  • E、 Only the control file and online redo log files are updated with a new RESETLOGS SCN and time stamp.

正确答案:D

第7题:

If you create your database using Oracle Managed Files (OMF), what is true?()

  • A、You must use Oracle predefined names to identify raw partitions that will hold OMF structures. 
  • B、You must define directories for two online redo log groups and three copies of the control file. 
  • C、If your CREATE DATABASE command fails, any OMF database files that have already been created will be dropped automatically. 
  • D、You must use only OMF data files when adding new tablespaces or data files to your database in the future.

正确答案:D

第8题:

You work as a database administrator for Supportcenter.cn. You are using Recovery Manager (RMAN) to perform backups in your databases. Which four backup operations can be performed using RMAN?()

  • A、A backup of the target database when it is mounted
  • B、A backup of online redo log files when the database is open
  • C、A backup of only used data blocks in the file beingbeingbackup up
  • D、A backup of online, read/write data files when the database is open
  • E、A backup of only those data blocks that have changed since a previous backup
  • F、A backup of online, read/write data files when the database is in the NOMOUNT state.

正确答案:A,C,D,E

第9题:

You executed the STARTUP MOUNT command to start your database. For which database operation do you need to start the database in the MOUNT state?()

  • A、renaming the control files
  • B、dropping a user in your database
  • C、enabling or disabling redo log archiving
  • D、dropping a tablespace in your database
  • E、re-creating the control files, after you lost all the control files in your database

正确答案:C

第10题:

You are using Oracle Database 10g. You performed an incomplete recovery of your database and opened the database with the RESETLOGS option.  What is the effect of opening the database with the RESETLOGS option? ()

  • A、This operation resets the SCN for the database.
  • B、This operation creates a new incarnation of the database.
  • C、This operation moves all the redo log files to a different location.
  • D、This operation deletes the old redo log files and creates new redo log files.
  • E、This operation updates all current datafiles and online redo logs and all subsequent archived redo logs with a new RESETLOGS SCN and time stamp.

正确答案:B,E

更多相关问题