当前位置:网站首页>Oracle Rac Cluster File Directory Migration
Oracle Rac Cluster File Directory Migration
2022-08-03 07:34:00 【two_rain】
1. Modify the spfile location in the rac environment
1. Log in from any instance of the cluster and view the spfile information
SQL> show parameter spfileNAME TYPE VALUE------------------------------------ ----------- ------------------spfile string +DATA/racdb/spfileracdb.ora'2. Recreate a new spfile
SQL> create pfile = '/home/oracle/pfile.ora' from spfile;File created.SQL> create spfile='+NEW_DATA' from pfile = '/home/oracle/pfile.ora';File created.3. View the spfile through the ASM command line and assign an alias.
ASMCMD> pwd+new_data/racdb/PARAMETERFILEASMCMD > lsspfileracdb.ora.267.1085996147ASMCMD> mkalias +new_data/racdb/PARAMETERFILE/spfileracdb.ora.267.1085996147 +NEW_DATA/racdb/spfileracdb.ora4. Modify and register a new spfile:
$ srvctl modify database -边栏推荐
猜你喜欢
随机推荐
贷中存量客户的价值挖掘与分类实现,试试这一重要的场景模型
Data warehouse buried point system and attribution practice
Shell脚本之一键安装mysql
信息学奥赛一本通T1447:靶形数独
数据库表结构文档 生成工具screw的使用
boot-SSE
分布式数据库数据一致性的原理、与技术实现方案
MySQL - 触发器
华为设备配置BFD单跳检测二层链路
volatile
spark中Repartition 和 Coalesce 区别
Embedding two implementations of the torch code
mysql or语句的优化
HCIP笔记整理 2022/7/18
mongodb的shell脚本
Spark 的架构与作业提交流程
torch.nn.modules.activation.ReLU is not a Module subclass
测试用例设计方法之因果图详解
用代码构建UI界面
【RT_Thread学习笔记】---以太网LAN8720A Lwip ping 通网络









