niusouti.com

多选题A customer needs to implement a Highly Available solution for JMS that has a primary data center  and a backup. Which three steps would you perform when designing your solution?()AStore Transaction Logs in a database and use Database stores for JMS to 

题目
多选题
A customer needs to implement a Highly Available solution for JMS that has a primary data center  and a backup. Which three steps would you perform when designing your solution?()
A

Store Transaction Logs in a database and use Database stores for JMS to make replication  between sites easier.

B

Use file based Transaction Logs and JMS stores and implement a separate replication solution  for files in addition to database in case database replication fails.

C

Implement Oracle RAC at each site to provide a highly available solution within each datacenter.

D

Configure Whole Server Migration to migrate WebLogic Managed Servers from the primary to the secondary site.

E

Configure Automatic Service Migration for JMS high availability within a datacenter.


相似考题
更多“多选题A customer needs to implement a Highly Available solution for JMS that has a primary data center  and a backup. Which three steps would you perform when designing your solution?()AStore Transaction Logs in a database and use Database stores for JMS to ”相关问题
  • 第1题:

    A customer has the need to implement a tape backup solution to backup a 500GB database on a daily basis.  Which of the following factors is the most important consideration in the design of a backup and restore solution?()

    • A、Amount of data in the backup
    • B、Bandwidth available to the tape device
    • C、Length of the backup/restore window
    • D、Speed that the backup system can find files for restoration

    正确答案:C

  • 第2题:

    A customer would like to implement an IBM System Storage DS8000 solution. A Capacity Magic study has determined that 500 drives of 450 GB are required to meet the customer’s capacity requirements. Limited space is available for additional systems in the data center.  Which solution  best meets the customer’s requirements()

    • A、DS8800 system with three frames
    • B、DS8800 system with one frame
    • C、DS8700 system with two frames
    • D、DS8800 system with two frames

    正确答案:D

  • 第3题:

    A customer needs to implement a Highly Available solution for JMS that has a primary data center  and a backup. Which three steps would you perform when designing your solution?()

    • A、Store Transaction Logs in a database and use Database stores for JMS to make replication  between sites easier.
    • B、Use file based Transaction Logs and JMS stores and implement a separate replication solution  for files in addition to database in case database replication fails.
    • C、Implement Oracle RAC at each site to provide a highly available solution within each datacenter.
    • D、Configure Whole Server Migration to migrate WebLogic Managed Servers from the primary to the secondary site.
    • E、Configure Automatic Service Migration for JMS high availability within a datacenter.

    正确答案:A,C,E

  • 第4题:

    In which case would you use the Flashback Database feature to perform a recovery?()

    • A、to recover a dropped tablespace
    • B、to recover data from a truncated table
    • C、to recover a data file that has been shrunk
    • D、to recover a database to the state that existed before the RESETLOGS operation

    正确答案:B

  • 第5题:

    In the absence of shared storage between cluster nodes, which two actions can you take to configure a High Availability architecture?()

    • A、Move domain logs to a highly available database.
    • B、Move server logs to a highly available database.
    • C、Move transaction logs to a highly available database. 
    • D、Move JMS persistent stores to a highly available database.
    • E、Move error logs to a highly available database.

    正确答案:C,D

  • 第6题:

    Identify two situations in which you can use Data Recovery Advisor for recovery.() 

    • A、 The user has dropped an important table that needs to be recovered.
    • B、 The database files are corrupted when the database is open.
    • C、 You are not able to start up the database instance because the required database files are missing.
    • D、 The archived log files are missing for which backup is not available.

    正确答案:B,C

  • 第7题:

    You work as a database administrator at Certkiller .com. You are working in an online transaction processing (OLTP) environment. You realize that the salary for an employee, John, has been accidentally modified in the EMPLOYEEStable. Two days ago, the data was in the correct state. Flashback logs generated during last two days are available in the flash recovery area. Which option would you choose to bring the data to the correct state while ensuring that no other data in the same table is affected?()

    • A、 perform point-in-time recovery
    • B、 perform a Flashback Table operation to restore the table to the state it was in two days ago
    • C、 perform a Flashback Database operation to restore the database to the state it was in two days ago
    • D、 perform Flashback Versions Query and Flashback Transaction Query to determine all the necessary undo SQL statements, and then use them for recovery

    正确答案:D

  • 第8题:

    Identify two situations in which you can use Data Recovery Advisor for recovery. ()(Choose two.)

    • A、The user has dropped an important table that needs to be recovered.
    • B、The database files are corrupted when the database is open.
    • C、You are not able to start up the database instance because the required database files are missing.
    • D、The archived log files are missing for which backup is not available.

    正确答案:B,C

  • 第9题:

    多选题
    Identify two situations in which you can use Data Recovery Advisor for recovery. ()(Choose two.)
    A

    The user has dropped an important table that needs to be recovered.

    B

    The database files are corrupted when the database is open.

    C

    You are not able to start up the database instance because the required database files are missing.

    D

    The archived log files are missing for which backup is not available.


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

  • 第10题:

    单选题
    In which case would you use the Flashback Database feature to perform a recovery?()
    A

    to recover a dropped tablespace

    B

    to recover data from a truncated table

    C

    to recover a data file that has been shrunk

    D

    to recover a database to the state that existed before the RESETLOGS operation


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

  • 第11题:

    多选题
    A customer is developing a custom application that involves a multistep provisioning process for a new account. There is a custom Java client application that is generating multiple JMS messages as part of the process and sending them to the WebLogic tier where they are processed.    Which three steps must you take to implement the solution to allow for scalability and parallel processing of multiple simultaneous provisioning requests while ensuring messages for an individual process are not delivered out of order?()
    A

    Update the client application that is creating the JMS messages to use Unit of Work.

    B

    Configure a WebLogic Cluster for Distributed JMS.

    C

    Update the client application that is creating the JMS messages to use Unit of Order.

    D

    Enable XA Transactions on the JMS Connection Factory used by the client application.

    E

    Enable Load Balancing on the JMS connection factory used by the client application.


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

  • 第12题:

    单选题
    While designing the database for one of your online transaction processing (OLTP) applications, you want to achieve the following:  a) high availability of data  b) faster primary key access to the table data  c) compact storage for the table  Which type of tables would you use to achieve these objectives?()
    A

     heap tables

    B

     object tables

    C

     partitioned tables

    D

     index-organized tables (IOTs)


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

  • 第13题:

    When designing a single tier AIX database solution for a customer, what other technical specialist would be most instrumental in putting together a total solution and why?()

    • A、xSeries specialist,as the customer may have some Intel-based systems.
    • B、Hardware customer engineer,as they will be installing the entire solution.
    • C、Services specialist,as they can provide education recommendations for the entire solution. 
    • D、Storage specialist,as the customer may need disk to store the data and tape to backup the data.

    正确答案:D

  • 第14题:

    While designing the database for one of your online transaction processing (OLTP) applications, you want to achieve the following:  a) high availability of data  b) faster primary key access to the table data  c) compact storage for the table  Which type of tables would you use to achieve these objectives?()

    • A、heap tables
    • B、object tables
    • C、partitioned tables
    • D、index­organized tables (IOTs)

    正确答案:D

  • 第15题:

    A customer is developing a custom application that involves a multistep provisioning process for a new account. There is a custom Java client application that is generating multiple JMS messages as part of the process and sending them to the WebLogic tier where they are processed.    Which three steps must you take to implement the solution to allow for scalability and parallel processing of multiple simultaneous provisioning requests while ensuring messages for an individual process are not delivered out of order?()

    • A、Update the client application that is creating the JMS messages to use Unit of Work.
    • B、Configure a WebLogic Cluster for Distributed JMS.
    • C、Update the client application that is creating the JMS messages to use Unit of Order.
    • D、Enable XA Transactions on the JMS Connection Factory used by the client application.
    • E、Enable Load Balancing on the JMS connection factory used by the client application. 

    正确答案:B,C

  • 第16题:

    You are working in an online transaction processing (OLTP) environment. You realize that the salary for an employee, John, has been accidentally modified in the EMPLOYEES table. Two days ago, the data was in the correct state. Flashback logs generated during last two days are available in the flash recovery area.  Which option would you choose to bring the data to the correct state while ensuring that no other data in the same table is affected?()

    • A、perform point-in-time recovery
    • B、perform a Flashback Table operation to restore the table to the state it was in two days ago
    • C、perform a Flashback Database operation to restore the database to the state it was in two days ago
    • D、perform Flashback Versions Query and Flashback Transaction Query to determine all the necessary undo SQL statements, and then use them for recovery

    正确答案:D

  • 第17题:

    You work as a database administrator for Certkiller .com. Your database is in NOARCHIVELOG mode. The database has been configured with three redo logs groups, and there have been five log switches. You lost one non-system-critical data file from your database.  Which method would you use to recover the data file?()

    • A、Restore all the data files and open the database
    • B、Create the data file and performtablespacerecovery
    • C、No need to restore any file, just recover the database
    • D、Restore only the system data file and recover the database
    • E、Restore only lost date file and performtablespacerecovery

    正确答案:A

  • 第18题:

    You work as a database administrator for Supportcenter.cn. Your database is in NOARCHIVELOG mode. The database has been configured with three redo logs groups, and there have been five log switches. You lost one non-system-critical data file from your database. Which method would you use to recover the data file?()

    • A、Restore all the data files and open the database
    • B、Create the data file and perform tablespace recovery
    • C、No need to restore any file, just recover the database
    • D、Restore only the system data file and recover the database
    • E、Restore only lost date file and performtablespacerecovery

    正确答案:A

  • 第19题:

    Your database is set in NOARCHIVELOG mode and is backed up every night. There are 10 redo log groups on the database, each with three members, making a total of 30 redo log files. At lunchtime the server unexpectedly gets shut down. Upon restarting you notice that the data file belonging to the SYSTEM tablespace has become corrupted. You also notice that there have been 15 log switches during the day. Which solution should you use to recover as much committed data as possible?()

    • A、Restore the data file for the SYSTEM tablespace then open the database. 
    • B、Restore all redo logs form last night's backup, then restart the database. 
    • C、Perform a complete restore of all files from last night's backup. Data entered into the database today must be reentered. 
    • D、Mount the instance, take the SYSTEM tablespace offline, open the database, and then restore the data file, recover it, and bring the tablespace online. 

    正确答案:C

  • 第20题:

    单选题
    You work as a database administrator at Certkiller .com. You are working in an online transaction processing (OLTP) environment. You realize that the salary for an employee, John, has been accidentally modified in the EMPLOYEEStable. Two days ago, the data was in the correct state. Flashback logs generated during last two days are available in the flash recovery area. Which option would you choose to bring the data to the correct state while ensuring that no other data in the same table is affected?()
    A

     perform point-in-time recovery

    B

     perform a Flashback Table operation to restore the table to the state it was in two days ago

    C

     perform a Flashback Database operation to restore the database to the state it was in two days ago

    D

     perform Flashback Versions Query and Flashback Transaction Query to determine all the necessary undo SQL statements, and then use them for recovery


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

  • 第21题:

    单选题
    Your database is set in NOARCHIVELOG mode and is backed up every night. There are 10 redo log groups on the database, each with three members, making a total of 30 redo log files. At lunchtime the server unexpectedly gets shut down. Upon restarting you notice that the data file belonging to the SYSTEM tablespace has become corrupted. You also notice that there have been 15 log switches during the day. Which solution should you use to recover as much committed data as possible?()
    A

    Restore the data file for the SYSTEM tablespace then open the database. 

    B

    Restore all redo logs form last night's backup, then restart the database. 

    C

    Perform a complete restore of all files from last night's backup. Data entered into the database today must be reentered. 

    D

    Mount the instance, take the SYSTEM tablespace offline, open the database, and then restore the data file, recover it, and bring the tablespace online. 


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

  • 第22题:

    多选题
    A customer needs to implement a Highly Available solution for JMS that has a primary data center  and a backup. Which three steps would you perform when designing your solution?()
    A

    Store Transaction Logs in a database and use Database stores for JMS to make replication  between sites easier.

    B

    Use file based Transaction Logs and JMS stores and implement a separate replication solution  for files in addition to database in case database replication fails.

    C

    Implement Oracle RAC at each site to provide a highly available solution within each datacenter.

    D

    Configure Whole Server Migration to migrate WebLogic Managed Servers from the primary to the secondary site.

    E

    Configure Automatic Service Migration for JMS high availability within a datacenter.


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

  • 第23题:

    多选题
    Identify two situations in which you can use Data Recovery Advisor for recovery.()
    A

    The user has dropped an important table that needs to be recovered.

    B

    The database files are corrupted when the database is open.

    C

    You are not able to start up the database instance because the required database files are missing.

    D

    The archived log files are missing for which backup is not available.


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

  • 第24题:

    多选题
    In the absence of shared storage between cluster nodes, which two actions can you take to configure a High Availability architecture?()
    A

    Move domain logs to a highly available database.

    B

    Move server logs to a highly available database.

    C

    Move transaction logs to a highly available database.

    D

    Move JMS persistent stores to a highly available database.

    E

    Move error logs to a highly available database.


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