【YashanDB知识库】YAS-02605 the current instance is not master role

简介: 【YashanDB知识库】YAS-02605 the current instance is not master role

本文内容来自YashanDB官网,原文内容请见 https://www.yashandb.com/newsinfo/7849018.html?templateId=171...

【标题】错误码处理

【问题分类】恢复YAC数据库报错

【关键字】YAS-02605

【问题描述】在共享集群架构数据库上实施恢复,触发报错

【问题原因分析】执行恢复的节点不是master节点。

【解决/规避方法】

执行以下sql,确定master role:

select INST_ID,HOST_NAME,INSTANCE_ROLE from gv$instance;
示例输出类似:

在master role上执行恢复,如果数据库备份与master role不在同一节点,则关闭其他节点,使得本节点成为新的master role。

相关文章
|
1月前
|
SQL 数据库
【YashanDB 知识库】YAS-02605 the current instance is not master role
【YashanDB 知识库】YAS-02605 the current instance is not master role
|
29天前
|
SQL 数据库
【YashanDB知识库】YAS-02605 the current instance is not master role
【YashanDB知识库】在共享集群架构数据库上实施恢复,触发报错
|
Oracle 安全 关系型数据库
su - oracle报错su: cannot set user id: Resource temporarily unavailable
今天上线服务器连接数较多,我们知道ORACLE是多进程数据库,那么一个session 往往对应了一个OS的process,今天使用root进行切换的时候居然报错。 在测试上模拟再现 [root@testmy proc]# su - oracle su: can...
1929 0
|
1月前
|
数据库
【YashanDB知识库】YAS-00004 feature "create user" has not been implemented yet
【YashanDB知识库】YAS-00004 feature "create user" has not been implemented yet
|
1月前
|
数据库
【YashanDB知识库】YAS-02507 base incremental backup set does not exist
【YashanDB知识库】YAS-02507 base incremental backup set does not exist
|
NoSQL MongoDB
解决 :MongoDB couldn‘t add user: not authorized on ‘your db‘ to execute command
解决 :MongoDB couldn‘t add user: not authorized on ‘your db‘ to execute command
593 0
|
2月前
|
安全 网络安全 数据库
【YashanDB 知识库】单机部署报错:prohibited operation, please check if the IP and username are correct
在部署过程中,第1步install成功,但第2步deploy时出现“prohibited operation”错误。原因是主机配置文件(hosts.toml)中的SSH登录IP非本机地址,崖山数据库部署禁止远程操作。解决方法:将SSH登录IP改为本地IP及端口。
|
1月前
|
安全 网络安全 数据库
【YashanDB知识库】单机部署报错:prohibited operation, please check if the IP and username are correct
【YashanDB知识库】单机部署报错:prohibited operation, please check if the IP and username are correct
|
关系型数据库 MySQL 数据安全/隐私保护
MySQL:ERROR 1819 (HY000): Your password does not satisfy the current policy requirements
MySQL:ERROR 1819 (HY000): Your password does not satisfy the current policy requirements
180 0