码迷,mamicode.com
首页 >  
搜索关键字:to asm diskgroup    ( 1875个结果
ocp-36
QUESTION NO: 36 You issued the following command to mount the DATA disk group in restricted mode: ALTER DISKGROUP data MOUNT RESTRICT;What is the implication of this command? A. The client RDBMS ins...
分类:其他好文   时间:2015-10-02 17:29:17    阅读次数:171
ocp-v13-065
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
ocp-v13-063
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
j2ee常用包的作用
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
OCP-V13-057
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
上周自己打造的添加用户的shellcode太长,不过当时主要目的是为了锻炼手动asm,熟悉一些复杂的参数类型如何手动进行构造,然后通过堆栈传递。接下来就打造一个弹计算器的shellcode来进行接下来的学习和测试。弹计算器的C代码只有一句:C代码: system(“calc”);ASM代码: ...
分类:系统相关   时间:2015-09-28 13:06:19    阅读次数:244
ucosII移植
移植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
ORACLE AUTOMATIC STORAGE MANAGEMENT翻译-第二章 ASM instance(1)
第二章 ASM INSTANCEASM的类型,例如可以:10g后ORACLE instance 类型增加了一个ASM种类。参数INSTANCE_TYPE=ASM进行设置。ASM实例启动命令:startupnomount启动实例和后台进程。但没有挂载磁盘组mount以后。实例会启动參数文件里ASM_D...
分类:数据库   时间:2015-09-26 09:15:50    阅读次数:345
OCP-V13-687
Users are connected to a database instance that is using Automatic Storage Management (ASM). The DBA executes the command as follows to shut down the ASM instance: 用户连接到一个数据库实例,使用自动存储管理(ASM)。DBA执行命令如下...
分类:其他好文   时间:2015-09-21 17:59:40    阅读次数:176
左右RAC CRS 自己主动启动
左右CRS自己主动重新启动实验一.检验ASM[root@rac1 ~]# /etc/init.d/oracleasm statusChecking if ASM is loaded: yesChecking if /dev/oracleasm is mounted: yes[root@rac1 ~]...
分类:其他好文   时间:2015-09-19 18:11:54    阅读次数:355
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!