单选题How can you configure High Availability for interacting with a non-Oracle database using WebLogic?()A Configure multiple physical data sources and reuse the same JNDI name for each.B Use the compatibility option of Active GridLink to enable compatibili

题目
单选题
How can you configure High Availability for interacting with a non-Oracle database using WebLogic?()
A

Configure multiple physical data sources and reuse the same JNDI name for each.

B

Use the compatibility option of Active GridLink to enable compatibility with non-Oracle  databases.

C

Configure a single physical data source for each node in a database cluster and wrap it using  Multi Data Source.

D

Configure a Data Source Group that contains a physical connection pool to each node in the  database cluster.

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

第1题:

In which three cases would you use the USING clause?()

A.You want to create a nonequijoin.

B.The tables to be joined have multiple NULL columns.

C.The tables to be joined have columns of the same name and different data types.

D.The tables to be joined have columns with the same name and compatible data types.

E.You want to use a NATURAL join, but you want to restrict the number of columns in the join condition.


参考答案:C, D, E

第2题:

Which two statements apply to policy scheduling?() (Choose two.)

  • A、An individual policy can have only one scheduler applied.
  • B、You must manually configure system-time updates.
  • C、Multiple policies can use the same scheduler.
  • D、Policies that do not have schedulers are not active.

正确答案:A,C

第3题:

Which two statements apply to policy scheduling?() (Choose two.)

A. An individual policy can have only one scheduler applied.

B. You must manually configure system-time updates.

C. Multiple policies can use the same scheduler.

D. Policies that do not have schedulers are not active.


参考答案:A, C

第4题:

A WebLogic team is developing an enterprise application from their desktop WebLogic environment. All development systems are connected to the same eight data sources for testing. As a WebLogic Administrator supporting this team, which two actions should you perform to free the developers from creating and configuring all the data sources on their desktop WebLogic environment?()

  • A、Provide the team with a WebLogic domain template with the testing data sources configured.
  • B、Provide the development team with a preconfigured domain archive file.
  • C、Provide the development team with the [datasource] -jdbc.xml file to overwrite their local copy.
  • D、Create the data sources on behalf each of the developer.
  • E、Provide the development team with WLST scripts to create and configure the testing data  sources.

正确答案:E

第5题:

You have been tasked with installing two SRX 5600 platforms in a high-availability cluster. Which requirement must be met for a successful installation?()

  • A、You must enable SPC detect within the configuration.
  • B、You must enable active-active failover for redundancy.
  • C、You must ensure all SPCs use the same slot placement.
  • D、You must configure auto-negotiation on the control ports of both devices

正确答案:C

第6题:

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

正确答案:C

第7题:

You need to ensure that the stored procedure that inserts new loan requests can access data in tables that are stored in another database on the same SQL Server instance. Which two actions should you perform?()

  • A、Ensure that the stored procedure and the tables are owned by users that are associated with the same SQL Server login.
  • B、Ensure that the stored procedure and the tables are owned by the same database user.
  • C、Ensure that the stored procedure and the tables use the same database schema.
  • D、Configure the multiuser database option on both databases.
  • E、Configure the cross-database ownership chaining option on both databases.

正确答案:A,E

第8题:

You are the administrator of two Microsoft Windows 2000 advanced server computers. On these servers, you are configuring a database that will store accounting information for your company.

The data must be available at all times. Interruptions in data connectivity should not last longer than five minutes. Any changes to the database should not require you to reconfigure the client computers.

How should you configure the database?

A.Configure the database on the two servers as a SQL Server 2000 cluster.

B.Configure the database on one server, and then configure a standby database on the second server.

C.Configure the database on each server. Use Microsoft Distributed Transaction Coordinator to keep the two servers perfectly synchronized.

D.Configure the database as a federated database, and then partition half the data on each server.


正确答案:A
解析:Explanation: SQL Server 2000 failover clustering provides high availability support by allowing us to configure one failover cluster to automatically, with no manual configuration, fail over to any other node in the failover cluster configuration. In this way, we minimize system downtime and provide high server availability during an operating system failure or a planned upgrade. Before SQL Server 2000 failover clustering can be set up, we must install Windows NT 4.0, Enterprise Edition, Windows 2000 Advanced Server or Windows 2000 Datacenter Server, and the Microsoft Cluster Service (MSCS).

In this scenario a cluster would be preferred to a standby server because it would be available immediately. A standby server on the other would require manual configuration and more time to become online.

Incorrect Answers:
B: A standby server would require you to reconfigure clients to allow it to connect to the standby server when the main server goes down. It would require at least several minutes of manual administration before the standby server would be operational. But the scenario requires that no reconfiguration of the client computers should be necessary. Therefore we should use a SQL Server 2000 cluster not a standby server.

Note: A standby server is a second server that contains a copy of the databases on the primary server and that can be brought online in the event of a primary server failure or due to scheduled maintenance on the primary server. This allows users to continue working with databases when the primary server becomes unavailable. When the primary server becomes available again, any changes to the standby server's copies of databases must be restored back to the primary server.

C: The Microsoft Distributed Transaction Coordinator coordinates distributed transactions, but would not increase availability.

Note: The Microsoft Distributed Transaction Coordinator (MS DTC) is a transaction manager that allows client applications to include several different sources of data in one transaction. MS DTC coordinates committing the distributed transaction across all the servers enlisted in the transaction.

An installation of SQL Server 2000 can participate in a distributed transaction by calling stored procedures on remote servers running SQL Server, automatically or explicitly promoting the local transaction to a distributed transaction and enlist remote servers in the transaction, and making distributed updates that update data on multiple OLE DB data sources. If these OLE DB data sources support the OLE DB distributed transaction interface, SQL Server 2000 can also enlist them in the distributed transaction. The MS DTC service coordinates the proper completion of the distributed transaction to ensure that either all of the updates on all the servers are made permanent, or, in the case of errors, all erased.

D: With Federated SQL Server 2000 servers, SQL Server 2000 databases can be spread across a group of autonomous database servers. These are capable of supporting the processing growth requirements of the largest Web sites and enterprise data-processing systems built with Microsoft Windows DNA, which divides the processing units of a data processing system into logical tiers. This however does not improve availability.

第9题:

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

第10题:

You are configuring the data source for an Oracle database. You will need to specify a test table for WebLogic to test the status of the database. Which option should you choose?()

  • A、a table name which has 100s of records
  • B、a table name which has 10s of records
  • C、a table name which has empty records
  • D、a table name which has 1000s of records
  • E、never use a table name

正确答案:C

更多相关问题