建立ASM資料庫
一、配置ASM
1、使用ASMTOOL建立磁碟
C:\Users\Administrator>asmtool
ASM-00200: Invalid command option
ASM-00208: asmtool -add [-force] \Device\Harddisk1\Partition1 ORCLDISKasm0 ...
ASM-00209: asmtool -addprefix asm [-force] \Device\Harddisk1\Partition1 ...
ASM-00210:
asmtool -create \\server\share\file
ASM-00211: asmtool -delete ORCLDISKasm0 [ORCLDISKasm1 ...]
ASM-00212: asmtool -list [ORCLDISKasm0 ORCLDISKasm1 ...]
=======================================================================
C:\Users\Administrator>asmtool -create E:\asmdisk\DISK1 1024 --使用asmtool建立disk1
使用作業系統複製disk1,重新命名為disk2、disk3(使用作業系統複製比使用asmtool直接建立要快),這樣現在有三塊磁碟disk1、disk2、disk3。
2、配置oracle叢集同步服務(CSS)
C:\Users\Administrator>localconfig
usage:
crssetup
| ladd | shutdown | upgrade | help>
config - configure and startup the cluster on nodes
add - add specified nodes to the cluster
del - delete the specified nodes from the cluster
deconfig - wipe out all cluster configuration information
ldel - local css delete from oracle home
lres - local css home reset to new oracle home
ladd - local css add to oracle home
shutdown - shutdown the selected nodes
upgrade - upgrade the specified nodes
help - print out this information
=================================================================
C:\Users\Administrator>localconfig add
Step 1: creating new OCR repository
Successfully accumulated necessary OCR keys.
Creating OCR keys for user 'administrator', privgrp ''..
Operation successful.
Step 2: creating new CSS service
successfully created local CSS service
successfully added CSS to home
3、 使用DBCA配置自動儲存管理(ASM)
(1)、DBCA步驟1:
asm引數:asm_diskstring:E:\asmdisk\*
完成步驟一,+ASM例項已經建立完成。此時使用sqlplus連線例項。
C:\Users\Administrator>set oracle_sid=+asm
C:\Users\Administrator>sqlplus / as sysdba
SQL*Plus: Release 10.2.0.3.0 - Production on Tue Apr 24 11:59:52 2012
Copyright (c) 1982, 2006, Oracle. All Rights Reserved.
Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Production
With the Partitioning, OLAP and Data Mining options
SYS@ +asm > select path from v$asm_disk; --查詢結果為空。必須完成下面的步驟
no rows selected
(2)、要使用檔案代替磁碟,此處必須修改一個引數_asm_allow_only_raw_disks
SYS@ +asm > alter system set "_asm_allow_only_raw_disks"=false scope=spfile;
System altered.
SYS@ +asm > shutdown immediate
ORA-15100: invalid or missing diskgroup name
ASM instance shutdown
SYS@ +asm > startup
ASM instance started
Total System Global Area 83886080 bytes
Fixed Size 1289028 bytes
Variable Size 57431228 bytes
ASM Cache 25165824 bytes
ORA-15110: no diskgroups mounted
SYS@ +asm > select path from v$asm_disk; --現在可以檢視到建立的三塊磁碟!
PATH
----------------------------------------
E:\ASMDISK\DISK1
E:\ASMDISK\DISK3
E:\ASMDISK\DISK2
(3)、DBCA步驟2,建立磁碟組
dg1:常規(normal)冗餘,disk1、disk2,存放資料庫
dg2:外部(external)冗餘,disk3,存放閃回恢復區
二、建立資料庫
使用DBCA建立資料庫,資料庫使用dg1,閃回恢復區使用dg2
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/25744374/viewspace-722105/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 建立ASM例項及ASM資料庫ASM資料庫
- ASM之建立ASM例項及ASM資料庫ASM資料庫
- 建立ASM例項和資料庫ASM資料庫
- 【資料遷移】RMAN遷移資料庫到ASM(一)建立ASM磁碟組資料庫ASM
- 建立 Oracle10g ASM 資料庫(1)OracleASM資料庫
- 使用自動儲存管理 (ASM)建立資料庫ASM資料庫
- ASM FTP 功能複製 ASM資料庫ASMFTP資料庫
- 資料庫遷移到ASM資料庫ASM
- 建立資料庫資料庫
- 遷移資料庫到ASM資料庫ASM
- rman 全庫恢復asm資料庫ASM資料庫
- MySQL 建立資料庫 建立表MySql資料庫
- 建立資料庫表資料庫
- Mysql建立資料庫MySql資料庫
- 建立資料庫命令資料庫
- 手工建立資料庫資料庫
- Laravel 建立資料庫Laravel資料庫
- oracle 資料庫ASM功能詳解Oracle資料庫ASM
- oracle 遷移資料庫到asmOracle資料庫ASM
- 資料庫無法建立資料庫檢視資料庫
- 【資料遷移】RMAN遷移資料庫到ASM(二)切換資料檔案到ASM資料庫ASM
- mongodb 如何建立資料庫MongoDB資料庫
- 資料庫之建立索引資料庫索引
- 建立資料mysql庫流程MySql
- 手工命令建立資料庫資料庫
- 手動建立資料庫資料庫
- Oracle 手工建立資料庫Oracle資料庫
- 建立catalog 資料庫資料庫
- 建立oracle資料庫(1)Oracle資料庫
- 手工建立oracle資料庫Oracle資料庫
- 建立CATALOG資料庫。資料庫
- Oracle Standby資料庫建立Oracle資料庫
- 建立資料庫遷移資料庫
- 資料庫 建立 3表資料庫
- 小黑框建立資料庫資料庫
- Oracle資料庫 ASM磁碟線上擴容Oracle資料庫ASM
- 11g資料庫遷移ASM資料庫ASM
- 遷移資料庫檔案到ASM資料庫ASM