⌘KCtrl+K 快速搜索

> 文章列表 / Page 225

2012-01-25

如何诊断ORA-125XX连接问题

以下这个Action Script是我收集的在解决ORA-125XX(如ORA-12560)这类网络链接故障时的一些思路,主要包括 现有的网络配置(client & server side)、监听日志、SQLNET Client trace等信息-- How to troubleshooting ORA-125** connection issues: # CH...
#POST 14 MIN READ
2012-01-24

Know more about RBA redo block address

A "Redo Block Address" (RBA) describes a physical location within a redo log file. An RBA consists of the following: Log sequence number Block number within log file Byte offset within block The struc...
#POST 4 MIN READ
2012-01-24

DUL Unloading a truncated table with incomplete backup

DUL Unloading a truncated table Situation A table was truncated, need to recover the data. The tablespace has three files, one datafile is missing from the backup and cannot be restored. DUL Backgroun...
#POST 5 MIN READ
2012-01-24

ORACLE DUL BLOCK INDEX

The Block Index feature, support for corrupted file systems and disk groups You can even unload a database that has no data files anymore. A block index is a way to unload from any corrupted file syst...
#POST 4 MIN READ
2012-01-24

ORACLE DUL and ASM

amdu Always good to know that starting from 11g amdu is included in the distribution. Amdu is the asm dump utility. Apart from dumping asm metadata it also has an -extract option to extract a file fro...
#POST 3 MIN READ
2012-01-24

MySQL无处不在

Mysql无处不在,Mysql is everywhere。 支持绝大多数的主流操作系统 , 包括:windows、MAC OS、Linux、solaris等。 支持大量的开发程序语言,包括: php、perl、python、ruby、java、C、C++、C# 等。
#POST 1 MIN READ
2012-01-24

LAMP Stack

LAMP STACK
#POST 1 MIN READ