ORACLE
wanglixue2012
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
11g新特性:X$DBGALERTEXT一个很酷的内部视图
http://www.oracledatabase12g.com/archives/11g%e6%96%b0%e7%89%b9%e6%80%a7xdbgalertext%e4%b8%80%e4%b8%aa%e5%be%88%e9%85%b7%e7%9a%84%e5%86%85%e9%83%a8%e8%a7%86%e5%9b%be.html转载 2012-01-08 13:19:33 · 473 阅读 · 0 评论 -
等待事件之查询方法 v$system_wait_class
select * from v$system_wait_class order by time_waited WAIT_CLASS_ID WAIT_CLASS# WAIT_CLASS TOTAL_WAITS TIME_WAITED TOTAL_WAITS_FG TIME_WAITED_原创 2012-01-28 20:59:34 · 2325 阅读 · 0 评论 -
Tuning the Operating System 之二
将SGA锁入内存,减少因为换页引发的性能瓶颈 SQL> show parameter lock_sga; NAME TYPE ------------------------------------ -------------------------------- VALUE -----------------------原创 2012-02-11 15:43:55 · 510 阅读 · 0 评论 -
LOCK管理 v$session v$transaction v$lock
SQL> select sid,serial#,username from v$session; SID SERIAL# USERNAME ---------- ---------- ------------------------------ 13 15682 DLSCDB 18 24454 DLSCDB原创 2012-02-11 20:54:26 · 3183 阅读 · 0 评论 -
ORA-04031: unable to allocate 4096 bytes of shared memory
解决方案一、alter system flush shared_pool 解决方案二、 1、首先看shared_pool的两个参数设置 SQL> show parameter shared_pool; NAME TYPE VALUE ------------------------------------ --原创 2012-02-12 17:37:30 · 4866 阅读 · 0 评论 -
shared pool的优化
点击打开链接转载 2012-02-12 19:54:11 · 444 阅读 · 0 评论 -
活学或用 index_stats
select what,height,lf_blks,br_blks,btree_space,opt_cmpr_count,opt_cmpr_pctsave from idx_stat;原创 2012-02-29 13:16:41 · 809 阅读 · 0 评论 -
惊人发现了一个移动表的超级方法 move table
move table 比 exp/imp 和 create table xxx as select * from x; 1、Privileges and constraints to be kept 2、The table strcture to be changed 3、Movement to another tablespace 4、The command to be parallel原创 2012-02-29 09:10:29 · 1826 阅读 · 2 评论 -
oracle read rewrite 功能概述
alter session set query_rewrite_enabled = true; alter session set query_rewrite_integrity = enforced; create create materialized view my_all_objects_aggs build immediate refresh on commit enable原创 2012-02-21 21:28:21 · 811 阅读 · 2 评论 -
RAC之LMS的来世今生
http://www.eygle.com/archives/2008/06/oracle_lms_process.html转载 2012-02-29 21:46:03 · 531 阅读 · 0 评论 -
linux也可以这样查看IP信息
[root@rac1 ~]# ip ad sh 1: lo: mtu 16436 qdisc noqueue link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo inet6 ::1/128 scope host valid_lf原创 2012-01-27 18:39:31 · 659 阅读 · 0 评论 -
ASMLIB下载链接
http://www.oracle.com/technetwork/server-storage/linux/downloads/rhel5-084877.html原创 2012-01-24 23:47:26 · 1013 阅读 · 0 评论 -
RAC学习笔记(RAC维护工具集) olsnodes -p -i 命令不好用
olsnodes -p -i 命令不好用原创 2012-01-27 17:48:39 · 962 阅读 · 0 评论 -
SQL语句格式化时间字段
SQL> alter session set nls_date_format = 'yyyy-mm-dd hh24:mi:ss'; Session altered. SQL> / Session altered. SQL> select sid,username,sql_exec_start,sql_exec_id from v$session where sql_exec_id is n原创 2012-01-28 21:17:08 · 2185 阅读 · 0 评论 -
oracle用户解锁
alter user scott account unlock;原创 2012-01-28 21:40:17 · 420 阅读 · 0 评论 -
v$event_histogram柱状图分析
select event,wait_time_milli,wait_count from v$event_histogram where event = 'latch: shared pool'; SQL> / EVENT WAIT_TIME_MILLI WAIT_COUNT ------------------------- --------原创 2012-01-28 23:06:33 · 1121 阅读 · 0 评论 -
oracle11g Real Time SQL Monitoring
两种方法监控SQL执行情况 1、v$session_longops记录某个操作执行时间超过6秒 2、v$SQL_MONITOR或者package DBMS_MONITOR来主动对SQL执行监控部署 该功能具备三个条件即可 A) SQL> show parameter statistics_level NAME原创 2012-01-28 23:41:59 · 550 阅读 · 0 评论 -
Using the Oracle ASM Cluster File System (Oracle ACFS) on Linux
http://www.rampant-books.com/t_hunter_using_oracle_acfs_on_linux_part1.htm转载 2012-01-25 17:48:37 · 424 阅读 · 0 评论 -
Oracle Database 11g Release 2 RAC On Linux Using VMware Server 2
http://www.oracle-base.com/articles/11g/OracleDB11gR2RACInstallationOnOEL5UsingVMwareServer2.php原创 2012-01-25 22:40:17 · 467 阅读 · 0 评论 -
Oracle Database 11g Release 2 RAC On Linux Using VirtualBox
http://www.oracle-base.com/articles/11g/OracleDB11gR2RACInstallationOnOEL5UsingVirtualBox.php转载 2012-01-25 22:41:08 · 582 阅读 · 0 评论 -
RAC维护工具集 oifcfg getif
root@SHYQ-PS-MV-SV03-CDMPDB1:/#oifcfg getif -global en0 172.16.14.0 global public en3 1.1.14.0 global cluster_interconnect root@SHYQ-PS-MV-SV03-CDMPDB1:/# 这个命令在11g中似乎变样了 root@SHYQ-PS-M原创 2012-01-27 18:21:10 · 1351 阅读 · 0 评论 -
VMware(VMware-server-installer-1.0.5-80187)模拟RAC使用的共享存储
在创建磁盘完毕后,修改VMWARE配置文件,添加如下两行数据,来修改磁盘属性 disk.locking="FALSE" scsi1:1.shared = "TRUE" config.version = "8" virtualHW.version = "4" disk.locking="FALSE" scsi0.present = "TRUE" scsi0.virtua原创 2012-01-24 21:56:28 · 803 阅读 · 0 评论 -
共享池的SUB POOL技术以及ORA-0301
http://www.oraclefans.cn/blog/showblog.jsp?rootid=38451转载 2012-03-04 14:08:10 · 676 阅读 · 0 评论
分享