更多“Which parameter do you use to en”相关问题
  • 第1题:

    Which J-Web tab do you use to add licenses to the device?()

    • A、"Configure"
    • B、"Troubleshoot"
    • C、"Monitor"
    • D、"Maintain"

    正确答案:D

  • 第2题:

    You are using the DBVERIFY utility to check the datafiles for any block corruption. You want to write the output of the dbv command to a file not to the screen.  Which parameter of the DBVERIFY utility will you use?()

    • A、 FILE
    • B、 PARFILE
    • C、 LOGFILE
    • D、 FEEDBACK

    正确答案:C

  • 第3题:

    When issuing the duplicate database command, you use the parameter DB_FILE_NAME_CONVERT. For what purpose do you use this parameter?()  

    • A、 To indicate the location of the auxiliary-instance online redo logs.
    • B、 To indicate the location of the target database datafiles.
    • C、 To indicate the location of the auxiliary-instance control file and online redo logs.
    • D、 To indicate the location of the auxiliary-instance database datafiles.
    • E、 This is not a valid parameter when duplicating a database.

    正确答案:D

  • 第4题:

    单选题
    When issuing the duplicate database command, you use the parameter DB_FILE_NAME_CONVERT. For what purpose do you use this parameter?()
    A

     To indicate the location of the auxiliary-instance online redo logs.

    B

     To indicate the location of the target database datafiles.

    C

     To indicate the location of the auxiliary-instance control file and online redo logs.

    D

     To indicate the location of the auxiliary-instance database datafiles.

    E

     This is not a valid parameter when duplicating a database.


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

  • 第5题:

    单选题
    You work as an application developer at Contoso.com. You use Microsoft .NET Framework 3.5 and Microsoft ADO.NET to develop an application that will connect to the Microsoft SQL Server 2005 database. You want to use Windows Authentication along with the Microsoft OLE DB provider. You now need to make sure that the OLE DB connection is as secure as possible.   What should you do?()
    A

     Add the following parameter to the connection string: Integrated Security=true; PersistSecurityInfo=true;

    B

     Add the following parameter to the connection string: Integrated Security=SSPI;

    C

     Add the following parameter to the connection string: Integrated Security=SSPI; PersistSecurityInfo=yes;

    D

     Add the following parameter to the connection string: Integrated Security=true;


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

  • 第6题:

    单选题
    Your network contains an enterprise root certification authority (CA).  You need to ensure that a certificate issued by the CA is valid.  What should you do()
    A

    Run syskey.exe and use the Update option. T.he safer ,easier way to help you pass any IT exams.  4 / 90

    B

    Run sigverif.exe and use the Advanced option.  

    C

    Run certutil.exe and specify the -verify parameter.  

    D

    Run certreq.exe and specify the -retrieve parameter.


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

  • 第7题:

    单选题
    You are using the DBVERIFY utility to check the datafiles for any block corruption. You want to write the output of the dbv command to a file not to the screen.  Which parameter of the DBVERIFY utility will you use?()
    A

     FILE

    B

     PARFILE

    C

     LOGFILE

    D

     FEEDBACK


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

  • 第8题:

    单选题
    Which parameter do you use to enable Junos Pulse Access Control Service enforcement on a policy on a ScreenOS platform?()
    A

    uac-policy

    B

    ic-policy

    C

    inyranet-auth

    D

    uac-auth


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

  • 第9题:

    单选题
    For the V$SESSION_LONGOPS view, you find that some of the database users have long-running queries that consume a lot of CPU time. This causes performance problems for other users in the database, who have much shorter queries. You would like to make sure that the users with large queries do not use all the CPU time, but you still do not want to terminate them with an error message. Which method would you follow to achieve this?()
    A

     Set the CPU time per call in the users profile.

    B

     Set the CPU time per session in the users profile.

    C

     Set the CPU levels for the user’s group using Resource Manager.

    D

     Set the TIMED_STATISTICS parameter to TRUE in the parameter file.


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

  • 第10题:

    单选题
    Which J-Web tab do you use to add licences to the device?()
    A

    Configure

    B

    Troubleshoot

    C

    Monitor

    D

    Maintain


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

  • 第11题:

    You use Microsoft Visual Studio 2010 and Microsoft .NET Framework 4 to create an application. The application uses the LINQ ParallelEnumerable. AsParallel method to perform multiple queries on a database. You need to ensure that queries can execute on separate threads concurrently. What should you do? ()

    • A、 Use the AsOrdered method.
    • B、 Use the SelectMany method.
    • C、 Use the AutoBuffered option in the WithMergeOptions method.
    • D、 Use the WithExecutionMode method with the ParallelExecutionMode.ForceParallelism parameter.

    正确答案:D

  • 第12题:

    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?()

    • A、Set the BACKUP_TAPE_IO_SLAVES parameter to FALSE
    • B、Set the BACKUP_TAPE_IO_SLAVES parameter to TRUE
    • C、Use compression when performing tape backups
    • D、Configure multiple SBT channels

    正确答案:B

  • 第13题:

    Your network contains an enterprise root certification authority (CA). You need to ensure that a  certificate issued by the CA is valid.     What should you do()

    • A、Run syskey.exe and use the Update option.
    • B、Run sigverif.exe and use the Advanced option.
    • C、Run certutil.exe and specify the -verify parameter.
    • D、Run certreq.exe and specify the -retrieve parameter.

    正确答案:C

  • 第14题:

    单选题
    You are developing a Windows Communication Foundation (WCF) service that must be discoverable.You need to ensure that the ServiceHost instance supports multiple discovery versions. What should you do?()
    A

    - Specify a unique DiscoveryVersion parameter for each endpoint constructor. - Use the same value for the Address property of each endpoint.

    B

    - Use the endpoint constructor without the DiscoveryVersion parameter. - Use a unique value for the Address property of each endpoint.

    C

    - Specify a unique DiscoveryVersion parameter for each endpoint constructor. - Use a unique value for the Address property of each endpoint.

    D

    - Use the endpoint constructor without the DiscoveryVersion parameter. - Use the same value for the Address property of each endpoint.


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

  • 第15题:

    单选题
    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?()
    A

     Set the BACKUP_TAPE_IO_SLAVES parameter to FALSE

    B

     Set the BACKUP_TAPE_IO_SLAVES parameter to TRUE

    C

     Use compression when performing tape backups

    D

     Configure multiple SBT channels


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

  • 第16题:

    单选题
    You are developing a tax report for the payroll application. You created a before parameter form report trigger to create three temporary tables to store text that are need while the report is executed. Which report trigger would you use to delete these temporary tables?()
    A

    Before parameter form. 

    B

    After parameter form. 

    C

    Before report. 

    D

    After report.


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

  • 第17题:

    单选题
    Which command do you use to go from the shell prompt to the CLI prompt?()
    A

    run cli

    B

    cli

    C

    start cli

    D

    edit


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

  • 第18题:

    单选题
    Which command do you use to navigate to [edit interfaces]?()
    A

    cd interfaces

    B

    dir edit interfaces

    C

    edit interfaces

    D

    interfaces


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

  • 第19题:

    单选题
    Which command do you use to identify the meaning of a syslog message?()
    A

    help log messages

    B

    man log messages

    C

    man syslog

    D

    help syslog


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

  • 第20题:

    单选题
    From the V$SESSION_LONGOPS view, you find that some of the database users have long-running queries that consume a lot of CPU time. This causes performance problems for other users in the database, who have much shorter queries.  You would like to make sure that the users with large queries do not use all the CPU time, but you still do not want to terminate them with an error message.  Which method would you follow to achieve this?()
    A

    set the CPU time per call in the users profile

    B

    set the CPU time per session in the users profiles

    C

    set the CPU levels for the users’ group using Resource Manager

    D

    set the TIMED_STATISTICS parameter to TRUE in the parameter file


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