E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
Corruption
Oracle数据库恢复:归档日志损坏案例一则
链接:http://www.eygle.com/archives/2010/11/recover_archivelog_
corruption
.html 最近在紧急故障处理时,帮助用户恢复数据库遇到了一则罕见的归档日志损坏案例
izuoyan
·
2010-11-16 16:00
thread
oracle
linux
unix
一次堆破坏的调试经历
过程是这样的,在vcdebug的过程中,突然弹出了一个assert窗口: Windowshastriggeredabreakpointincs.exe.Thismaybeduetoa
corruption
oftheheap
kkk8000
·
2010-11-05 00:00
c
windows
测试
user
工具
output
Oracle数据块损坏恢复
今天在网上搜到这个地址:http://www.eygle.com/faq/Block_
corruption
.htm很好,很强大。
wangshengfeng1986211
·
2010-10-19 11:00
oracle
sql
File
table
System
events
CRT detected that application wrote memory after end of heap buffer.
在程序的开始处我申请了一块内存,中间对其进行了一些操作,在程序结束处,释放内存的时候,引起错误: HEAP
CORRUPTION
DETECTED:after Normal
·
2010-10-08 09:00
application
读书笔记
failing to do so could result in data
corruption
and other undesirable consequencesYou should avoid the
kill522
·
2010-09-30 09:00
bean
互联网
读书
performance
AIR
Heap
corruption
detected error
最近写程序忽然发现了一些错误,运行总是报Heap
corruption
detected. 断点单步发现总是在delete的时候出错。 以前也出现过,不过没啥注意,现在想留着是个大大的心病!
·
2010-09-27 14:00
error
ora-00600的2662错误
转自:http://950614.blog.51cto.com/940614/387906在ORA-006002262错误解决一文中,我曾经提到过,很多时候使用隐含参数_ALLOW_RESETLOGS_
CORRUPTION
ztz8652
·
2010-09-08 15:29
数据库
职场
休闲
ora-00600的2662错误
转自:http://950614.blog.51cto.com/940614/387906在ORA-006002262错误解决一文中,我曾经提到过,很多时候使用隐含参数_ALLOW_RESETLOGS_
CORRUPTION
ztz8652
·
2010-09-08 15:29
数据库
职场
休闲
ora-00600的2662错误
在ORA-006002262错误解决一文中,我曾经提到过,很多时候使用隐含参数_ALLOW_RESETLOGS_
CORRUPTION
后resetlogs打开数据库,我们可能会由于SCN不一致而遭遇到ORA
zhangningrui
·
2010-09-06 13:05
oracle
职场
休闲
ORA-00600
2662
ora-00600的2662错误
在ORA-006002262错误解决一文中,我曾经提到过,很多时候使用隐含参数_ALLOW_RESETLOGS_
CORRUPTION
后resetlogs打开数据库,我们可能会由于SCN不一致而遭遇到ORA
zhangningrui
·
2010-09-06 13:05
oracle
职场
休闲
ORA-00600
2662
Database Force open example
帮网友强制打开了一个没有备份的测试库,这个库没有备份也没有打开归档,因为之前也出现过active日志文件损毁,一直使用隐式参数才能正常打开:_allow_resetlogs_
corruption
=TRUE
maclean_007
·
2010-08-27 21:37
oracle
error
database
ora
ORA-00600
internal
Database Force open example
帮网友强制打开了一个没有备份的测试库,这个库没有备份也没有打开归档,因为之前也出现过active日志文件损毁,一直使用隐式参数才能正常打开:_allow_resetlogs_
corruption
=TRUE
maclean_007
·
2010-08-27 21:37
Oracle
database
error
Oracle恢复测试
用隐含参数_allow_resetlogs_
corruption
和重建undotablespace问题:某个现场做数据库恢复的时侯有一个问题:DB恢复需要这个归档日志文件1_33160.dbf,但是在备份中没有
kingkissking
·
2010-07-29 21:04
oracle
职场
休闲
恢复数据库
联机重做日志.Oracle
Oracle恢复测试
用隐含参数_allow_resetlogs_
corruption
和重建undotablespace问题:某个现场做数据库恢复的时侯有一个问题:DB恢复需要这个归档日志文件1_33160.dbf,但是在备份中没有
kingkissking
·
2010-07-29 21:04
oracle
职场
休闲
恢复数据库
联机重做日志.Oracle
诊断ORA-08103错误
ORA-08103问题的诊断最好是能生成8103错误的ERRORSTACKTRACE,在TRACE中会记录具体引发8103的对象的OBJ和OBJD,这便于我们定位可能存在
corruption
的对象。
maclean_007
·
2010-07-21 21:53
oracle
数据库
ORA-08103
定位错误:glibc detected :double free or
corruption
(!prev): 0x08a03b88
参考自: http://topic.csdn.net/u/20090812/15/43cae1c5-938d-4dac-a5f2-192f262d30f5.html 定位free/malloc的位置和参数,可以在对应的.cpp/.h文件中添加: #include <stdio.h> #include <stdlib.h>
socol
·
2010-06-21 17:00
html
.net
vc2005的诡异错误“Windows has triggered a breakpoint in .exe.”
2009-12-3015:00:13阅读113评论0字号:大中小问题描述:在调试模式下出现如下问题Windowshastriggeredabreakpointin.exe.Thismaybeduetoa
corruption
oftheheap
S.l.e!ep.¢%
·
2010-05-29 16:00
double free 内存问题
doublefree2008年06月02日星期一11:43***glibcdetected***free():invalidpointer:***glibcdetected***malloc():memory
corruption
needle2
·
2010-05-20 10:00
多线程
c
list
String
buffer
语言
double free 内存问题
doublefree2008年06月02日星期一11:43***glibcdetected***free():invalidpointer:***glibcdetected***malloc():memory
corruption
needle2
·
2010-05-20 10:00
string
buffer
多线程
list
语言
c
C/C++
关于jar
摘自CSDN用户 beyond_xiruo(
Corruption
Exception)发表的评论。
zsjzsj_2009
·
2010-05-15 11:00
jdk
C++
c
linux
windows
恢复损坏的InnoDB表格
http://www.mysqlperformanceblog.com/2008/07/04/recovering-innodb-table-
corruption
/ http://cgaolei.javaeye.com
mr_mablevi
·
2010-05-08 23:00
mysql
Debian
Google
table
Warnings
Duplicates
oracle 10015 trace name adjust_scn level level_num
1,将undo改变成手工管理的, 2,然后设置隐含参数 _ALLOW_RESETLOGS_
CORRUPTION
= TRUE 和 _corrupted_rollback_segments , 因为redo
libin123
·
2010-04-06 23:00
oracle
C++
c
C#
领域驱动设计和开发实战
这些著作讨论实体、值对象、服务等DDD的主要内容,或者谈论通用语言、界定的上下文(BoundedContext)和防护层(Anti-
Corruption
Layer)这些的概念
Sealyu
·
2010-03-29 08:00
一次Ora-600 4193的解决
www.eygle.com/archives/2005/12/oracle_howto_deal_with_ora600_4137_error.html 和 Bug 8240762 - Undo
corruption
s
guoyanxi
·
2010-03-11 10:00
html
oracle
sql
SQL Server Tacklebox Free eBook
monsterswaitingtostrikedowntheunsuspectingdatabasewitharesource-hungryquery,aninefficientdataload,orevenoutrightdata
corruption
.W
·
2010-01-12 23:00
sql
server
Diagnostic and Tuning Tools
DiagnosticandTuningTools 1、alertlogfile:DBA必须定期查看alertlog文件,主要关注的信息主要有:内部的errors(ORA-600)和block
corruption
errors
gdufo
·
2010-01-12 12:00
隐含参数_allow_resetlogs_
corruption
环境是:win98+orawin95;某天死机后,数据库打不开,现象如下: Oracle Server Manager Release 3.0.4.0.0 - Production (c) Copyright 1997, Oracle Corporation. All Rights Reserved. Oracle8 Personal Edition Release 8.0.4.0.0 - P
libin123
·
2010-01-12 01:00
oracle
C++
c
SQL Server
C#
gentoo下遇到masked by:
corruption
错误解决办法
http://bbs.linuxpk.com/thread-24610-1-2.htmlgentoo下遇到maskedby:
corruption
错误解决办法/usr/portage/local/layman
Soge
·
2009-12-06 23:00
Oracle数据块损坏恢复
今天在网上搜到这个地址: http://www.eygle.com/faq/Block_
corruption
.htm 很好,很强大。
freecrane
·
2009-09-25 15:00
oracle
sql
Windows Via C/C++ Part Ⅰ Chapter 2: 字符和字符串(3)
比如下面的代码://Thefollowingputs4charactersina3-characterbuffer,resultinginmemory
corruption
WCHARszBuffer[3]
xiewneqi
·
2009-08-16 22:00
windows
function
File
null
buffer
character
CRT detected that the application wrote to memory after after the end of heap buffer
在VS2005写完程序后,运行后弹出对话框显示:HEAP
CORRUPTION
DETECTED:CRTdetectedthattheapplicationwrotetomemoryafteraftertheendofheapbuffer
cedricporter
·
2009-08-12 23:00
application
delete
buffer
[c++]heap
corruption
detected
[c++]heap
corruption
detected最近在引用别人提供的一个类时,CSTI* ocsti = new CSTI();delete ocsti; //程序崩掉出现如下错误:经查找,发现这是典型的内存溢出错误
My C++
·
2009-08-05 16:00
恢复损坏的InnoDB表格
[email protected]
英文原文:http://www.mysqlperformanceblog.com/2008/07/04/recovering-innodb-table-
corruption
cgaolei
·
2009-06-20 21:00
sql
sql
mysql
搜索引擎
server
performance
_allow_resetlogs_
corruption
和_corrupted_rollback_segments
_allow_resetlogs_
corruption
和_corrupted_rollback_segments
inthirties
·
2009-06-18 14:00
领域驱动设计和开发实战
这些著作讨论实体、值对象、服务等DDD的主要内容,或者谈论通用语言、界定的上下文(BoundedContext)和防护层(Anti-
Corruption
Layer)这些的概念。
sunxboy
·
2009-06-05 13:00
设计模式
spring
应用服务器
敏捷开发
领域模型
领域驱动设计和开发实战
这些著作讨论实体、值对象、服务等DDD的主要内容,或者谈论通用语言、界定的上下文(BoundedContext)和防护层(Anti-
Corruption
Layer)这些的概念。
sunxboy
·
2009-06-05 13:00
设计模式
spring
应用服务器
敏捷开发
领域模型
领域驱动设计和开发实战
这些著作讨论实体、值对象、服务等DDD的主要内容,或者谈论通用语言、界定的上下文(BoundedContext)和防护层(Anti-
Corruption
Layer)这些的概念。
sunxboy
·
2009-06-05 13:00
设计模式
spring
应用服务器
敏捷开发
领域模型
领域驱动设计和开发实战
这些著作讨论实体、值对象、服务等DDD的主要内容,或者谈论通用语言、界定的上下文(BoundedContext)和防护层(Anti-
Corruption
Layer)这些的概念。
sunxboy
·
2009-06-05 13:00
设计模式
spring
应用服务器
敏捷开发
领域模型
领域驱动设计和开发实战
这些著作讨论实体、值对象、服务等DDD的主要内容,或者谈论通用语言、界定的上下文(BoundedContext)和防护层(Anti-
Corruption
Layer)这些的概念。
sunxboy
·
2009-06-05 13:00
设计模式
spring
应用服务器
敏捷开发
领域模型
领域驱动设计和开发实战
这些著作讨论实体、值对象、服务等DDD的主要内容,或者谈论通用语言、界定的上下文(BoundedContext)和防护层(Anti-
Corruption
Layer)这些的概念。
sunxboy
·
2009-06-05 13:00
设计模式
spring
应用服务器
敏捷开发
领域模型
领域驱动设计和开发实战
这些著作讨论实体、值对象、服务等DDD的主要内容,或者谈论通用语言、界定的上下文(BoundedContext)和防护层(Anti-
Corruption
Layer)这些的概念。
sunxboy
·
2009-06-05 13:00
设计模式
spring
应用服务器
敏捷开发
领域模型
领域驱动设计和开发实战
这些著作讨论实体、值对象、服务等DDD的主要内容,或者谈论通用语言、界定的上下文(BoundedContext)和防护层(Anti-
Corruption
Layer)这些的概念。本
wayfoon322
·
2009-04-17 09:00
DAO
spring
Hibernate
框架
测试
领域模型
领域驱动设计和开发实战
这些著作讨论实体、值对象、服务等DDD的主要内容,或者谈论通用语言、界定的上下文(BoundedContext)和防护层(Anti-
Corruption
Layer)这些的概念。本文
wayfoon
·
2009-04-17 09:00
设计模式
spring
应用服务器
敏捷开发
领域模型
领域驱动设计和开发实战
这些著作讨论实体、值对象、服务等DDD的主要内容,或者谈论通用语言、界定的上下文(BoundedContext)和防护层(Anti-
Corruption
Layer)这些的概念。本文
wayfoon
·
2009-04-17 09:00
设计模式
spring
应用服务器
敏捷开发
领域模型
Detect Stack
Corruption
Stack
corruption
bugissometimesdifficulttofixifwecan'tfindoutthestepstoreproduceit.Thecauseofthebugmaynotbesoobvious.Thebestthingistohavetheculpritrevealitselfassoonaspossible
rx_wen
·
2009-04-03 19:00
assembly
application
Random
compiler
structure
variables
Cisco SW show tech 相关的命令
showtechshowclockshowversionshowrunning-configshowstacksshowinterfacesshowcontrollersshowusershowfilesystemsshowflash:dirnvram:showdata-
corruption
showmemorystatisticsshowprocessmemoryshowprocesscpusho
cve225
·
2009-03-17 10:48
职场
休闲
Tech.ED
ORACLE10G 在 LINUX环境下日志损坏后修复并重新处理数据(TEST5实例)
00600 [2662]错误解决过程 数据库版本:7.3.2 背景: 客户那边数据库突然出现一个current日志文件坏了,导致数据库crash了,然后现场工程师使用_ALLOW_RESETLOGS_
CORRUPTION
txf2004
·
2009-02-19 10:00
oracle
应用服务器
linux
SQL Server
360
ORACLE10G 在 LINUX环境下日志损坏后修复并重新处理数据(TEST5实例)
ORA-00600[2662]错误解决过程数据库版本:7.3.2 背景:客户那边数据库突然出现一个current日志文件坏了,导致数据库crash了,然后现场工程师使用_ALLOW_RESETLOGS_
CORRUPTION
xuejiayue1105
·
2009-02-19 10:00
linux
Date
数据库
table
database
oracle10g
文章:领域驱动设计和开发实战
这些著作讨论实体、值对象、服务等DDD的主要内容,或者谈论通用语言、界定的上下文(BoundedContext)和防护层(Anti-
Corruption
Layer)这些的概念。
Srini Penchikala
·
2009-02-04 00:00
文章:领域驱动设计和开发实战
这些著作讨论实体、值对象、服务等DDD的主要内容,或者谈论通用语言、界定的上下文(BoundedContext)和防护层(Anti-
Corruption
Layer)这些的概念。
Srini Penchikala
·
2009-02-03 00:00
上一页
7
8
9
10
11
12
13
14
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他