博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
ora-1031解决一例
阅读量:4632 次
发布时间:2019-06-09

本文共 531 字,大约阅读时间需要 1 分钟。

今天建立了一个测试环境,打算再次测试logical standby的建制。在建制物理standby时,发现archive log无法
传递到standby,手工可以。察看log,发现如下错误:

Errors in file c:\oracle\product\10.2.0\admin\it\bdump\it_arcp_2116.trc:

ORA-01031: insufficient privileges

PING[ARCp]: Heartbeat failed to connect to standby 'its'. Error is 1031.

权限问题?哦,standby没有生成密码文件。立刻生成密码文件.

SQL>shutdown database
SQL>connect sys as sysdba
SQL>startup mount
SQL>recover managed standby database disconnect from session;
很快,archive log传递过来了。呵呵!

转载于:https://www.cnblogs.com/helpdesk/archive/2008/06/18/1224991.html

你可能感兴趣的文章
关于c++预处理器错误(待续)
查看>>
清空进程间通信消息队列
查看>>
Marmoset Toolbag中的角色布光技巧 by Joe”EarthQuake”Wilson
查看>>
http://forum.jquery.com/topic/file-upload-ajaxsubmit-sends-response-to-wrong-window-in-ie
查看>>
php的文件下载
查看>>
easyui的增删改
查看>>
Sql Server数据库性能优化之索引
查看>>
【Android UI】 Shape详… 分类: ...
查看>>
MFC 屏幕截图(libjpeg bmp转jpg)
查看>>
jQuery中 wrap() wrapAll() 与 wrapInner()的区别
查看>>
第二阶段冲刺第二天
查看>>
JS字符串转换成json对象。。。。
查看>>
yaml语法三大规则
查看>>
【HANA系列】SAP HANA的特点总结
查看>>
修改选中文字的背景色
查看>>
【CodeForces - 546C】Soldier and Cards (vector或队列)
查看>>
Ubuntu 18.04 初始化(server版本 )
查看>>
【BZOJ-1449&2895】球队收益&球队预算 最小费用最大流
查看>>
TCP与UDP
查看>>
FolderSync :The various features and how to use them
查看>>