- 最后登录
- 2023-8-16
- 在线时间
- 1686 小时
- 威望
- 2135
- 金钱
- 50532
- 注册时间
- 2011-10-12
- 阅读权限
- 200
- 帖子
- 5207
- 精华
- 39
- 积分
- 2135
- UID
- 2
|
7#
发表于 2012-1-12 19:08:01
as we say:- [oracle@vrh2 ~]$ srvctl config database -d VPROD
- Database unique name: VPROD
- Database name: VPROD
- Oracle home: /s01/orabase/product/11.2.0/dbhome_1
- Oracle user: oracle
- Spfile: +DATA/VPROD/spfileVPROD.ora
- Domain:
- Start options: open
- Stop options: immediate
- Database role: PRIMARY
- Management policy: AUTOMATIC
- Server pools: VPROD
- Database instances: VPROD1,VPROD2
- Disk Groups: DATA
- Mount point paths:
- Services:
- Type: RAC
- Database is administrator managed
- [oracle@vrh2 ~]$ srvctl modify database -d VPROD -p $ORACLE_HOME/dbs/spfileVPROD2.ora
- [oracle@vrh2 ~]$ srvctl config database -d VPROD
- Database unique name: VPROD
- Database name: VPROD
- Oracle home: /s01/orabase/product/11.2.0/dbhome_1
- Oracle user: oracle
- Spfile: /s01/orabase/product/11.2.0/dbhome_1/dbs/spfileVPROD2.ora
- Domain:
- Start options: open
- Stop options: immediate
- Database role: PRIMARY
- Management policy: AUTOMATIC
- Server pools: VPROD
- Database instances: VPROD1,VPROD2
- Disk Groups: DATA
- Mount point paths:
- Services:
- Type: RAC
- Database is administrator managed
- [oracle@vrh2 ~]$ srvctl modify database -d VPROD -p "+DATA/VPROD/spfileVPROD.ora"
- [oracle@vrh2 ~]$ srvctl config database -d VPROD
- Database unique name: VPROD
- Database name: VPROD
- Oracle home: /s01/orabase/product/11.2.0/dbhome_1
- Oracle user: oracle
- Spfile: +DATA/VPROD/spfileVPROD.ora
- Domain:
- Start options: open
- Stop options: immediate
- Database role: PRIMARY
- Management policy: AUTOMATIC
- Server pools: VPROD
- Database instances: VPROD1,VPROD2
- Disk Groups: DATA
- Mount point paths:
- Services:
- Type: RAC
- Database is administrator managed
复制代码 |
|