- 最后登录
- 2014-7-8
- 在线时间
- 76 小时
- 威望
- 0
- 金钱
- 611
- 注册时间
- 2013-2-20
- 阅读权限
- 10
- 帖子
- 15
- 精华
- 0
- 积分
- 0
- UID
- 925
|
1#
发表于 2014-3-9 15:44:05
|
查看: 1909 |
回复: 1
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实例是以默认参数启动?不需要参数文件的? 那该怎样把目前的参数备份出来? 谢谢 |
|