A system administrator needs to maintain 1.2TB of storage for a database server. There are six 250GB drives available in the server for storage space. Which of the following RAID configurations would be the BEST choice given that performance and fault tolerance are important factors?()
A. RAID 1 across drive pairs totaling 3 pairs
B. RAID 5 across all 6 drives
C. RAID 10 across all 6 drives
D. RAID 0 across all 6 drives
第1题:
You enabled an audit policy by issuing the following statements:SQL> AUDIT POLICY ORA_DATABASE_PARAMETER BY SCOTT;SQL> AUDIT POLICY ORA_DATABASE_PARAMETER BY SYS, SYSTEM;For which database users and for which executions is the audit policy now active? ()
A. SYS, SYSTEM
B. SCOTT
C. Only for successful executions
D. Only for failed executions
E. Both successful and failed executions
第2题:
第3题:
下面哪一个语句创建了值为storage的宏变量location? ()
A.&let location = storage;
B.let &location = storage;
C.%let location = "storage";
D.%let location = storage;
第4题:
You wish to enable an audit policy for all database users, except SYS, SYSTEM, and SCOTT.You issue the following statements:SQL> AUDIT POLICY ORA_DATABASE_PARAMETER EXCEPT SYS;SQL> AUDIT POLICY ORA_DATABASE_PARAMETER EXCEPT SYSTEM;SQL> AUDIT POLICY ORA_DATABASE_PARAMETER EXCEPT SCOTT;For which database users is the audit policy now active?()
A. All users except SYS
B. All users except SCOTT
C. All users except sys and SCOTT
D. All users except sys, system, and SCOTT
第5题:
第6题:
5、当 env 传入参数为对象时,可以指定各个服务的默认环境,以下正确的可选字段是?
A.environment 数据库的运行环境
B.database 数据库 API 默认环境配置
C.storage 存储 API 默认环境配置
D.functions 云函数 API 默认环境配置