iimax 发表于 2014-3-9 15:44:05

如何找到ASM的spfile

AIX 7.1
# su - grid
$ sqlplus / as sysdba

SQL*Plus: Release 11.2.0.3.0 Production on Sun Mar 9 15:33:12 2014

Copyright (c) 1982, 2011, Oracle.  All rights reserved.

Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
With the Automatic Storage Management option

SQL> show parameter spfile;

NAME                                 TYPE       VALUE
------------------------------------ ---------- ------------------------------
spfile                               string

单实例,用的ASM做存储,需要重建磁盘组为external dundancy,来备份spfile,发现不是以spfile启动,进入dbs目录,也没有看到有pfile
$ cd $ORACLE_HOME/dbs
$ ls
ab_+ASM.dat  hc_+ASM.dat  init.ora     orapw+ASM
$ ls -l init.ora
-rw-r--r--    1 grid     oinstall       2851 May 15 2009  init.ora

请问现在ASM实例是以默认参数启动?不需要参数文件的? 那该怎样把目前的参数备份出来? 谢谢

xifenfei 发表于 2014-3-9 16:52:33

参考:http://www.xifenfei.com/4071.html
页: [1]
查看完整版本: 如何找到ASM的spfile