偷偷摘套内射激情视频,久久精品99国产国产精,中文字幕无线乱码人妻,中文在线中文a,性爽19p

Oracle ASM 和Oracle緊密集成的緣由

數(shù)據(jù)庫 Oracle
下面的文章主要是描述如何對(duì)Oracle ASM 自動(dòng)存儲(chǔ)管理進(jìn)行配置,以及在實(shí)際的相關(guān)操作中的代碼的示例,以下就是詳細(xì)內(nèi)容的介紹。

我們都知道Oracle ASM 和 Oracle 數(shù)據(jù)庫是緊密集成的,并且和 Oracle 數(shù)據(jù)管理的相關(guān)工具套件一起配合工作。它可以是簡化的數(shù)據(jù)庫存儲(chǔ)管理,并且可以提供原始磁盤 I/O 的相關(guān)性能。

配置 ASMLib。以 root 用戶身份在兩個(gè)節(jié)點(diǎn)上配置Oracle ASMLib。

  1. # /etc/init.d/oracleasm configure  
  2. Configuring the Oracle ASM library driver.  
  3. This will configure the on-boot properties of the Oracle ASM library  
  4. driver. The following questions will determine whether the driver is  
  5. loaded on boot and what permissions it will have. The current values  
  6. will be shown in brackets ('[]'). Hitting without typing an  
  7. answer will keep that current value. Ctrl-C will abort.  
  8. Default user to own the driver interface []: oracle  
  9. Default group to own the driver interface []: dba  
  10. Start Oracle ASM library driver on boot (y/n) [n]: y  
  11. Fix permissions of Oracle ASM disks on boot (y/n) [y]: y  
  12. Writing Oracle ASM library driver configuration: [ OK ]  
  13. Loading module "oracleasm": [ OK ]  
  14. Mounting ASMlib driver filesystem: [ OK ]  
  15. Scanning system for ASM disks: [ OK ]  

創(chuàng)建Oracle ASM 磁盤。以 root 用戶身份在任何一個(gè)節(jié)點(diǎn)上創(chuàng)建 ASM 磁盤。

 

  1. # /etc/init.d/oracleasm createdisk VOL1 /dev/sdc1  
  2. Marking disk "/dev/sdc1" as an ASM disk: [ OK ]  
  3. # /etc/init.d/oracleasm createdisk VOL2 /dev/sdd1  
  4. Marking disk "/dev/sdd1" as an ASM disk: [ OK ]  
  5. # /etc/init.d/oracleasm createdisk VOL3 /dev/sde1  
  6. Marking disk "/dev/sde1" as an ASM disk: [ OK ]  
  7. Verify that the ASM disks are visible from every node.   
  8. # /etc/init.d/oracleasm scandisks  
  9. Scanning system for ASM disks: [ OK ]  
  10. # /etc/init.d/oracleasm listdisks  
  11. VOL1  
  12. VOL2  
  13. VOL3  
  14. VOL4 

以上的相關(guān)內(nèi)容就是對(duì)配置 Oracle 自動(dòng)存儲(chǔ)管理 (ASM)的介紹,望你能有所收獲。

【編輯推薦】

  1. Oracle使用hints的調(diào)整機(jī)制實(shí)操
  2. Oracle數(shù)據(jù)庫的異構(gòu)服務(wù)原理描述
  3. Oracle細(xì)粒度如何進(jìn)行訪問
  4. 用Oracle屏蔽英文來提示信息的正確方法
  5. Oracle細(xì)粒度如何進(jìn)行訪問
責(zé)任編輯:佚名 來源: 互聯(lián)網(wǎng)
相關(guān)推薦

2014-11-07 11:38:58

DropboxDropbox微軟Office

2010-04-20 16:56:19

Oracle數(shù)據(jù)庫

2010-04-07 10:13:52

2010-04-26 10:24:12

Oracle ASM

2011-07-27 10:40:41

oracleracasm

2010-04-27 14:18:56

Oracle控制文件

2010-05-07 16:40:45

Oracle 10g

2010-04-14 15:01:50

Oracle ASM

2017-09-04 08:35:57

VMware超融合數(shù)據(jù)

2010-04-15 15:06:19

Oracle數(shù)據(jù)庫

2010-04-14 14:51:11

Oracle ASM

2009-10-15 15:36:43

OracleCRMSOA

2010-04-15 17:20:54

Oracle存儲(chǔ)過程

2011-03-04 12:46:57

Oracle數(shù)據(jù)庫自動(dòng)存儲(chǔ)管理(ASM)

2023-10-10 09:26:18

2010-04-14 14:19:51

Oracle數(shù)據(jù)庫

2010-04-14 15:30:41

Oracle數(shù)據(jù)庫

2011-03-29 10:47:49

ORACLE數(shù)據(jù)庫

2010-05-07 16:30:01

Oracle數(shù)據(jù)集成

2010-04-30 17:33:27

Oracle數(shù)據(jù)集成
點(diǎn)贊
收藏

51CTO技術(shù)棧公眾號(hào)