码迷,mamicode.com
首页 >  
搜索关键字:to asm diskgroup    ( 1875个结果
Oracle Data Guard RAC到单机ASM配置(物理standby)
本次配置11Grac到单机ASM的dataguard配置,11Grac的安装参考oracle11Grac安装(VMware+rhel6.3),11G单机ASM安装参考Oracle11G单机asm安装。环境介绍:主库:112032节点RAC实例名:racdb1,racdb2db_name:racdbdb_unique_name:racdb备库:11203单机ASM实例名:racdbstddb_name..
分类:数据库   时间:2015-10-21 17:37:07    阅读次数:423
Win32汇编开始 Hello Asm
今天开始学习Win32汇编 因为自己很多都是Windows方面 所以 接触一下Win32汇编.386 ;.386指令集.model flat,stdcall ;工作模式option casemap:none ;关键字大小写不...
分类:Windows程序   时间:2015-10-18 19:48:51    阅读次数:307
ORACLE之ASM概念
一、ASM(自动存储管理)的来由:ASM是Oracle10gR2中为了简化Oracle数据库的管理而推出来的一项新功能,这是Oracle自己提供的卷管理器,主要用于替代操作系统所提供的LVM,它不仅支持单实例,同时对RAC的支持也是非常好。ASM可以自动管理磁盘组并提供有效的数据冗余功能。使用A..
分类:数据库   时间:2015-10-15 16:36:28    阅读次数:413
个人经验,记忆力不行 有些还没有整理
8年PHP 9年JAVA 10年C++(已没用) 10年ASM(已没用 ) 4年C#求一份兼职技能树:php,java,javascript,C#,delphi,c++/c,汇编,mysql,oracle框架经验:thinkphp,bootcss,jq,mfc,wsdk,jfinal项目经验:PHP...
分类:其他好文   时间:2015-10-13 22:51:12    阅读次数:245
Oracle 11G 单机asm安装
VMwareworkstation上oracle11GASM的安装环境:VMwareWorkstation:9.0.0build-812388OS:RedHatEnterpriseLinuxServerrelease6.3(Santiago)Oracle:11203磁盘50G分别有两块网卡内存1.5GSwap为内存的2倍VMwarevirtualEthernetadapter1192.168.10网段1.IP规划192.168.10.30dg编辑..
分类:数据库   时间:2015-10-12 14:34:11    阅读次数:512
ocp-143
QUESTION NO: 143 As the DBA, you run the following query on your ASM instance. What is the implication of the results of the query? (Choose two.) SQL> select group_number, name, state from v$ASM_DI...
分类:其他好文   时间:2015-10-07 01:11:08    阅读次数:201
ocp-142
QUESTION NO: 142 You are an Oracle DBA responsible for an ASM instance. The disk controller on your system fails. You suspect that the disk itself is okay. You know it will take 24 hours to replace t...
分类:其他好文   时间:2015-10-07 01:10:09    阅读次数:138
ocp-140
QUESTION NO: 140 Which of the following ALTER DISKGROUP commands does not use V$ASM_OPERATION to record the status of the operation? A. ADD DIRECTORY添加目录 B. DROP DISK C. RESIZE DISK D. REBALANCE...
分类:其他好文   时间:2015-10-07 01:09:52    阅读次数:260
ocp-106
QUESTION NO: 106 Examine the following ALTER command; SQL> ALTER DISKGROUP dgroup1 UNDROP DISKS; What is the purpose of the command? A. It cancels all pending disk drops within the disk group. B....
分类:其他好文   时间:2015-10-05 13:06:47    阅读次数:108
ocp-139
QUESTION NO: 139重复 How can you reverse the effects of an ALTER DISKGROUP … DROP DISK command if it has already completed? A. Issue the ALTER DISKGROUP … ADD DISK command. B. Issue the ALTER DISKGR...
分类:其他好文   时间:2015-10-05 13:03:57    阅读次数:156
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!