Chinaunix首页 | 论坛 | 博客
  • 博客访问: 648477
  • 博文数量: 128
  • 博客积分: 265
  • 博客等级: 二等列兵
  • 技术积分: 1464
  • 用 户 组: 普通用户
  • 注册时间: 2011-09-27 20:44
个人简介

just do it

文章分类

全部博文(128)

文章存档

2023年(1)

2020年(1)

2019年(1)

2018年(3)

2017年(6)

2016年(17)

2015年(16)

2014年(39)

2013年(34)

2012年(10)

发布时间:2014-09-15 08:30:36

The M4000 XSCF firmware upgrade is performed in three steps. The first step – XCP import – involves copying the XSCF Control Package (XCP) previously downloaded to an arbitrary server to the target XSCF; i.e. the XSCF that will be upgraded. Note that copying the XCP to the XSCF does not actually.........【阅读全文】

阅读(2347) | 评论(0) | 转发(0)

发布时间:2014-09-11 17:35:42

1.从自动网络配置模式转换为手动配置模式验证NCPnetadm list  netadm enable -p ncp DefaultFixed  2.确认DefaultFixed模式可用netadm list  netadm: DefaultFixed NCP is enabled;  automatic network management is not available.  netadm list' is only supported when auto.........【阅读全文】

阅读(1175) | 评论(0) | 转发(0)

发布时间:2014-09-05 11:04:53

How To Find The Process Identifier (pid, spid) After The Corresponding Session Is Killed?使用alter system kill session ‘sid,serial#’命令杀会话的时候,其session只是被标记killed而已,而且还可以观察到v$session.paddr变化掉,而对应的v$process.addr却没有相应的更改,这就导致,在session被kill之后很难.........【阅读全文】

阅读(1454) | 评论(0) | 转发(0)

发布时间:2014-09-05 11:02:32

v$sessionSADDR: session addressSID: session identifier,常用于连接其它列。SERIAL#: sid 会重用,但是同一个sid被重用时,serial#会增加,不会重复。AUDSID: audit session id。可以通过audsid查询当前session的sid。select sid from v$session where audsid=userenv('sessionid');.........【阅读全文】

阅读(1282) | 评论(0) | 转发(0)

发布时间:2014-09-05 11:00:31

由于经常会将这几个概念搞混,现整理记录如下:SPID一一system process id,表示該server process在OS層面的Porcess ID ,即操作系统进程IDPID一一Oracle process id 可以理解為Oracle自己用的,Oracle进程IDSID一一SESSION标识,常用于连接其它列我們一般都用 V$process.spid 或 V$session.sid + V.........【阅读全文】

阅读(1314) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册