http://wenku.baidu.com/view/b08f3575f46527d3240ce061.html

http://wenku.baidu.com/view/a3419558be23482fb4da4c9e.html

http://www.cnblogs.com/ggjucheng/archive/2012/01/08/2316661.html

http://geosoft.no/development/javastyle.html

http://code.taobao.org/p/yule/src/trunk/

http://blog.csdn.net/javablogs/article/details/8849015

http://www.pudn.com/downloads107/doc/detail442147.html

https://github.com/UniversityofWarwick/j2ssh-fork

Shell in a box

http://stackoverflow.com/questions/7751843/formatting-output-of-queries-in-sqlplus

http://www.csdn.net/article/a/2011-01-18/290363

ftp://ftp.software.ibm.com/aix/tools/perftools/perfpmr

http://hougbin.iteye.com/blog/847033

http://www.oracle-base.com/dba/script.php?category=monitoring&file=sessions.sql

http://www.databasejournal.com/features/oracle/article.php/3375351/Watching-SQL-Execute-on-Oracle---Part-II.htm

http://www.oracle-wiki.net/startsqllistsqlstmtsessid

http://www.orasql.com/blog/archives/2013/03/25/97.htm

http://stackoverflow.com/questions/11414216/oracle-queries-executed-by-a-session

http://dba.stackexchange.com/questions/8828/how-do-you-show-sql-executing-on-an-oracle-database

http://chenjc-it.iteye.com/blog/1370986

http://docs.oracle.com/cd/B28359_01/server.111/b28320/dynviews_3016.htm

随机推荐

  1. 常量 - PHP手册笔记

    常量语法 常量在脚本执行期间其值不能改变.常量大小写敏感,传统上常量标识符总是大写.常量一旦定义就不能被重新定义或取消定义,常量的值只能是标量. 可以用define()函数来定义常量,也可以使用con ...

  2. SQL Server 对表的 12 种一般性操作

    01. 创建 create table Strings(ID int);    go 02. 为表添加列 alter table Strings    add String nvarchar(32); ...

  3. Mongo客户端

    http://www.linuxidc.com/Linux/2012-07/64233.htm http://www.oschina.net/p/rockmongo http://www.cnblog ...

  4. 处理编译错误"0" is an invalid value for the "DebugInformation" parameter of the "DCC"

    在编译“MustangpeakCommonLib-master.zip”时,遇到了这个问题.网上搜了一下: 处理编译错误"0" is an invalid value for the "DebugIn ...

  5. 在WPF中自定义你的绘制(二)

    原文:在WPF中自定义你的绘制(二)   在WPF中自定义你的绘制(二)                                                                 ...

  6. 【FSFA 读书笔记】Ch4 Volume Analysis & Cr 5 PC-based Partitions

    Volume Analysis 1. “卷”可以理解为从逻辑上对物理存储设备的重新编制,便于操作系统管理. (A volume is a collection of addressable secto ...

  7. myeclipse 2013 git

    1. 2.添加site http://download.eclipse.org/egit/updates-2.3 3.安装 完成后,查看windows->preference的team下面有gi ...

  8. Ext 怎么发ajax请求

    Ext3.3完整包 Ext3.3中文文档 数据表的结构是:数据表table  > 记录record > 字段 store的结构是:  Ext.data.Store > Ext.dat ...

  9. C#打印条码BarTender SDK打印之路和离开之路(web平凡之路)

    从来没想过自己会写一篇博客,鉴于这次从未知的探索到一个个难点的攻破再到顺利打印,很想记录这些点滴,让后人少走弯路. 下面走进正题. 需求:取数据库里的相应的字段数据,并生成条形码,可以批量.单条打印. ...

  10. 【巧妙】【3-21个人赛】Problem C 01串

    Problem C Time Limit : 3000/1000ms (Java/Other)   Memory Limit : 65535/32768K (Java/Other) Total Sub ...