Company.com has a six-node concurrent resource group with an application that is accessed by a web connection to the cluster nodes. How is the workload moved to another cluster node during a node failure?()
A. The concurrent application must control the web interface through application monitoring.
B. A second resource group will be required to move the web application and IP label to a newnode during a node failure.
C. The concurrent resource group can support multiple IP labels through IP aliasing so all IPlabels are defined in the concurrent resource group.
D. The dynamic node priority facility in HACMP will relocate the web application and the IP label,if it is correctly defined in the application start and stop script.
查看答案
WhichofthefollowingdescribeshowDB29storesanXMLdocumentiftheXMLExtenderisnotused?()
A. CLOB
BLOB
C. Hierarchically
D. Rowsandcolumns
ViewtheExhibitandexaminetheDataPumparchitecture.Identifythenumberedcomponents.()
A. 1-OracleLoader,2-OracleDataPump,3-DirectPathAPI
B. 1-OracleDataPump,2-DirectPathAPI,3-OracleLoader
C. 1-DirectPathAPI,2-OracleLoader,3-OracleDataPump
D. 1-OracleLoader,2-DirectPathAPI,3-OracleDataPump
A state agency has recently deployed a new application on an 8-way p5-570 that is critical to the agency’s operation. There is no manual method to perform the business process. The state government has just mandated that all state agencies have disaster recovery plans that allow the agencies to recover critical applications in acceptable periods of time with no loss of performance. Based on this new business requirement, what is this agency most likely to need?()
A. HACMP and four processors for the p5-570
B. HACMP and eight processors for the p5-570
C. HACMP-XD and a 4-way p5-570 in a second location
D. HACMP-XD and a 8-way p5-570 in a second location
Giventhefollowingfunction: CREATEFUNCTIONemplist()RETURNSTABLE(idCHAR(6),firstnameVARCHAR(12),lastnameVARCHAR(15))LANGUAGESQLBEGINATOMICRETURNSELECTEMPNO,FIRSTNME,LASTNAMEFROMEMPLOYEEWHEREWORKDEPTIN('A00','B00');END HowcanthisfunctionbeusedinanSQLstatement?
A. SELECTTABLE(EMPLIST())FROMEMPLOYEE
B. SELECTTABLE(EMPLIST())AStFROMEMPLOYEE
C. SELECTEMPLIST(id,firstname,lastname)FROMEMPLOYEE
D. SELECTid,firstname,lastnameFROMTABLE(EMPLIST())ASt