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

Oracle ASM 和Oracle緊密集成的緣由

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

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

配置 ASMLib。以 root 用戶身份在兩個節(jié)點上配置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 用戶身份在任何一個節(jié)點上創(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 

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

【編輯推薦】

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

2014-11-07 11:38:58

DropboxDropbox微軟Office

2010-04-20 16:56:19

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

2011-07-27 10:40:41

oracleracasm

2010-04-07 10:13:52

2010-04-26 10:24:12

Oracle ASM

2010-04-14 15:01:50

Oracle ASM

2010-04-27 14:18:56

Oracle控制文件

2010-05-07 16:40:45

Oracle 10g

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

2010-04-15 17:20:54

Oracle存儲過程

2011-03-04 12:46:57

Oracle數(shù)據(jù)庫自動存儲管理(ASM)

2009-10-15 15:36:43

OracleCRMSOA

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-04-30 17:33:27

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

2010-05-07 16:30:01

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

51CTO技術棧公眾號