ORA-31532: cannot enable change source string ORACLE 报错 故障修复 远程处理
文档解释
ORA-31532: cannot ENABLE change Source string
Cause: The change source cannot be enabled when there is no change table created in any of the change sets associated with the change source.
Action: Add a change table to a change set before enabling the the change source.
ORA-31532错误表明更改源字符串无法启用。
官方解释
ORA-31532:更改源字符串无法启用
相关组件:GOLDENGATE
常见案例
当用户使用Goldengate模式将数据同步至远程系统时,会username/password for remote user ORDSYS时出现ORA-31532,在使用orapwd添加用户时报告ORA-1532
正常处理方法及步骤
1.查看dba_credentials表中是否存在用户的凭据,如果不存在,请添加相关凭据。
SQL> desc dba_credentials;
2.使用orapwd文件,添加要连接的用户。
orapwd file= entries= password= force=y
3.重新尝试使用goldengate报告错误的用户,查看是否已解决ORA-31532错误。
香港美国云服务器首选后浪云,2H2G首月10元开通。
后浪云(www.IDC.Net)提供简单好用,价格厚道的香港/美国云服务器和独立服务器。IDC+ISP+ICP资质。ARIN和APNIC会员。成熟技术团队15年行业经验。
版权声明:
作者:后浪云
链接:https://www.idc.net/help/39241/
文章版权归作者所有,未经允许请勿转载。
THE END