当前位置:网站首页>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.ora
4. Modify and register a new spfile:
$ srvctl modify database -
边栏推荐
猜你喜欢
随机推荐
【图像去噪】基于matlab稀疏表示KSVD图像去噪【含Matlab源码 2016期】
Detailed explanation of cause and effect diagram of test case design method
Embedding two implementations of the torch code
Oracle Rac 集群文件目录迁移
戳Web3的神话?戳到铁板。
Multi-Head-Attention principle and code implementation
【C语言】函数栈帧的创建和销毁详解
阿里云-武林头条-建站小能手争霸赛
el-table gets the data attribute of a row in the read data table
重量级大咖来袭:阿里云生命科学与智能计算峰会精彩内容剧透
El - tree set using setCheckedNodessetCheckedKeys default check nodes, and a new check through setChecked specified node
MySQL日期和时间戳的转换
Nacos下载与安装
商业智能BI业务分析思维:供应链分析 – 如何控制牛鞭效应(二)
DAC、ADC、FFT使用总结
Sqoop 导入导出 Null 存储一致性问题
【卫朋】硬件创业:营销与开发同行
QT信号与槽
6.nodejs--promise、async-await
Shell脚本之一键安装mysql