create oracle asm on the windows platform-凯发app官方网站

凯发app官方网站-凯发k8官网下载客户端中心 | | 凯发app官方网站-凯发k8官网下载客户端中心
  • 博客访问: 3977063
  • 博文数量: 536
  • 博客积分: 10470
  • 博客等级: 上将
  • 技术积分: 4825
  • 用 户 组: 普通用户
  • 注册时间: 2006-05-26 14:08
文章分类

全部博文(536)

文章存档

2024年(3)

2021年(1)

2019年(1)

2017年(1)

2016年(2)

2013年(2)

2012年(10)

2011年(43)

2010年(10)

2009年(17)

2008年(121)

2007年(252)

2006年(73)

相关博文
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·

分类: oracle

2009-09-22 10:52:30

how to use files in place of real disk devices for asm - (windows)

by jeff hunter, sr. database administrator


contents




  for a detailed article on configuring asm, see my article: "".
  1. 
    
  2. 
    
  3. 
    
  4. here is the perl script:

    createtextfiles.pl
    my $s='0' x 2**20;

    open(df1,">c:/asmdisks/_file_disk1") || die "cannot create file - $!\n";
    open(df2,">c:/asmdisks/_file_disk2") || die "cannot create file - $!\n";
    open(df3,">c:/asmdisks/_file_disk3") || die "cannot create file - $!\n";
    open(df4,">c:/asmdisks/_file_disk4") || die "cannot create file - $!\n";

    for (my $i=1; $i<100; $i ) {
    print df1 $s;
    print df2 $s;
    print df3 $s;
    print df4 $s;
    }

    exit

    now, run the perl script using your favorite perl interpreter:

    c:\oracle\product\10.1.0\db_1\perl\5.6.1\bin\mswin32-x86\perl createtextfiles.pl




  the following assumes you have the initialization parameter asm_diskstring set properly for the asm instance. for the purpose of this example, my asm_diskstring parameter is set as follows:
*.asm_diskstring='c:\asmdisks\_file*'





阅读(3070) | 评论(0) | 转发(0) |
0

上一篇:move asm file

下一篇:asm in oracle 10g

给主人留下些什么吧!~~
")); function link(t){ var href= $(t).attr('href'); href ="?url=" encodeuricomponent(location.href); $(t).attr('href',href); //setcookie("returnouturl", location.href, 60, "/"); }
网站地图