- 博客(67)
- 收藏
- 关注
转载 Opatch Fails to Replace libjox*.a While Applying One Off Patch on AIX Platform
Applies to: Oracle Server - Enterprise Edition - Version: 9.2.0.2 to 10.2.0.4IBM AIX Based Systems (64-bit)Oracle ...
2010-01-26 17:40:11
178
转载 How to download and install opatch
Applies to: Oracle Server - Enterprise Edition - Version: 9.2.0.1 to 11.1.0.6Information in this document applies ...
2010-01-26 17:39:01
208
转载 ORA-01114: IO error writing block to file
今天同事在qq上问我,怎么查找一个block属于哪个file,感觉很奇怪,就让他把报错信息发出来。ORA-01114: IO error writing block to file 1001 (block # 1397385...
2010-01-22 19:01:16
660
转载 RMAN and Split Mirror Disk Backups [ID 302615.1]
对于数据库采用第三方软件备份的技术,使用rman备份需要注意的东西如下metalink文档"Checked for relevance on 28-Jun-2009"PURPOSE-------Instruction usi...
2009-12-01 20:24:57
205
转载 分析表时引发的一个ora-600 [qkssao2s1]
SQL> create table test as select * from dba_objects;Table createdSQL> create index test_object_id on tes...
2009-10-09 11:24:28
154
转载 导出用户下的所有表
当然,最简单的就是使用pl/sql,选择表,然后导出。但是也有变态的,想导出某用户下的所有表,其他的(package、procedure、trigger,trigger)不导出,则需要把表明一一列出。现在才发现10g有这...
2009-09-25 10:33:45
145
转载 How the CBO Transforms ORs into Compound Queries
If a query contains a WHERE clause with multiple conditions combined with OR operators, then the optimizer transfo...
2009-09-24 14:20:10
97
转载 oracle的like
SQL> create table test as select * from dba_objects;Table createdSQL> create index object_id on ...
2009-09-24 11:46:32
125
转载 like为什么会这样?
生成表的代码CODE:SQL> create table test as select * from dba_objects;Table createdSQL> insert into test select *...
2009-09-15 15:34:01
99
转载 一个参数引发的血案
新来公司,查看公司以前的故障文档,发现了这么一条:oracle原厂的人对生产库进行了参数调整,其中有一个参数为_no_or_expansion,默认值为false,被他们改成true。这条参数的作用是,在where条件后,本来是...
2009-07-22 15:00:58
166
转载 Log buffer issues in 10g
原文地址:http://yumianfeilong.com/html/2009/04/08/340.html(转自玉面飞龙的博客)Oracle10g中的redo log buffer大小不是由参数文件initSID.ora中...
2009-06-24 19:50:22
88
转载 in 与 exists
再次温习了一遍in和exists压力测试拿个东西,说执行计划很怪(主要是cost 怪)SQL> explain plan for ( 2 2 SELECT * 3 FROM lpgrpedoritem p...
2009-06-24 19:38:48
132
转载 exp does not support binary_float or binary_double
SQL> select * from v$version;BANNER----------------------------------------------------------------Oracle Datab...
2009-04-12 11:33:00
352
转载 ORA-01775与ORA-00942
在系统易用中,经常使用synonym,以便于管理或者权限控制。因此会经常遇到ORA-01775: 同义词的循环链oracle的解释是这样的:ORA-01775: looping chain of synonyms Cause: ...
2009-04-12 11:32:20
303
转载 expdp 的奇怪问题
现在环境为生产的前一天数据同步环境,开发人员误删数据,想恢复几张表,于是用用户导入相关表impdp slisdata/**** directory=TEST_DIR dumpfile=slisdataDP_20090406.dm...
2009-04-12 11:31:42
184
转载 在线重定义表
oracle 9i提供了dbms_redefinition包来实现数据库的表的在线重定义功能。在实际的应用上,我们可以利用这个包来进行:(1)堆表与分区之间进行转换。(2)重建表以减少HWM。10g能shrink,9i如果用...
2008-08-06 19:55:44
132
转载 Linux 系统命令精通指南
Linux 系统命令精通指南作者 Sheryl Calish 针对 Linux 初学者的系统命令简介 在“Linux 文件命令精通指南”中,我们讨论了利用最基础和最常用 Linux 文件命令所需的基本信息。在本文中,我将...
2008-08-05 10:39:57
107
转载 位图索引与 B-tree 索引:选择与时间(转载)
了解每个索引的正确应用对性能会有很大影响。 一般认为,位图索引最适合于具有低相异值的列(如 GENDER、MARITAL_STATUS 和 RELATION)。然合,这种观点并不完全正确。实际上,对于那些并不经常由许多并行系...
2008-08-03 20:29:12
114
转载 现实问题的细粒度审计,第 3 部分(转载)
现在您已经掌握了各种环境中的 FGA,下面您将了解到它如何能够在 Oracle Database 10g 中起到更大的作用 在本系列的前两个部分中,我向您介绍了细粒度审计 (FGA) 的概念,它用来在 Oracle9i Da...
2008-08-02 23:41:31
155
转载 现实问题的细粒度审计,第 2 部分(转载)
作者:Arup Nanda 在掌握了基本概念之后,了解细粒度审计中的高级概念,并解决应用程序用户模型中的问题。 在本系列的 第 1 部分中,我说明了如何构建一个细粒度审计 (FGA) 系统以审计选择语句,并根据特定的条件...
2008-08-02 23:39:27
116
转载 现实中的细粒度审计(转载)
http://www.oracle.com/technology/global/cn/oramag/webcolumns/2003/techarticles/nanda_fga.html作者:Arup Nanda 了解如...
2008-08-02 23:35:46
163
转载 TNS-12549,TNS-12560,TNS-00519,Linux Error: 28: No space left on device
作者提出的问题是这样的:一台测试的服务器,停电再起来后发现listener起不来,报错如下:Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.191....
2008-07-29 15:12:44
665
转载 some,any
摘自《oracle8i性能设计及优化.pdf》P80 ANY和SOME 操作符号 x > any (select sal from emp where job='ANA') 相当于 exists...
2008-07-16 16:29:43
105
转载 oracle10g初始化参数说明
参数名: O7_DICTIONARY_ACCESSIBILITY类别:安全性和审计说明: 主要用于从 Oracle7 移植到 Oracle8i。如果该值为 TRUE, SYSTEM 权限 (如SELECT ANY TABLE) ...
2008-07-16 10:43:59
79
转载 When Extents Are Deallocated
SQL> create table t1 as select * from dba_objects;表已创建。SQL> create table t2 as select * from dba_objects;表已创...
2008-07-06 22:30:00
84
转载 Myth:Index Coalesce is less resource intensive
链接:http://www.itpub.net/viewthread.php?tid=719131&extra=page%3D4%26amp%3Bfilter%3Dtype%26amp%3Btypeid%3D1 ...
2008-05-14 15:53:33
55
转载 statspack.snap
链接:http://www.itpub.net/viewthread.php?tid=781391&extra=page%3D4%26amp%3Bfilter%3Dtype%26amp%3Btypeid%3D1&...
2008-05-14 14:22:27
145
转载 ORACLE之常用FAQ V1.0,将不断更新ing
链接:http://www.itpub.net/viewthread.php?tid=180363&extra=page%3D4%26amp%3Bfilter%3Dtype%26amp%3Btypeid%3D1 ...
2008-05-14 14:08:37
77
转载 使用Veritas Volume Replicator(VVR)对Oracle数据库进行容灾
链接:http://www.itpub.net/viewthread.php?tid=923646&extra=page%3D4%26amp%3Bfilter%3Dtype%26amp%3Btypeid%3D1 ...
2008-05-14 14:00:00
104
转载 基于外部OS验证的数据库用户,隐藏数据库密码
链接:http://www.itpub.net/viewthread.php?tid=151470&extra=page%3D4%26amp%3Bfilter%3Dtype%26amp%3Btypeid%3D1 ...
2008-05-14 13:59:23
71
转载 基于外部OS验证的数据库用户,隐藏数据库密码
链接:http://www.itpub.net/viewthread.php?tid=151470&extra=page%3D4%26amp%3Bfilter%3Dtype%26amp%3Btypeid%3D1 ...
2008-05-14 12:02:53
80
转载 exp/imp迁移大表(大小11个G)的疑惑?请指教(已解决)
链接:http://www.itpub.net/viewthread.php?tid=903208&extra=page%3D4%26amp%3Bfilter%3Dtype%26amp%3Btypeid%3D1 ...
2008-05-14 12:00:08
290
转载 ORACLE FLAHBACK 系列(包含版本9与版本10)--欢迎继续讨论
链接:http://www.itpub.net/viewthread.php?tid=213658&extra=page%3D4%26amp%3Bfilter%3Dtype%26amp%3Btypeid%3D1 ...
2008-05-14 11:59:08
88
转载 一次SQL Tuning引出来的not in , not exists 语句的N种写法
链接:http://www.itpub.net/viewthread.php?tid=406784&extra=page%3D4%26amp%3Bfilter%3Dtype%26amp%3Btypeid%3D1 ...
2008-05-14 11:54:02
73
转载 session allocation latch问题
链接:http://www.itpub.net/viewthread.php?tid=866095&extra=page%3D4%26amp%3Bfilter%3Dtype%26amp%3Btypeid%3D1 ...
2008-05-14 11:49:13
189
转载 各位甲方的DBA,你们管理的数据库是否考虑异地容灾的情况?
链接:http://www.itpub.net/viewthread.php?tid=745219&extra=page%3D4%26amp%3Bfilter%3Dtype%26amp%3Btypeid%3D1 ...
2008-05-14 11:48:48
90
转载 Oracle SQL*Loader 使用指南
链接:http://www.itpub.net/viewthread.php?tid=162572&extra=page%3D4%26amp%3Bfilter%3Dtype%26amp%3Btypeid%3D1 ...
2008-05-14 11:46:08
59
转载 我的oracle总要使用swap,但是物理内存还剩了好多呀!
链接:http://www.itpub.net/viewthread.php?tid=174742&extra=page%3D4%26amp%3Bfilter%3Dtype%26amp%3Btypeid%3D1 ...
2008-05-14 11:45:21
295
转载 RAC警示录-----各位兄弟补充
链接:http://www.itpub.net/viewthread.php?tid=918399&extra=page%3D4%26amp%3Bfilter%3Dtype%26amp%3Btypeid%3D1 ...
2008-05-14 11:35:56
151
转载 DBA工作备忘录之三:rman备份,没用catalog ,但控制文件丢失,怎么解决?
链接:http://www.itpub.net/viewthread.php?tid=244345&extra=page%3D3%26amp%3Bfilter%3Dtype%26amp%3Btypeid%3D1 ...
2008-05-14 11:33:30
100
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人