Archive for 十一月, 2007

oracle体系结构(第2章) (笔记–在续)

星期天, 十一月 4th, 2007

首先概述一下oralce在windows和unix平台的差别

oracle在UNIX系统下是通过多个操作系统进程实现

oracle在windows下通过一个多线程的进程实现的

(全文…)

oracle编程艺术(第三章)—文件 (笔记)

星期天, 十一月 4th, 2007

(全文…)

ORACLE 系统特权

星期天, 十一月 4th, 2007

授予系统特权:

数据库: alter database ,alter system, audit system, audit any,
调试:debug connect session,debug any procedure
索引:create any index,alter any index,drop any index,
作业调度:create job,create any job,execute any program,execute any class,manage scheduler
过程: create procedure ,create any procedure,alter any procedure,drop any procedure execute any procedure

(全文…)

如何确定哪个表空间读写频繁?

星期天, 十一月 4th, 2007

select name,phyrds,phywrts,readtim,writetim
         from v$filestat a,v$dbfile b
         where a.file# = b.file#
         order by readtim desc

(全文…)

如何清除session 状态为sniped的会话

星期天, 十一月 4th, 2007

Problem Description
——————-
If “init.ora” resource_limit = true, and idle_time set in profile.

When idle_time exceeds, the session status becomes ’sniped’ in v$session,
but sniped sessions never get cleaned up.

Using ‘alter system kill session’ to kill the session, session status becomes
‘killed’ in v$session, but still is never cleaned up.
(全文…)

  • Development Log

    • ORACLE--QQ技术交流--47823366

      WWW www.oralife.cn