ASM configuration [message #386926] |
Tue, 17 February 2009 05:20 |
balaji1482
Messages: 312 Registered: July 2007 Location: INDIA
|
Senior Member |
|
|
Hi all,
I followed the below steps to configure ASM on oracle 10 on windows,but at the end it returned no rows.
Your inputs will be appreciated.
Steps to configure ASM on windows:
1.ASMTOOL -CREATE D:\ASM\ORACLDISK1 50M
2.CREATE PFILE='path' FROM SPFILE;
3.ORADIM -NEW -ASMSID +ASM -STARTMODE AUTO
4.set oracle_sid=+asm
5.sqlplus / as sysdba
6.SQL> startup nomount pfile='path'
SQL> select path,mount_status from v$asm_disk;
no rows selected
Regards,
Balaji
|
|
|