niusouti.com

单选题What is the architectural benefit of keeping WebLogic Server transaction log in the database?()A Oracle does not allow replicating files between data centers, so keeping transaction log in database allows for replication.B Many transactions in WebLogic

题目
单选题
What is the architectural benefit of keeping WebLogic Server transaction log in the database?()
A

Oracle does not allow replicating files between data centers, so keeping transaction log in database allows for replication.

B

Many transactions in WebLogic are database centric, so keeping log in database makes Two Phase Commit protocol possible.

C

It obviates the need to keep in sync two replication technologies (file and database) between  data centers. The single replication technology is used for frequently changing data.

D

Transaction log in a file system is extremely slow so it cannot be efficiently replicated.


相似考题
参考答案和解析
正确答案: B
解析: 暂无解析
更多“单选题What is the architectural benefit of keeping WebLogic Server transaction log in the database?()A Oracle does not allow replicating files between data centers, so keeping transaction log in database allows for replication.B Many transactions in WebLogic”相关问题
  • 第1题:

    You are in the middle of a transaction updating a very important table. The machine on which a database wasrunning reboots because of power outage. This caused a database instance failure. Which statement is true inthis situation()

    • A、The online redo log files and archived redo log files are required to accomplish the recovery.
    • B、The uncommitted transaction will be committed at the next startup of the database instance.
    • C、The uncommitted transaction is rolled back automatically at the next opening of the database.
    • D、The DBA has to perform the recovery on the database to recover the uncommitted transaction

    正确答案:C

  • 第2题:

    Which new key architectural element introduced in WebLogic Server l2c should you take  advantage of when designing Disaster Recovery Centers with active - passive mode?()

    • A、MAN Clusters, because they would allow you to synchronously replicate state in low latency networks 
    • B、WAN Clusters, because they would allow you to asynchronously replicate state in nonlow latency networks.  
    • C、Transaction Log in the database, because you could avoid synchronizing two replication technologies (database and file)  
    • D、Data Guard, because it is the most effective way to replicate a state across locations
    • E、GoldenGate, because it is the most effective way to replicate a state across locations

    正确答案:E

  • 第3题:

    What is the architectural benefit of keeping WebLogic Server transaction log in the database?()

    • A、Oracle does not allow replicating files between data centers, so keeping transaction log in database allows for replication.
    • B、Many transactions in WebLogic are database centric, so keeping log in database makes Two Phase Commit protocol possible.
    • C、It obviates the need to keep in sync two replication technologies (file and database) between  data centers. The single replication technology is used for frequently changing data.
    • D、Transaction log in a file system is extremely slow so it cannot be efficiently replicated.

    正确答案:C

  • 第4题:

    You work in a company which uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance. There is a database named DB1 in the instance. VIP customer data of the company are stored in DB1. The customers access their profile data by using a Web application. You must ensure the security of the customer data, that is to say, even if the backup media is lost, you must guarantee that data files, log files and subsequent backups and so on are as safe as possible.  So what action should you perform to achieve this goal?()

    • A、For both the CustomerDB database and the master database, enable Transparent Database Encryption 
    • B、You should use the built-in encryption functions to encrypt the sensitive data at the cell Ievel 
    • C、You should make the CustomerDB database accessible only through stored procedures and functions. 
    • D、For the CustomerDB database, enable Transparent Database Encryption and back up the transaction log. 

    正确答案:D

  • 第5题:

    A support engineer reports that inserting new sales transactions in a SQL Server 2005 database results in an error. You investigate the error. You discover that in one of the databases, a developer has accidentally deleted some data in a table that is critical for transaction processing. The database uses the full recovery model. You need to restore the table. You need to achieve this goal without affecting the availability of other data in the database. What should you do?()

    • A、Back up the current transaction log. Restore the database with a different name and stop at the point just before the data loss. Copy the table back into the original database.
    • B、Back up the current transaction log. Restore the database to the point just before the data loss.
    • C、Restore the database from the existing backup files to a time just before the data loss.
    • D、Restore the database to the point of the last full backup.

    正确答案:A

  • 第6题:

    A customer needs to install a database on a server.  Which of the following statements describes how to modify the RAID configuration for optimal performance?()

    • A、Place both the database and transaction log on two logical drives in one RAID-10 array
    • B、Place both the database and transaction log on two logical drives in one RAID-1E array
    • C、Place the database on a RAID-1E array and place the transaction log on a separate RAID-5 array
    • D、Place the database on a RAID-5 array and place the transaction log on a separate RAID-1E array

    正确答案:D

  • 第7题:

    单选题
    ou are in the middle of a transaction updating a very important table. The machine on which adatabase was running reboots because of power outage. This caused a database instance failure.  Which statement is true in this situation()
    A

    The online redo log files and archived redo log files are required to accomplish the recovery.

    B

    The uncommitted transaction will be committed at the next startup of the database instance.

    C

    The uncommitted transaction is rolled back automatically at the next opening of the database.

    D

    The DBA has to perform the recovery on the database to recover the uncommitted transaction.


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

  • 第8题:

    单选题
    Integration between ()with "multi data sources" and() is defined as Gridlink for RAC (Real Application Clusters)
    A

     Oracle Weblogic Server; Oracle Database

    B

     Oracle Weblogic Server clusters; Oracle Database

    C

     Oracle Weblogic Server clusters; Oracle Database RAC

    D

     Oracle OC4J; Oracle Database RAC


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

  • 第9题:

    单选题
    What is the architectural benefit of keeping WebLogic Server transaction log in the database?()
    A

    Oracle does not allow replicating files between data centers, so keeping transaction log in database allows for replication.

    B

    Many transactions in WebLogic are database centric, so keeping log in database makes Two Phase Commit protocol possible.

    C

    It obviates the need to keep in sync two replication technologies (file and database) between  data centers. The single replication technology is used for frequently changing data.

    D

    Transaction log in a file system is extremely slow so it cannot be efficiently replicated.


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

  • 第10题:

    单选题
    Integration between () multidata sources and () is defined as the Grid Link for RAC.
    A

    Oracle WebLogic Server; Oracle Database

    B

    Oracle WebLogic Server clusters; Oracle Database

    C

    Oracle WebLogic Server clusters; Oracle Database RAC

    D

    Oracle OC4J; Oracle Database RAC

    E

    Oracle WebLogic Server; Oracle OC4J


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

  • 第11题:

    单选题
    You work in a company which uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance. There is a database named DB1 in the instance. VIP customer data of the company are stored in DB1. The customers access their profile data by using a Web application. You must ensure the security of the customer data, that is to say, even if the backup media is lost, you must guarantee that data files, log files and subsequent backups and so on are as safe as possible.  So what action should you perform to achieve this goal?()
    A

    For both the CustomerDB database and the master database, enable Transparent Database Encryption 

    B

    You should use the built-in encryption functions to encrypt the sensitive data at the cell Ievel 

    C

    You should make the CustomerDB database accessible only through stored procedures and functions. 

    D

    For the CustomerDB database, enable Transparent Database Encryption and back up the transaction log. 


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

  • 第12题:

    单选题
    You are in the middle of a transaction updating a very important table. The machine on which a database wasrunning reboots because of power outage. This caused a database instance failure. Which statement is true inthis situation()
    A

    The online redo log files and archived redo log files are required to accomplish the recovery.

    B

    The uncommitted transaction will be committed at the next startup of the database instance.

    C

    The uncommitted transaction is rolled back automatically at the next opening of the database.

    D

    The DBA has to perform the recovery on the database to recover the uncommitted transaction


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

  • 第13题:

    Integration between () multidata sources and () is defined as the Grid Link for RAC.

    • A、Oracle WebLogic Server; Oracle Database
    • B、Oracle WebLogic Server clusters; Oracle Database
    • C、Oracle WebLogic Server clusters; Oracle Database RAC
    • D、Oracle OC4J; Oracle Database RAC
    • E、Oracle WebLogic Server; Oracle OC4J

    正确答案:C

  • 第14题:

    Which two statements about the background process of the database writer are true()

    • A、It is possible to have multiple database writers in an Oracle instance.
    • B、It writes dirty buffers, if any, to data files whenever a checkpoint occurs.
    • C、It writes dirty buffers, if any, to data files whenever a transaction commits.
    • D、It writes dirty buffers, if any, to data files before the log writer (LGWR) writes

    正确答案:A,B

  • 第15题:

    A customer has a critical, performance-sensitive web application that connects to a multimode  Oracle RAC database. Which feature of WebLogic can provide signification benefit?()

    • A、The Web Session Affinity feature of Active GridLink for RAC
    • B、WebLogic Clustering
    • C、The Transaction Affinity feature of Active GridLink for RAC
    • D、Coherence*Web Session Replication

    正确答案:C

  • 第16题:

    You need to resolve the double counting of transactions issue in the existing reports. What should you do?()

    • A、Apply a many-to-many relationship between the Transaction measure group and the Person dimension in the WoodgroveSSAS database.
    • B、Apply a Conditional Split transformation in the Transaction data in the SSIS package.
    • C、Delete the AccountHolder table in the WoodgroveDW database.
    • D、Apply a foreign key relationship between the Person table and the Transaction table in the WoodgroveDW database.

    正确答案:A

  • 第17题:

    You are a database administrator for your company. The company uses a SQL Server 2005 database. A full backup of the database is made each night. Transaction log backups are made each morning and each afternoon. You notice that the database transaction log file grows very large throughout the day. You need to minimize the size of the transaction log file. You also need to minimize data loss in the event of a failure. What should you do?()

    • A、Decrease the amount of time between transaction log backups.
    • B、Configure the database to use the simple recovery model.
    • C、Configure the RECOVERY INTERVAL option to be a smaller value.
    • D、Run DBCC SHRINKFILE on the transaction log file.

    正确答案:A

  • 第18题:

    单选题
    A customer needs to install a database on a server.  Which of the following statements describes how to modify the RAID configuration for optimal performance?()
    A

    Place both the database and transaction log on two logical drives in one RAID-10 array

    B

    Place both the database and transaction log on two logical drives in one RAID-1E array

    C

    Place the database on a RAID-1E array and place the transaction log on a separate RAID-5 array

    D

    Place the database on a RAID-5 array and place the transaction log on a separate RAID-1E array


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

  • 第19题:

    单选题
    You are a database administrator for your company. The company uses a SQL Server 2005 database. A full backup of the database is made each night. Transaction log backups are made each morning and each afternoon. You notice that the database transaction log file grows very large throughout the day. You need to minimize the size of the transaction log file. You also need to minimize data loss in the event of a failure. What should you do?()
    A

    Decrease the amount of time between transaction log backups.

    B

    Configure the database to use the simple recovery model.

    C

    Configure the RECOVERY INTERVAL option to be a smaller value.

    D

    Run DBCC SHRINKFILE on the transaction log file.


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

  • 第20题:

    单选题
    A support engineer reports that inserting new sales transactions in a SQL Server 2005 database results in an error. You investigate the error. You discover that in one of the databases, a developer has accidentally deleted some data in a table that is critical for transaction processing. The database uses the full recovery model. You need to restore the table. You need to achieve this goal without affecting the availability of other data in the database.  What should you do?()
    A

     Back up the current transaction log. Restore the database with a different name and stop at the point just before the data loss. Copy the table back into the original database.

    B

     Back up the current transaction log. Restore the database to the point just before the data loss.

    C

     Restore the database from the existing backup files to a time just before the data loss.

    D

     Restore the database to the point of the last full backup.


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

  • 第21题:

    单选题
    You work in a company which is named Wiikigo Corp. The company uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance. There is a database named DB1 in the instance. The company stores clients data in DB1. Clients can access their profile data by using a Web application. You must ensure the security of the customer data, you must ensure that even if the backup media is lost, data files, log files and subsequent backups and so on are quite safe. So what action should you perform to achieve this goal?()
    A

    For both the CustomerDB database and the master database, enable Transparent Database Encryption.

    B

    You should use the built-in encryption functions to encrypt the sensitive data at the cell level. 

    C

    You should make the CustomerDB database accessible only through stored procedures and functions. 

    D

    For the CustomerDB database, enable Transparent Database Encryption and back up the transaction log.


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

  • 第22题:

    单选题
    A support engineer reports that inserting new sales transactions in a SQL Server 2005 database results in an error. You investigate the error. You discover that in one of the databases, a developer has accidentally deleted some data in a table that is critical for transaction processing. The database uses the full recovery model. You need to restore the table. You need to achieve this goal without affecting the availability of other data in the database. What should you do?()
    A

    Back up the current transaction log. Restore the database with a different name and stop at the point just before the data loss. Copy the table back into the original database.

    B

    Back up the current transaction log. Restore the database to the point just before the data loss.

    C

    Restore the database from the existing backup files to a time just before the data loss.

    D

    Restore the database to the point of the last full backup.


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

  • 第23题:

    多选题
    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
    解析: 暂无解析

  • 第24题:

    单选题
    You need to resolve the double counting of transactions issue in the existing reports. What should you do?()
    A

    Apply a many-to-many relationship between the Transaction measure group and the Person dimension in the WoodgroveSSAS database.

    B

    Apply a Conditional Split transformation in the Transaction data in the SSIS package.

    C

    Delete the AccountHolder table in the WoodgroveDW database.

    D

    Apply a foreign key relationship between the Person table and the Transaction table in the WoodgroveDW database.


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