单选题If you wanted to find the name and location of your control files, you could find that information in each of the following locations except one. Which is it?()A V_CONTROLFILE_RECORD_SECTION B V_CONTROLFILE C V$PARAMETER D init.ora file

题目
单选题
If you wanted to find the name and location of your control files, you could find that information in each of the following locations except one. Which is it?()
A

V_CONTROLFILE_RECORD_SECTION 

B

V_CONTROLFILE 

C

V$PARAMETER 

D

init.ora file


相似考题
更多“单选题If you wanted to find the name and location of your control files, you could find that information in each of the following locations except one. Which is it?()A V_CONTROLFILE_RECORD_SECTION B V_CONTROLFILE C V$PARAMETER D init.ora file”相关问题
  • 第1题:

    You configured the flash recovery area in the database. Which two files would you expect to find in the flash recovery area?()

    • A、 backup pieces
    • B、 copies of all the parameter files
    • C、 trace file generated using BACKUP CONTROLFILE TO TRACE
    • D、 control file autobackups

    正确答案:A,D

  • 第2题:

    You are connected to Recovery Manager (RMAN) without a recovery catalog. There is no copy of the control file available. You want to restore the control file from an autobackup. To retrieve the autobackup,you need the database ID (DBID).  In which two sources would you find the DBID? ()

    • A、the trace file
    • B、the alert log file
    • C、an RMAN session log file
    • D、the server parameter file
    • E、the formatted name of a control file autobackup

    正确答案:C,E

  • 第3题:

    The loss of the control file forced you to re/x7fcreate the control file. After re/x7fcreating it and opening the database, you find that some of the data files are named as MISSINGnnnnn, where nnnnn is a five/x7fdigit number starting with 0.  What could be the possible reason?()

    • A、These are the data files that are corrupted.
    • B、There is no SYSAUX tablespace in your database
    • C、There is a read­only tablespace in your database.
    • D、These are the data files that cannot be recovered.

    正确答案:C

  • 第4题:

    You work as a database administrator for Supportcenter.cn. You started the instance using theinit.orafile. You have two control files and three redo log groups in your database. You decided to protect the database against failures by adding one more control file. Which file is the appropriate way to perform this task?()

    • A、Shut down the instance, copy the control file to the third location and open the database.
    • B、Abort the instance, copy the control file to the third location, modify the CONTROL_FILES parameter in theinit.orafile and open the database.
    • C、Copy the control file to the third location, modify the CONTROL_FILES parameter in theinit.orafile, restart the instance and open the database.
    • D、Shut down the instance, copy the control file to the third location, modify the CONTROL_FILES parameter in theinit.orafile and open the database.
    • E、Shut down the instance, startup in the mount state, copy the control file to the third location, modify the CONTROL_FILES parameter ininit.oraand open the database.

    正确答案:D

  • 第5题:

    You are required to flashback your database. You want to find the amount of flashback data generated since the database was opened. Which task will you perform to obtain the required information?()

    • A、 Query the V$FLASHBACK_DATABASE_LOG view.
    • B、 Query the V$FLASHBACK_DATABASE_STAT view.
    • C、 Check the value of the DB_FLASHBACK_RETENTION_TARGET initialization parameter.
    • D、 Query the V$RECOVERY_FILE_DEST view.

    正确答案:B

  • 第6题:

    The loss of the control file forced you to re-create the control file. After re-creating it and opening the database, you find that some of the data files are named as MISSINGnnnnn, where nnnnn is a five-digit number starting with 0. What could be the possible reason?()

    • A、 These are the data files that are corrupted.
    • B、 There is no SYSAUX tablespace in your database
    • C、 There is a read-only tablespace in your database.
    • D、 These are the data files that cannot be recovered.

    正确答案:C

  • 第7题:

    单选题
    If you wanted to find the name and location of your control files, you could find that information in each of the following locations except one. Which is it?()
    A

    V_CONTROLFILE_RECORD_SECTION 

    B

    V_CONTROLFILE 

    C

    V$PARAMETER 

    D

    init.ora file


    正确答案: B
    解析: 暂无解析

  • 第8题:

    多选题
    You are connected to Recovery Manager (RMAN) without a recovery catalog. There is no copy of the control file available. You want to restore the control file from an autobackup. To retrieve the autobackup,you need the database ID (DBID).  In which two sources would you find the DBID? ()
    A

    the trace file

    B

    the alert log file

    C

    an RMAN session log file

    D

    the server parameter file

    E

    the formatted name of a control file autobackup


    正确答案: D,C
    解析: 暂无解析

  • 第9题:

    单选题
    You are maintaining an OLTP database in Oracle10g. You find that the database is generating a large number of trace files. You decide to disable the trace files generated by the ARCn background process.  Which action will enable you to disable the trace files generated by the ARCn background process?()
    A

     Remove the LOG_ARCHIVE_DEST parameter from the init.ora file.

    B

     Set the value of the SQL_TRACE parameter to FALSE in the init.ora file.

    C

     Use the DBMS_MONITOR.SESSION_TRACE_DISABLE procedure.

    D

     Set the value of the LOG_ARCHIVE_TRACE initialization parameter to zero.


    正确答案: A
    解析: 暂无解析

  • 第10题:

    单选题
    You are using an Automatic Storage Management (ASM) instance to manage the files of your production database. While studying the parameter file of the ASM instance, you find the following entry:  ASM_DISKSTRING = /devices/*  What could be the reason for this setting?()
    A

    to enable the ASM instance to identify the alert log file

    B

    to enable the ASM instance to identify the server parameter file

    C

    to enable the ASM instance to define the locations for Oracle Managed Files (OMF)

    D

    to enable the ASM instance to identify all disks that can be accessed by it in the /devices directory


    正确答案: C
    解析: 暂无解析

  • 第11题:

    单选题
    In your Certkiller .com production database, you find that the database users are able to create and read files with unstructured data, available in any location on the host machine from an application.  You want to restrict the database users to access files in a specific location on the host machine.  What could do to achieve this?()
    A

    Modify the value for the UTL_FILE_DIR parameter in the parameter file

    B

    Grant read and write privilege on the operating system path to the database users

    C

    Modify the value for the LDAP_DIRECTORY_ACCESS parameter in the parameter file

    D

    Modify the value for the PLSQL_NATIVE_LIBRARY_DIR parameter in the parameter file

    E

    Create a directory object referring to the operating system path, and grant read and write privilege on the directory object to the database users


    正确答案: D
    解析: 暂无解析

  • 第12题:

    单选题
    The loss of the control file forced you to re-create the control file. After re-creating it and opening the database, you find that some of the data files are named as MISSINGnnnnn, where nnnnn is a five-digit number starting with 0. What could be the possible reason?()
    A

     These are the data files that are corrupted.

    B

     There is no SYSAUX tablespace in your database

    C

     There is a read-only tablespace in your database.

    D

     These are the data files that cannot be recovered.


    正确答案: A
    解析: 暂无解析

  • 第13题:

    You are using an Automatic Storage Management (ASM) instance to manage the files of your production database. While studying the parameter file of the ASM instance, you find the following entry:  ASM_DISKSTRING = /devices/*  What could be the reason for this setting?()

    • A、to enable the ASM instance to identify the alert log file
    • B、to enable the ASM instance to identify the server parameter file
    • C、to enable the ASM instance to define the locations for Oracle Managed Files (OMF)
    • D、to enable the ASM instance to identify all disks that can be accessed by it in the /devices directory

    正确答案:D

  • 第14题:

    You are maintaining an OLTP database in Oracle10g. You find that the database is generating a large number of trace files. You decide to disable the trace files generated by the ARCn background process.  Which action will enable you to disable the trace files generated by the ARCn background process?()  

    • A、 Remove the LOG_ARCHIVE_DEST parameter from the init.ora file.
    • B、 Set the value of the SQL_TRACE parameter to FALSE in the init.ora file.
    • C、 Use the DBMS_MONITOR.SESSION_TRACE_DISABLE procedure.
    • D、 Set the value of the LOG_ARCHIVE_TRACE initialization parameter to zero.

    正确答案:D

  • 第15题:

    In the parameter file of your production database, the FAST_START_MTTR_TARGET parameter is set to 300 to optimize instance recovery. While observing the performance of the database during instance recovery, you find that the redo log files are not sized properly to support this activity. Which two sources could you use to determine the optimal size of the redo log files?()

    • A、the V$LOG view
    • B、the V$DBFILE view
    • C、the V$LOGFILE view
    • D、the V$INSTANCE_RECOVERY view
    • E、Oracle Enterprise Manager Database Control

    正确答案:D,E

  • 第16题:

    Your database is functioning in ARCHIVELOG mode. In which two situations would you perform a cancel/x7fbased recovery?()

    • A、You find that one of the redo log members in each redo log group is lost.
    • B、You find that a data file that belongs to the USERS tablespace is damaged.
    • C、You find that a data file that belongs to the SYSTEM tablespace is damaged.
    • D、You find that the current redo log group is damaged and is not available for recovery.
    • E、You realized while performing a recovery that an archived redo log file needed for recovery is lost.

    正确答案:D,E

  • 第17题:

    If you wanted to find the name and location of your control files, you could find that information in each of the following locations except one. Which is it?()

    • A、V_CONTROLFILE_RECORD_SECTION 
    • B、V_CONTROLFILE 
    • C、V$PARAMETER 
    • D、init.ora file

    正确答案:A

  • 第18题:

    单选题
    You executed the following command to back up your control file:  ALTER DATABASE BACKUP CONTROLFILE TO TRACE;  Which initialization parameter is used to specify the location of the trace file?()
    A

    USER_DUMP_DEST

    B

    CORE_DUMP_DEST

    C

    TRACE_DUMP_DEST

    D

    BACKUP_DUMP_DEST

    E

    BACKGROUND_DUMP_DEST


    正确答案: E
    解析: 暂无解析

  • 第19题:

    单选题
    You work as a database administrator for Supportcenter.cn. You started the instance using theinit.orafile. You have two control files and three redo log groups in your database. You decided to protect the database against failures by adding one more control file. Which file is the appropriate way to perform this task?()
    A

    Shut down the instance, copy the control file to the third location and open the database.

    B

    Abort the instance, copy the control file to the third location, modify the CONTROL_FILES parameter in theinit.orafile and open the database.

    C

    Copy the control file to the third location, modify the CONTROL_FILES parameter in theinit.orafile, restart the instance and open the database.

    D

    Shut down the instance, copy the control file to the third location, modify the CONTROL_FILES parameter in theinit.orafile and open the database.

    E

    Shut down the instance, startup in the mount state, copy the control file to the third location, modify the CONTROL_FILES parameter ininit.oraand open the database.


    正确答案: D
    解析: 暂无解析

  • 第20题:

    单选题
    The performance of your database is affected by the presence of two log members in each online redo log group and the placement of redo log members of a group on the same disk. You decide to place the redo log members of a group on separate disks. Which view will you query to find the name and location of all the online redo log members?()
    A

     V$LOG

    B

     V$LOGFILE

    C

     DBA_LOG_GROUPS

    D

     V$LOG_HISTORY


    正确答案: A
    解析: 暂无解析

  • 第21题:

    多选题
    You configured the flash recovery area in the database. Which two files would you expect to find in the flash recovery area? ()
    A

    backup pieces

    B

    control file autobackups

    C

    copies of all the parameter files

    D

    trace file generated using BACKUP CONTROLFILE TO TRACE


    正确答案: B,D
    解析: 暂无解析

  • 第22题:

    单选题
    The loss of the control file forced you to re/x7fcreate the control file. After re/x7fcreating it and opening the database, you find that some of the data files are named as MISSINGnnnnn, where nnnnn is a five/x7fdigit number starting with 0.  What could be the possible reason?()
    A

    These are the data files that are corrupted.

    B

    There is no SYSAUX tablespace in your database

    C

    There is a read­only tablespace in your database.

    D

    These are the data files that cannot be recovered.


    正确答案: A
    解析: 暂无解析

  • 第23题:

    多选题
    You are connected to Recovery Manager (RMAN) without a recovery catalog. There is no copy of the control file available. You want to restore the control file from an autobackup. To retrieve the autobackup, you need the database ID (DBID). In which two sources would you find the DBID? ()
    A

    the alert log file

    B

    the server parameter file

    C

    the formatted name of a control file autobackup

    D

    an RMAN session log file

    E

    the trace file


    正确答案: C,D
    解析: 暂无解析

  • 第24题:

    多选题
    In the parameter file of your production database, the FAST_START_MTTR_TARGET parameter is set to 300 to optimize instance recovery. While observing the performance of the database during instance recovery, you find that the redo log files are not sized properly to support this activity. Which two sources could you use to determine the optimal size of the redo log files?()
    A

    the V$LOG view

    B

    the V$DBFILE view

    C

    the V$LOGFILE view

    D

    the V$INSTANCE_RECOVERY view

    E

    Oracle Enterprise Manager Database Control


    正确答案: A,C
    解析: 暂无解析