- 博客(129)
- 收藏
- 关注
转载 无法删除用户的处理(ora-01940)
oracle 9208 for solaris 9故障描述:使用drop user test,进行用户删除时,报错或者hang,并且错误一直可以重现,测试如下:SQL> drop user test1 c...
2009-02-25 13:14:36
208
转载 使用dbms_backup_restore.zerodbid(0)后的问题
这是我自己的TESTDB之前使用dbms_backup_restore.zerodbid(0)之后没有重启DB因此造成在写system时实例down.alert日志中出现如下信息: Fri Sep 5 14:20:07 ...
2008-09-06 02:34:46
186
转载 rman备份失败的处理
rman备份失败的处理晚上刚跑步回来,就接到用户电话说备份失败,数据库已经有两天没有备份成功。错误信息如下:Starting backup at 16-AUG-08released channel: t1R...
2008-08-17 01:39:19
383
转载 WARNING:Oracle instance running on a system with low open file descriptor
WARNING:Oracle instance running on a system with low open file descriptor limit. Tune your system to incre...
2008-08-03 18:56:32
193
转载 设置大sort_area_size时发生的ora-00600[925]错误
设置大sort_area_size时发生的ora-00600[925]错误今天rebuild一个超大的index,在设置手工sort_area_size到达2GB时触发ora-00600[925],修改不成功。SQL&g...
2008-08-03 18:38:45
163
转载 升级过程执行catpatch时报04021错误的处理办法
升级过程执行catpatch时报04021错误的处理办法有时候在升级9.2X的时候会发生类似于以下的错误:create type XMLTypePI OID '0000000000000000000000000002014F...
2008-08-03 11:55:12
148
转载 ora-00600[2103]错误分析
ora-00600[2103]错误分析环境是两台HP 8400, hpux11.11i ,oracle9208 做data guard.MAXIMUM AVAILABILITY模式下. 今天中午主库出现出现hang住的情...
2008-04-19 01:18:53
202
转载 关于对象的依赖性
在对于一个表作相关的结构变化后,所依赖她的对象都将失效,这里包括视图,过程,函数或包处于无效状态,但其定义仍被保存于数据字典内,相关的权限信息,引用此视图的同义词,对象,及其他视图也 都会被保留。当重新访问这些对象的时候,ora...
2008-03-23 02:26:35
441
转载 恢复XP中"快速启动"中的"显示桌面"图标
前两天一不小心把"显示桌面"的图标给删除掉了,结果这两天电脑用的一直不舒服,特别是打开多个窗口的情况下,是非常不方便的. 经网上各种资料搜集,方法如下:新建一个文本文件:[Shell] Command=2 IconFile=...
2008-03-09 03:02:08
105
转载 oracle9.2/Linux rac 动态加入新节点(4)
添加实例l 在rac3上修改listener.ora[oracle@rac3 ~]$ vi /u01/oracle/product/9.2/network/admin/listener.ora#...
2008-03-09 00:06:12
120
转载 oracle9.2/Linux rac 动态加入新节点(3)
配置Oracle Cluster Manger重新配置已存在的节点l 修改rac1的Cluster Manger文件(红色为加入的内容)[oracle@rac1 admin]$ vi cmc...
2008-03-08 23:50:57
107
转载 oracle9.2/Linux rac 动态加入新节点(2)
确认网络及心跳都设置正确[root@rac3 ~]# ping rac1[root@rac3 ~]# ping rac2[root@rac3 ~]# ping rac1-priv[root@rac3 ~]# p...
2008-03-08 23:48:57
110
转载 oracle9.2/Linux rac 动态加入新节点(1)
本文档介绍了9.2RAC数据库如何动态加入第三个节点。操作系统:Linux 2.6.9-34.EL CST 2006 i686 i686 i386 GNU/Linux数据库: Oracle9i Enterprise Ed...
2008-03-08 23:38:29
147
转载 oracle中的临时表
oracle中的临时表临时表通常用来保存一个事务或者会话期间的数据.临时表中保存的数据是具有独立性的,只对各自会话可见,并且每个会话都只能查询和修改属于此会话的数据,在对temporary table作dml操作时,不需要申...
2008-03-04 01:16:40
216
转载 ora-00600[4400]错误的解决
ora-00600[4400]错误的解决4400错误通常在分布式事务中出现,如到这个错误不会对数据库产生重大的影响,以下是一个生产库的实际解决的例子。故障描述:Errors in file .../udump/ora...
2008-02-06 03:16:33
867
转载 Tuning RAC and using parallel features(6)
RAC waits events ad interconnect statisticsThe RAC events are listed next in the report if you are running RAC (...
2008-02-06 01:34:11
102
转载 Tuning RAC and using parallel features(5)
RAC Cluster interconnect performanceThe most complex aspect of RAC tuning involves monitoring and the subs...
2008-02-06 00:23:45
85
转载 关于tom的unload脚本
tom写的一个用来生成为sqlldr准备的格式.其中有unix和windows两个版本.在itpub中有人已经上传.具体可以到这里下载:http://www.itpub.net/thread-927857-1-1...
2008-02-05 01:42:01
177
转载 Tuning RAC and using parallel features(4)
Cache Fusion and Resource Coordination Since each node in Real Application Cluster has its own memory(cache) ...
2008-02-03 02:26:23
100
转载 Tuning RAC and using parallel features(3)
Global Cache Resources(GCS) and Global Enqueue Services(GES)The key role is played by GCS and GES (which are bas...
2008-02-02 00:50:37
75
转载 Tuning RAC and using parallel features(2)
Internal Workings of the Oracle RAC SystemIn 9i RAC, we no longer talk about DLM,PCM, non-PCM, Lock Monitor,e...
2008-02-02 00:10:22
81
转载 Tuning RAC and Using Parallel Features(1)
Cluster interconnectIf a block of data is on one node and the user asks for it on another node, oracle ...
2008-01-28 02:36:51
103
转载 How can i extract data from flat file to oracle tablw with plsql?
Pl/sql cao do itSQL> create or replace function dump_csv( p_query in varchar2, 2...
2008-01-21 23:24:29
84
转载 spfile在11G的一点改进
spfile在11G的一点改进在11G中,oracle为保护spfile也做了一些小小的改进,例如,在运行时,spfile无法中被删除时,可以从memory中直接读出所有参数的值模拟spfile被删除[oracle@rac2 d...
2008-01-21 01:10:00
76
转载 cursor_sharing_exact hints的使用
cursor_sharing_exact hints的使用主要当cursor_sharing=similar或者force的时候使用比较方便,以下就是为cursor_sharing=similar的时候的一个sqltra...
2008-01-17 09:07:34
215
转载 使用临时表来优化的存储过程
使用临时表来优化的存储过程对于海量数据作检索的时候,通常会由于巨大的数据量,造成大量的排序和过滤。SELECT TECHNOLOGY_RRN, TECHNOLOGY_ID, TECHNOLOGY_...
2008-01-16 21:13:59
197
转载 EXPLAIN PLAN WHEN USING PARTITIONS
EXPLAIN PLAN WHEN USING PARTITIONSTable partitions yield different outputs for their EXPLAIN PLANs (as shown i...
2008-01-15 00:30:22
63
转载 Using dbms_monitor
Using dbms_monitorSQL> select sid,serial# ,username from v$session; SID SERIAL# USERNAME--...
2008-01-14 01:22:45
87
转载 海量数据库被drop/truncate表的不完全恢复
d海量数据库被drop/truncate表的不完全恢复在实际情况中,数据库经常会由于工作人员的误操作造成一些表被删除或者截断,如果数据库的数据量小是很方便做时间点恢复的,但如果数据量非常大。或者10T的数据量,那是不可能再安排一...
2007-11-30 00:00:00
109
转载 做一个好的dba
d做一个合格的oracle工程师需要智慧和头脑,知识要过硬,交流要过硬, 其实专业知识仅仅是占你的工作的40%,但是你需要要100%的掌握基础知识, 很多人总觉得,"table"这样一个小的概念很简单, 觉得没什么的,其实,往往...
2007-11-26 00:00:00
94
转载 ORACLE PL/SQL 的异常处理
-在整理我收藏过的一些文章,放在这里,供所有需要的人一起学习,出自:http://www.itpub.net/371230.htmlORACLE PL/SQL 例外处理1) 基本结构 BEGIN ... --语句 EX...
2007-11-20 00:00:00
93
转载 AIX上增加逻辑卷时报错误0516-787 extendlv: Maximum allocation for logical volume jdelv02 is 512....
AIX[@more@]AIX上增加逻辑卷时报错误0516-787 extendlv: Maximum allocation for logical volume jdelv02 is 512. 在往aix使用chfs -a si...
2007-11-11 13:32:51
579
转载 AIX 5.3上升级oracle9206的注意事项
AIX 5.3上升级oracle9206的注意事项给AIX5.3版本上的oracle升级至9206时,有以下几点需要注意,特此纪录:1、在root用户下,执行以下命令清除内存中没有使用的库文件。# /usr/sbin/slibc...
2007-11-06 00:00:00
79
转载 DML Error Logging in Oracle 10g
DML Error Logging in Oracle 10g 主要在于使用DBMS_ERRLOG.create_error_log 这个包来跟踪dml错误信息SQL> CREATE TABLE source ( 2 ...
2007-10-07 00:00:00
130
转载 解决sql server 开发版2005的安装错误
主要是为了解一下这个产品.当然也为了一些个人事物上的需求而安装.安装过程中报"性能计数器要求安装错误" .这里主要记录一下解决方法定位到注册表:[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindow...
2007-09-07 00:00:00
100
转载 使用dbms_profiler包辅助pl/sql优化
d使用dbms_profiler包辅助pl/sql优化SQL> conn / as sysdbaConnected.首先就是创建以下对象:SQL> @$ORACLE_HOME/rdbms/admin/profload...
2007-08-29 00:00:00
107
转载 LOADS、INVALIDATIONS and PARSE_CALLS
dLOADS、INVALIDATIONS and PARSE_CALLSSQL> select * from v$version;BANNER--------------------------------------...
2007-08-24 00:00:00
140
转载 Troubleshooting Guide to high version_counts
Greate jobAuthor: James Cremonini 1. Troubleshooting Summary 2. Introduction: What is shared SQL ? 3. Diagnostics:...
2007-08-23 00:00:00
116
转载 10G RMAN Fast Incremental Backups
from metalinkPURPOSE-------This article discusses the Oracle 10g new feature called 'block change tracking' and ho...
2007-08-22 00:00:00
99
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人