just do it
发布时间:2014-10-28 09:09:14
查看所有用户分区表及分区策略(1、2级分区表均包括):SELECT p.table_name AS 表名, decode(p.partitioning_key_count, 1, '主分区') AS 分区类型,p.partitioning_type AS 分区类型, p.column_name AS 分区键,decode(nvl(q.subpartitioning_key_count, 0), 0, '无子分区', 1, '子分区') AS 有无子分区,q.subpartition.........【阅读全文】
发布时间: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.........【阅读全文】
发布时间: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.........【阅读全文】
发布时间: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之后很难.........【阅读全文】