QUESTION NO: 73
Which of the following is not a configurable attribute for an individual disk group?A. AU_SIZEB. COMPATIBLE.RDBMSC. COMPATIBLE.ASMD. DISK_REPAIR_TIMEE. DG_DROP_TIMEAnswer: E下列哪项不是一个单个磁...
分类:
其他好文 时间:
2015-10-03 06:11:55
阅读次数:
147
QUESTION NO: 72
What is the net effect of the following command?
alter diskgroup dgroup1 drop disk abc;
A. The disk ABC will be dropped from the disk group. Since you did not issue a rebalance com...
分类:
其他好文 时间:
2015-10-03 06:10:47
阅读次数:
151
QUESTION 65
An online tablespace, TEST_TBS, is full and you realize that no server-managed tablespace threshold
alerts were generated for the TEST_TBS tablespace. What could be the reason, if the TES...
分类:
其他好文 时间:
2015-09-30 11:17:09
阅读次数:
118
QUESTION 63
Which method would you use to undo the changes made by a particular transaction without affecting
the changes made by other transactions?
A. point-in-time recovery
B. execute the ROLLBA...
分类:
其他好文 时间:
2015-09-30 11:16:27
阅读次数:
138
1.antlr-2.7.7.jar 呵呵 一句话,没有此包,hibernate不会执行hql语句2.aopalliance-1.0.jar这个包是AOP联盟的API包,里面包含了针对面向切面的接口。通常Spring等其它具备动态织入功能的框架依赖此包。3.asm-3.3.jar我只知道:ASM是小巧...
分类:
其他好文 时间:
2015-09-30 10:58:37
阅读次数:
185
QUESTION 57
Which background process of a database instance, using Automatic Storage Management (ASM),
connects as a foreground process into the ASM instance?
A. ASMB
B. PMON
C. RBAL
D. SMON
Cor...
分类:
其他好文 时间:
2015-09-29 13:16:58
阅读次数:
132
上周自己打造的添加用户的shellcode太长,不过当时主要目的是为了锻炼手动asm,熟悉一些复杂的参数类型如何手动进行构造,然后通过堆栈传递。接下来就打造一个弹计算器的shellcode来进行接下来的学习和测试。弹计算器的C代码只有一句:C代码: system(“calc”);ASM代码: ...
分类:
系统相关 时间:
2015-09-28 13:06:19
阅读次数:
244
移植ucos II到一个芯片上,只需要修改下面三个文件:OS_CPU.H,OS_CPU_C.C,OS_CPU_A.ASM。具体来说,移植主要包括以下几项内容(1).OS_CPU.H:用#define设置一些常量的值,声明10个数据类型,用#define声明三个宏。(2).OS_CPU_C.C :用C...
分类:
其他好文 时间:
2015-09-28 10:04:29
阅读次数:
206
第二章 ASM INSTANCEASM的类型,例如可以:10g后ORACLE instance 类型增加了一个ASM种类。参数INSTANCE_TYPE=ASM进行设置。ASM实例启动命令:startupnomount启动实例和后台进程。但没有挂载磁盘组mount以后。实例会启动參数文件里ASM_D...
分类:
数据库 时间:
2015-09-26 09:15:50
阅读次数:
345
配置文件:/etc/httpd/conf/httpd.conf<IfModuledir_module>
DirectoryIndexindex.htmltext.html
#此处会优先读取前面一个文件。如果index文件不存在,就读取text文件。如果都没有,显示测试页</IfModule>/etc/httpd/conf.d/*.confconf.d目录下的所有conf文件虚拟..
分类:
Web程序 时间:
2015-09-21 19:41:11
阅读次数:
133