首页 | 编程语言 | 网站建设 | 游戏天堂 | 冲浪宝典 | 网络安全 | 操作系统 | 软件时空 | 硬件指南 | 病毒相关 | IT 认证
软讯网络 > 冲浪宝典 > 网络资源 > Oracle 10g (ASM):Sample Implementation
【标  题】:Oracle 10g (ASM):Sample Implementation
【关键字】:Oracle,10g,ASM,Sample,Implementation
【来  源】:http://www.cublog.cn/u/7315/showart.php?id=126761

Oracle 10g (ASM):Sample Implementation

Preparing Disks for ASM: Windows NT

To simulate implementation of ASM in the Windows NT environment, I first created raw disk partitions on some of my hard drives. Fortunately, I had extra space on three of the four disks in my test server, so I created several primary disk partitions sized at 100MB on each of those three drives using the Windows Disk Partitioning utility (DISKPART.EXE):

C:\> select disk 2
C:\> Disk 2 selected.
C:\> create partition primary size=100
C:\> Partition created.
C:\> create partition primary size=100
C:\> Partition created.
C:\> create partition primary size=100
C:\> Partition created.
C:\> select disk 3
C:\> Disk 3 selected.
C:\> create partition primary size=100
C:\> Partition created.
Creating an ASM Instance Using DBCA In Windows NT

Now that I have completed preparing all my disks, I used Oracle 10g's Database Configuration Assistant (DBCA), the simplest method to create an ASM instance, since the specification of all ASM instance parameters and creation of the instance's ASM Disk Groups is quite intuitive. I invoked DBCA from a command prompt on my Windows NT server and followed these steps:

  • First, I chose the Create a Database option and clicked the Next button.
  • I selected General Purpose as the Database Type and clicked the Next button.
  • Next, I supplied values for the Global Database Name and clicked the Next button.
  • I then accepted all default values for the Management Options and clicked the Next button.
  • I supplied the same password for all database management accounts and clicked on Next.
  • At this point, I must decide to create the ASM instance. I did this by selecting the Automatic Storage Management (ASM) option , at which point I was presented with a screen for specification of the ASM instance's additional password .Note that I could also click on the ASM Parameters button to specify exactly which directories Oracle should search for candidates for ASM disks, but in this case, I decided to let Oracle find the disks on its own. I clicked on Next to let Oracle create the ASM instance.
  • Once the ASM instance had been created successfully, the screen in was presented. After I clicked on the Create New button, Oracle displayed the screen in to show all Windows NT partitions that were candidates for ASM disk group creation. I then selected the partitions desired, supplied a name for the ASM disk group (DGROUP1), and clicked the OK button to complete the ASM disk group creation.
  • Once the ASM disk groups were created, Oracle presented one last screen to confirm the disk group creation. At this point, even though it seems counter-intuitive, I clicked the Cancel button to complete the creation of the ASM instance, as there are no further steps required.

寻找ORACLE,LINUX学习伙伴!:【上一篇】
菜鸟如何在LINUX下装DB2:【下一篇】
【相关文章】
  • 寻找ORACLE,LINUX学习伙伴!
  • Oracle数据库中共享池的一些理解
  • oracle sqlplus脚本建库总结(原创)
  • LINUX & Oracle: How to config locale setting corre
  • Installing Oracle 9i on Red Hat Enterprise Linux
  • RedHat AS 4.0最新安装Oracle9204手记
  • 有关oracle返回记录集问题
  • [转载] RedHat AS 4.0最新安装Oracle9204手记
  • ASP连接ORACLE数据库(原创)
  • Oracle 分析函数的使用
  • 【随机文章】
  • 河南IBM总代理- -IBM xSeries 346 双核服务器热销!
  • Study Java Together
  • Delphi控件,我们也可以(1)
  • 在Authorware中压缩WAV声音文件
  • HOWTO--建立NAT(网络地址转换) server on freebsd 6.x
  • input的CSS样式,分别对应不同的type的写法
  • informix 安装说明
  • LOTUS世界报第32期2005
  • WSS3.0升级体验
  • GoSub在编译程序中速度变慢
  • 【相关评论】
    没有相关评论
    【发表评论】
    姓名:
    邮件:
    随机码*
    评论*
          
    |  首 页  |  版权声明  |  联系我们   |  网站地图  |
    CopyRight © 2004-2007 软讯网络 All Rigths Reserved.