zhouyi 发表于 2018-9-11 11:19:34

Oracle ASM错误之--ORA-15031、ORA-15014

$sqlplus / as sysdba  
SQL*Plus: Release 10.2.0.1.0 - Production on Thu Jul 24 11:28:52 2014
  
Copyright (c) 1982, 2005, Oracle.All rights reserved.
  
Connected to:
  
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production
  
With the Partitioning, OLAP and Data Mining options
  
SQL> create diskgroup datafile
  
2normal redundancy
  
3failgroup fg1 disk '/dev/rlv_data1'
  
4failgroup fg2 disk '/dev/rlv_data2';
  
create diskgroup datafile
  
*
  
ERROR at line 1:
  
ORA-15018: diskgroup cannot be created
  
ORA-15031: disk specification '/dev/rlv_data2' matches no disks
  
ORA-15014: location '/dev/rlv_data2' is not in the discovery set
  
ORA-15031: disk specification '/dev/rlv_data1' matches no disks
  
ORA-15014: location '/dev/rlv_data1' is not in the discovery set


页: [1]
查看完整版本: Oracle ASM错误之--ORA-15031、ORA-15014