多选题Which three data sources integrations are provided by Coherence out of the box ? ()ATopLink Grid and TopLink EssentialsBJava Persistence API (JPA)COpen Database Connectivity (ODBC)DFileSystemEJava Database Connectivity (JDBC)

题目
多选题
Which three data sources integrations are provided by Coherence out of the box ? ()
A

TopLink Grid and TopLink Essentials

B

Java Persistence API (JPA)

C

Open Database Connectivity (ODBC)

D

FileSystem

E

Java Database Connectivity (JDBC)

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

第1题:

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.

第2题:

While troubleshooting some connectivity issues, you issue the "show ip ospf database" in order toexamine the link state database. Which three of the statements below are true regarding theOSPF link state database?()

  • A、Each router has an identical link state database
  • B、External routes are imported into a separate link state database
  • C、Synchronization of link state databases is maintained via flooding of LSAs
  • D、Information in the link state database is used to build a routing table by calculating a shortest-path tree
  • E、By default, link state databases are refreshed every 10 minutes in the absence of topologychanges

正确答案:A,C,D

第3题:

Which two kinds of failures make the Data Recovery Advisor (DRA)generate a manual checklist? ()

A. failures because a data file is renamed by error

B. failures when no standby database is configured

C. failures that require no archive logs to be applied for recovery

D. failures due to loss of connectivity-for example, an unplugged disk cable


参考答案:A, D

第4题:

Select three true statements regarding Coherence()

  • A、 Coherence provides stronger data management than an Application Server
  • B、 Coherence provides better scale-out performance than a Application Server
  • C、 Coherence provides better scale-out performance than a Database Server
  • D、 Coherence provides better througput than a JMS messaging server Coherence provides stronger configuration management than Grid Control

正确答案:A,B,C

第5题:

ou need to create a data block for query operations in the RETIRED_EMPLOYEES form module. Which three data sources can you use for this block?()

  • A、vector 
  • B、database view 
  • C、database table 
  • D、transactional trigger 
  • E、PL/SQL table of records 
  • F、multi-dimensional array

正确答案:B,C,D

第6题:

While troubleshooting some connectivity issues,you issue the “show ip ospf database”in order to ex amine the link state database. Which three of the statements below are true regarding the OSPF link state database()

A.Each router has an identical link state database.

B.External routes are imported into a separate link state database.

C.Syn chronization of link state databases is maintained via floodingo f LSAs.

D.Information in the link state database is used to build a routing table by calculating a shortest-path tree.

E.By default,link state databases are refreshede very 10 minutes in the absence of topology changes.


参考答案:A, C, D

第7题:

Which  kinds of failures make the Data Recovery Advisor (DRA) generate a manual checklist?()

  • A、Failure when no standby database is configured
  • B、Failure because a data file is renamed accidentally
  • C、Failure that requires no archive logs to be applied for recovery
  • D、Failure due to loss of connectivity-for example, an unplugged disk cable

正确答案:B,D

第8题:

WhichthreedatasourcesintegrationsareprovidedbyCoherenceoutofthebox?()

A.TopLinkGridandTopLinkEssentials

B.JavaPersistenceAPI(JPA)

C.OpenDatabaseConnectivity(ODBC)

D.FileSystem

E.JavaDatabaseConnectivity(JDBC)


参考答案:A, B, E

第9题:

英译中:Open database connectivity


正确答案: 开放数据库互联

第10题:

Your database is running in ARCHIVELOG mode. You are performing a user-managed backup of the DATA1 tablespace.  You place the DATA1 tablespace in backup mode by issuing the following statement:   ALTER TABLESPACE data1 BEGIN BACKUP;   While you are performing the backup, an error occurs that causes the instance to terminate abnormally. Which statement about the DATA1 tablespace is true?()  

  • A、 The DATA1 tablespace is automatically taken out of backup mode when the instance aborts.
  • B、 If you restart the database,the DATA1 tablespace will be automatically taken out of backup mode  when the database is opened.
  • C、 If you restart the database,the DATA1 tablespace will be automatically taken out of backup mode  when the database is mounted.
  • D、 If you restart the database,the database will not be opened.

正确答案:D

更多相关问题