aiaiDBA

加微信获取免费职业规划+学习资料,了解年薪50万的DBA是如何练成的

13718043309

010-86462881

ORA-28519: no heterogeneous data dictionary translations available

ORA-28519: no heterogeneous data dictionary translations available
Cause: The ORACLE server's data dictionary did not define data dictionary translations for the connected non-Oracle system, and automatic self-registration (data dictionary upload) was disabled.
Action: Ask a DBA to resolve this problem. The easiest solution is to enable automatic self-registration by setting the ORACLE server's HS_AUTO_REGISTER initialization parameter to TRUE. An alternative is to load the Heterogeneous Services data dictionary with information specific for the non-Oracle system by executing a SQL script supplied by the agent vendor. If the script is run and the error persists, contact the customer support representative of the agent vendor.

请先 登录 后评论

1 个回答

小智
ORA-28519:没有异构数据字典翻译可用,
.原因: ORACLE服务器的数据字典未定义连接的非Oracle系统的数据字典翻译,并且已禁用自动自我注册(数据字典上传)。,
.操作:请DBA解决此问题。最简单的解决方案是通过将ORACLE服务器的HS_AUTO_REGISTER初始化参数设置为TRUE来启用自动自注册。另一种方法是通过执行代理供应商提供的SQL脚本,加载异构服务数据字典中特定于非Oracle系统的信息。如果运行脚本并且错误仍然存??在,请与代理供应商的客户支持代表联系。,
.
请先 登录 后评论