`
dbaspider
  • 浏览: 256395 次
  • 性别: Icon_minigender_1
  • 来自: 南京
社区版块
存档分类
最新评论
文章列表
AAR(After Action Review) 也叫任务后检视方法 AAR最早是美国陆军所进行的一项任务后的检视方法。美国陆军把AAR定义为:「对一事件的专业性讨论,着重于表现标准,使参加者自行发现发生了什么、为何发生、及如何维持优点,并改进缺点。」对美国陆军来说,使用这种方法的好处是当新的理解被产生时,可以马上响应到行动上,他们使用AAR解决了许多问题。美国陆军使用AAR的成功因素包括:结构化、有目地的对谈;打破层级的藩篱;能迅速反映至行动中;将学习的成果记录下来等。 一般用来对过程的改进及总结等,通常是结构化的4部曲: 我们原先期望发生什么?(目标) 、实际上发生了什么?(实际)、为 ...
临时禁止外键: alter table EMP modify constraint FK_DEPTNO disable; 查询依赖某个表上主键的所有外键: select *   from user_constraints t where t.constraint_type = 'R'    and t.r_constraint_name in        (select p.constraint_name           from user_constraints p          where p.constraint_type = 'P'            and p.tab ...
紧急情况下,可以用下面shell命令把所有的客户端连接进程杀掉: ps -ef|grep 'LOCAL=NO'|grep $ORACLE_SID |grep -v grep|awk '{print $2}'|xargs -i kill -9 {} 例如: ps -ef|grep 'LOCAL=NO'|grep xxxxxxxxxxx |grep -v grep|awk '{print $2}'|xargs -i kill -9 {} 杀死僵尸进程: ps -ef|grep defunct|grep oracle|grep -v grep|awk '{print $2}'|xargs -i ...
April 14, 2015 Oracle Critical Patch Update for April 2015 Dear Oracle Customer, The Critical Patch Update for April 2015 was released on April 14th, 2015. Oracle strongly recommends applying the patches as soon as possible. The Critical Patch Update Advisory is the starting point for relevant inf ...
ZSUN WIFI U disk -- 无线U盘 Jet Drive SSD for MAC -- MAC笔记本硬盘扩容 Intel Compute Stick: 袖珍PC电脑

网站分类

新闻类:新浪、搜狐、网易、腾讯、 科技类:瘾科技 TechWeb ... 论坛类:天涯、猫扑、铁血 ... 社交类: 开心网、QQ 公司类:小米、魅族 购物类:当当、京东、亚马逊、苏宁、淘宝、 比特币:okcoin / 186 to do ...

VC++ 6.0 SP

    博客分类:
  • VC++
http://support.microsoft.com/kb/194022/zh-cn http://support2.microsoft.com/kb/280367/zh-cn http://support.microsoft.com/kb/194295/zh-cn http://support.microsoft.com/kb/834001/zh-cn http://support2.microsoft.com/kb/280367/zh-cn http://blog.csdn.net/autumn20080101/article/details/7519979 http://b ...
不带 HDMI 接口的第1代 Xbox 360 主板代号 Xenon(氙气),CPU、GPU 采用90nm制造,05年上市。 带 HDMI 接口的第2代 Xbox 360 主板代号 Zephyr(和风),CPU、GPU 采用90nm制造,07年初上市。 带 HDMI 接口的第3代 Xbox 360 主板代号 Falcon(猎鹰),CPU 采用65nm 制造、GPU 采用90nm制造,07年10月已经上市。 带 HDMI 接口的第4代 Xbox360 主板代号 Jasper (碧玉),CPU 采用65nm制造,GPU 采用65nm制造。 http://bbs.a9vg.com/th ...

Oracle SQLs

SELECT SYS_CONTEXT ('USERENV', 'IP_ADDRESS')  FROM DUAL; declare   /* */ begin   dbms_auto_task_admin.DISABLE('auto optimizer stats collection', null, null); end; / begin   DBMS_AUTO_TASK_ADMIN.disable( client_name => 'auto optimizer stats collection', operation => NULL, window_name => ...
当要删除的文件太多时,rm -f *.xxx 会因文件太多而溢出无法执行。 用下面命令不会溢出: find . -name "*.trc" -exec rm -f {} \; find . -name "*.trm" -exec rm -f {} \;
http://www.rgagnon.com/javadetails/java-0544.html The first 4 bytes are a magic number, 0xCAFEBABe, to identify a valid class file then the next 2 bytes identify the class format version (major and minor). Possible major/minor value : major  minor Java platform version 45       3           1.0 45  ...

HSQLDB 介绍

HSQLDB HSQL使用 java 语言编写的免费数据库,相对其他数据库,体积很小,是一个非常轻量级的数据库。不需要安装,而且支持嵌套查询和Indentity主键。 下面结合在程序中使用,对 HSQL 作个简要的介绍和使用。 一 简介 HSQL 主要分为 Server,Standlone,Memory-On ,web服务模式四种方式。 (1) Memory-Only Databases  不做持久化,无密码,不允许远程访问。 url = jdbc:hsqldb:em:dataname  该模式不保存数据到硬盘上,只是在内存中作数据交换,应用程序退出后则数据被销毁,启动方 ...
find /home -size +512k 查大于512k的文件 find / -size +100000k 查大于100m的文件 find -exec 命令很好用  -exec command ;                Execute command; true if 0 status is returned.   All   following   arguments   to find are taken to be arguments to the command until an   argument   consisting of #;' is encounte ...
cat /proc/sys/vm/pagecache /etc/sysctl.conf grep SwapTotal /proc/meminfo cat /proc/sys/fs/file-max cat /proc/sys/fs/file-nr ethtool eth0 rpm -q libaio libaio-devel ldd $ORACLE_HOME/bin/oracle | grep libaio nm $ORACLE_HOME/bin/oracle | grep io_getevent # /etc/sysctl.conf file kernel.shmall = ...

ORACLE 锁监控SQL

SELECT a.sid||decode(request,0,'(holder)','(waiter)'||':blocked by:'||blocking_session) sess_id , lmode, request, a.type, c.object_name, decode(row_wait_obj#,-1,'Holder of Lock !!!', dbms_rowid.rowid_create(1,row_wait_obj#,row_wait_file#,row_wait_block#,row_wait_row#)) row_id, nvl(SQL_FULLTEXT,'Hold ...
Global site tag (gtag.js) - Google Analytics