oerr ora 29760
29760, 00000, "instance_number parameter not specified"
// *Cause: The init.ora file did not contain a value for the instance_number
// which is required to identify this instance to other instances of
// the database running on the same cluster
// *Action: Assign a value to the instance_number parameter in the init.ora
// parameter file
create pfile='/tmp/test.ora' from spfile;
cat /tmp/test.ora'
查看发现缺少实例2得信息
https://www.cnblogs.com/shaozi/p/8344031.html
本文介绍了解决Oracle数据库中因init.ora文件未指定instance_number参数而导致的问题的方法。通过为该参数分配合适的值,可以确保数据库实例在集群环境中正确标识。
1937

被折叠的 条评论
为什么被折叠?



