What are the p

题目

What are the prerequisites for enabling Flashback Database? ()

  • A、 The database must be started in the MOUNT EXCLUSIVE state.
  • B、 The database must have multiplexed control files.
  • C、 The database must be opened by using a text-based parameter file instead of a server parameter file (SPFILE).
  • D、 The database must be in ARCHIVELOG mode.
  • E、 The database must be in the NOMOUNT state.
  • F、 The database must be opened in RESTRICTED mode.
参考答案和解析
正确答案:A,D
如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

在同一目录编译和运行以下两文件结果如何?

//文件 P1.java

package MyPackage;

class P1{

void afancymethod(){

System.out.println("What a fancy method");

}

}

//文件 P2.java

public class P2 extends P1{

public static void main(String argv[]){

P2 p2 = new P2();

p2.afancymethod();

}

}

A.两个均通过编译,P2运行时输出 What a fancy method

B.没一个通过编译

C.两个均通过编译,但P2运行时出错

D.P1 通过编译,但P2出现编译错误


正确答案:C

第2题:

信用分析的原则主要有三种,即5W、5C、5P,三原则中对信用保证要求的描述为()。

  • A、what;capacity;payment
  • B、how;collateral;protection
  • C、what;collateral;protection
  • D、how;collateral;protection

正确答案:D

第3题:

What about lunch time()

A. Steak and bread.

B. It’s nice.

C. Very delicious.

D. Lunch begins at 1 p.m.


参考答案:D

第4题:

A customer has asked for a p690 system with the following requirements:   ? 32 1.9ghz processors   ? 128GB of memory   ? 20 fiber adapters   ? 7 network cards   ? 10 LPARs   What is the most appropriate question to ask them in order to build the hardware configuration correctly?()

  • A、What version of AIX is needed?
  • B、Which SWMA offering is needed?
  • C、What kind of network is the system being attached to?
  • D、What kind of memory should be configured on the system?

正确答案:C

第5题:

What command can an administrator use to get summary performance information about the hypervisor?()

  • A、 vmstat -H
  • B、 mpstat -s
  • C、 lparstat -h
  • D、 sar -p HYPER

正确答案:C

第6题:

After GPRS attach,SGSN will assign an identity to identify the MS,what’s it?()

A.TMSI

B.P-TMSI

C.TLLI

D.IMSI


参考答案:B

第7题:

What is the proper way to start a system dump on the default primary dump device? ()

  • A、 sysdumpdev -p 
  • B、 sysdumpdev -s 
  • C、 sysdumpstart -p 
  • D、 sysdumpstart -s

正确答案:C

第8题:

Consider the following statement on a RANGE partitioned table: ALTER TABLE orders DROP PARTITION p1, p3;What is the outcome of executing the above statement?()

A.A syntax error will result as you cannot specify more than one partition in the same statement

B.All data in p1 and p3 partitions are removed and the table definition is changed

C.All data in p1 and p3 partitions are removed, but the table definition remains unchanged

D.Only the first partition (p1) will be dropped as only one can be dropped at any time


参考答案:B

第9题:

A client has an existing Logical Partition (LPAR) on a p650 running AIX 5.2 and will be porting this LPAR to a p5 590. A mksysb has been run to tape, and a compatible tape drive is available and allocated to the target LPAR on the p5 590. What additional resource needs to be available on the p5 590?()

  • A、A CD or DVD with installation media
  • B、An internal SCSI adapter in the target LPAR
  • C、An Ethernet adapter for access to an FTP server
  • D、Advanced Power Virtualization feature of the p5 590

正确答案:A

第10题:

单选题
The average of a, b, c, and d is p. If the average of a and c is q, what is the average of b and d in terms of p and q?
A

2p+q

B

2pq

C

2q +p

D

2q-p

E

(2p+q)/3


正确答案: B
解析:
The average of a, b, c, and d is p, so (a + b + c + d)/4 = p, or a+b+c+d = 4p. Similarly, since the average of a and c is q, then a+c = 2q, so b+d+2q = 4p. Since b+d = 4p - 2q, then (b +d)/2 = 4p/2 - 2q/2 = 2pq.

更多相关问题