首页 > 其他 > 详细

ORA-28056 错误

时间:2014-03-07 17:04:06      阅读:443      评论:0      收藏:0      [点我收藏+]

作者: x
发表于:2014.03.6 14:17
分类: Oracle 故障排除

助人为乐,排忧解难

C:\Users\Administrator>sqlplus / as sysdba

C:\Users\Administrator>sqlplus / as sysdba

SQL*Plus: Release 11.1.0.6.0 - Production on 星期四 3月 6 14:19:21 2014

Copyright (c) 1982, 2007, Oracle.  All rights reserved.

ERROR: ORA-28056: Writing audit records to Windows Event Log failed

ERROR: ORA-28056: Writing audit records to Windows Event Log failed

请输入用户名: system

输入口令:

ERROR: ORA-01034: ORACLE not available

ORA-27101: shared memory realm does not exist 进程 ID: 0 会话 ID: 0 序列号: 0

解决办法:

网上查看相关错误信息,解决办法是清理事件查看器(运行->输入”eventvwr”)里的应用程序下的记录,然后就可以正常登陆。

C:\Users\Administrator>sqlplus / as sysdba

SQL*Plus: Release 11.1.0.6.0 - Production on 星期四 3月 6 14:21:26 2014

Copyright (c) 1982, 2007, Oracle.  All rights reserved.

已连接到空闲例程。

SQL> startup ORACLE 例程已经启动。

Total System Global Area 1071333376 bytes

Fixed Size                  1334380 bytes

Variable Size             377488276 bytes

Database Buffers          687865856 bytes

Redo Buffers                4644864 bytes

数据库装载完毕。

数据库已经打开。

SQL> select count(*) from cat;

  COUNT(*) ----------       4435

SQL>

ORA-28056 错误,布布扣,bubuko.com

ORA-28056 错误

原文:http://www.cnblogs.com/yuandq580/p/3584472.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!