husthxd - by - 13 七月, 2007 17:27

今天碰到了ORA-02049错误。

 查看全文


husthxd - by - 19 六月, 2007 17:57

Windows2003 64bit,英文版.

expdp出错,备份脚本如下.

expdp sbuser/sbuser directory=dumpbak dumpfile=db%date:~0,10%.dmp schemas=(testuser) parallel=8

系统提示dumpfile文件名不对.

 查看全文


husthxd - by - 03 六月, 2007 22:08

10.2.0.3

X86 64 bit

windows2003

出错信息:

UDE-00008: operation generated ORACLE error 31626
ORA-31626: job does not exist
ORA-39086: cannot retrieve job information
ORA-06512: at "SYS.DBMS_DATAPUMP", line 2745
ORA-06512: at "SYS.DBMS_DATAPUMP", line 3712
ORA-06512: at line 1

 查看全文


husthxd - by - 03 六月, 2007 21:52

虽然expdp -help指明了exclude的语法:

exclude=table:emp

但实际上会出错。

正确的语法是

exclude=table:"in ('EMP')"



husthxd - by - 27 三月, 2007 12:17

OS:Windows 2000 32bit

根据补丁包附带的readme step by step安装即可。

安装后以upgrade模式打开数据库,执行升级脚本。

在执行脚本过程中,如果有涉及到java部分的脚本执行较慢或执行不下去,加大java_pool_size到150M或以上即可。

最好执行utlrp.sql脚本,重新编译。



husthxd - by - 25 三月, 2007 21:30

前段时间用LR做了一次压力测试。

OS:windows 2003 server 32bit

 查看全文


husthxd - by - 07 一月, 2007 21:36

平台:

IBM X366

Oracle10.1.0.2

 查看全文


husthxd - by - 03 十二月, 2006 13:32

考虑这样的需求:

系统中有两个模块A1和A2,A1负责insert数据到表T中,而模块A2负责更新表T中与模块A2有关的字段C1,C1上有not null约束.

这时候应在c1上建立延迟not null约束,在事务结束的时候才校验not null约束.

这是延迟约束在协同开发中的一个应用.



husthxd - by - 18 十一月, 2006 16:55

使用cast强制类型转换:

create table t1(c1 varchar2(8));

create or replace view vw_t1 as

select cast(rpad(c1 ,10,' ') as char(10)) as c1

from t1;



husthxd - by - 18 十一月, 2006 16:52

SQL> declare
2 v_o varchar2(50);
3 begin
4 select max(c1) into v_o from t1;
5 dbms_output.put_line('test = '||v_o);
6 end;
7 /
declare
*
第 1 行出现错误:
ORA-06502: PL/SQL: 数字或值错误 : 字符串缓冲区太小

 查看全文


husthxd - by - 12 十月, 2006 13:07

系统崩溃或者HA系统切换可能会导致Oracle数据库Startup时发生ora-600内部错误。

 查看全文


husthxd - by - 21 九月, 2006 17:10

DDL会提交事务,但,失败的DDL是否也会提交事务呢?

 查看全文


husthxd - by - 05 九月, 2006 16:43

oracle的分析函数功能很强,略举一例,需求如下:

有表t1:

......................

ywbh char(16),-- 业务编号

bh char(10),-- 编号

clrq char(8),-- 处理日期

........................

有两类业务:增加业务和减少业务,业务编号分别以ZJ和JS开头,clrq用于记录业务处理日期(增加、减少)。如何获取同一编号bh的最大增加日期和最大减少日期?

 查看全文


husthxd - by - 05 九月, 2006 16:16

10g启用归档一段时间后报错,归档失败,数据库不能正常使用。

 查看全文


husthxd - by - 28 八月, 2006 12:58

char VS varchar2

 查看全文


husthxd - by - 03 八月, 2006 17:46

今天粗略看了一下.

版本:oracle10.1.0.2

 查看全文


husthxd - by - 14 六月, 2006 10:45

7. 高级注意问题

 查看全文


husthxd - by - 12 六月, 2006 10:30

6. 双向复制中的冲突处理

 查看全文


husthxd - by - 09 六月, 2006 09:28

5. 创建物化视图组

 查看全文


husthxd - by - 08 六月, 2006 09:58

4.创建主体复制组

 查看全文


husthxd - by - 07 六月, 2006 11:16

3.创建物化视图站点:假定物化视图站点位于mv(网络服务名),作为simis的物化视图站点

 查看全文


husthxd - by - 07 六月, 2006 11:14

2.创建主体站点

 查看全文


husthxd - by - 07 六月, 2006 11:10

1.简介

 查看全文


husthxd - by - 28 四月, 2006 17:53

last updated 2006-04-29

 查看全文


husthxd - by - 13 四月, 2006 17:38

昨晚创建数据库,然后import数据,结果到今天早上还没有完成,停止在导入索引的步骤上.

 查看全文


husthxd - by - 07 四月, 2006 08:40

侧重于算法方面,对于玩Oracle的人来说,想进一步深入了解Oracle优化的话,这本书很值得一看.



husthxd - by - 04 四月, 2006 14:41

今天在导数据的时候遇到Bug 3827736。

Oracle 10.1.0.2

Windows 2003 Server

 查看全文


husthxd - by - 25 三月, 2006 21:02

平台:windows 2000 server

Oracle 9.2.0.4

使用了Windows的HA组件,在双机手工切换后打不开数据库,alert.log中出现

ORA-1113 signalled during: alter database open...错误.

 查看全文


husthxd - by - 24 三月, 2006 22:05

下午RMAN备份出现问题,搞了半天结果是磁盘空间不够.

这几天头脑发懵,问题早就应该定位出来的:(



husthxd - by - 18 三月, 2006 22:53

执行过程出错:

ERROR 位于第 1 行:
ORA-04030: 在尝试分配 8204 字节 (PLS non-lib hp,PL/SQL STACK) 时进程内存不足

 查看全文


husthxd - by - 18 三月, 2006 22:48

在执行一个存储过程的时候出现:

ORA-04030: 在尝试分配 123404 字节 (QERHJ hash-joi,kllcqas:kllsltba)
时进程内存不足

该错误从9i到10g一直都没有很好的解决.

 查看全文


husthxd - by - 10 三月, 2006 20:04

平台:

os:Windows 2003 32bit

1G Memory 2xCPU

Oracle 10.1.0.2

 查看全文


husthxd - by - 10 三月, 2006 19:59

Oracle冷备份恢复,打开数据库,用SQLPLUS连接数据库出现ORA-06553错误.

 查看全文


husthxd - by - 06 三月, 2006 16:39

10.2.0.2 4458790 + ORA-6502 selecting MAX/MIN into a CHAR variable in PLSQL

 查看全文


husthxd - by - 03 三月, 2006 17:11

记录数与EXIT WHEN <cursor>%NOTFOUND;的位置关系.

 查看全文


husthxd - by - 02 三月, 2006 21:52

by Tom.

需求:现有表

create table t

(status varchar2(20) ,

teamid number(2),

job char(10)

)

/

要求status为ACTIVE的时候,teamid和job唯一.

 查看全文


husthxd - by - 27 二月, 2006 17:57

如果在重命名表的时候出现ORA-26563: 不允许重命名此表错误,试着将表上的物化视图日志drop就可以了。

 查看全文


husthxd - by - 21 二月, 2006 21:50

Author:Thomas Kyte.

 查看全文


husthxd - by - 16 二月, 2006 15:16
husthxd - by - 17 十一月, 2005 11:31

跟oracle的有不少区别.

 查看全文


husthxd - by - 10 十月, 2005 14:20

其实不管是sybase还是oracle,80%的性能问题出在sql上面.

 查看全文


husthxd - by - 10 十月, 2005 08:58

in ('x)与in ('x','y')的性能差别很大.

 查看全文


husthxd - by - 09 九月, 2005 13:17

昨天下午系统出现很严重的页锁问题.

 查看全文


husthxd - by - 26 八月, 2005 08:59

sybase的临时表可以直接在存储过程中创建.相对来说,还比较的

好用.

 查看全文


husthxd - by - 14 八月, 2005 17:32

昨天给逼上梁山,写了第一个存储过程.

 查看全文


husthxd - by - 30 七月, 2005 11:43

在sqlplus中用pl/sql自动生成sql脚本.发现不少小问题.

 查看全文


husthxd - by - 20 六月, 2005 15:41

Export: Release 9.2.0.1.0 - Production on 星期一 6月 20 15:24:15 2005

.............................................................................................................................

EXP-00056: 遇到 ORACLE 错误 19206
ORA-19206: Invalid value for query or REF CURSOR parameter
ORA-06512: at "SYS.DBMS_XMLGEN", line 83
ORA-06512: at "SYS.DBMS_METADATA", line 345
ORA-06512: at "SYS.DBMS_METADATA", line 410
ORA-06512: at "SYS.DBMS_METADATA", line 449
ORA-06512: at "SYS.DBMS_METADATA", line 1156
ORA-06512: at "SYS.DBMS_METADATA", line 1141
ORA-06512: at line 1
EXP-00000: 导出终止失败

 查看全文


husthxd - by - 16 六月, 2005 22:13

Oracle 10g的安装和升级

 查看全文


husthxd - by - 09 六月, 2005 21:38

记得学数据结构的时候是用基于栈的的算法来解析计算公式.

现在又如何呢?

 查看全文


husthxd - by - 31 五月, 2005 19:36

今天了解了一下.

 查看全文


husthxd - by - 29 五月, 2005 15:22

os:red flag linux 64bit

db:oracle 10.1.0.3

 查看全文


husthxd - by - 23 五月, 2005 21:49

SQL*Net允许dba通过调整两个参数SDU(Session Data Unit)和TDU(Transmission Data Unit )在packet大小上进行网络传输控制。

这些参数会控制会话层和传输层的buffers。

 查看全文


husthxd - by - 11 五月, 2005 22:56

下午发现一个平时没有注意到的问题.

 查看全文


husthxd - by - 11 五月, 2005 22:40

下午帮其他部门调优数据库.

主机:hp的安腾服务器

os : red flag linux dc server 4.1

oracle 10.1.0.3

 查看全文


husthxd - by - 29 四月, 2005 12:57

一些脚本,希望对beginner有所帮助.

 查看全文


husthxd - by - 27 四月, 2005 19:47

unix平台下使用top

windows平台下可以通过实用工具pstat.exe

获取相应进程/线程的pid.

 查看全文


husthxd - by - 27 四月, 2005 14:36

How oracle server determine about the changed blocks (dirty blocks) after a checkpoint event by

which the DBWR writes dirty buffers in data files and still user do not commit the transaction or rollback.

 查看全文


husthxd - by - 19 四月, 2005 15:33

本文解析了NLS参数在C/S模式下的作用顺序。

可以在数据库、实例和会话级别上设置NLS参数。

如果在多个级别上均设置了NLS参数:

   1.NLS数据库参数优先级低于NLS实例参数

2.NLS数据库和实例参数优先级低于NLS会话参数

比如,在init.ora中设置了参数NLS_NUMERIC_CHARACTERS(point B),并且在客户端环境变量(point A)中也有设置,那么会话级的参数值会覆盖实例级的参数值。

 查看全文


husthxd - by - 18 四月, 2005 18:37

在需要drop的列上设置unused然后使用checkpoint选项drop column.

 查看全文


husthxd - by - 14 四月, 2005 11:36

数据库sybase 11.9.2

windows 2000 sp3

查询一个表的时候把整个数据库都搞垮了.

 查看全文


husthxd - by - 13 四月, 2005 19:45

created by Tom Kyte.

 查看全文


husthxd - by - 13 四月, 2005 12:10

1.通过视图dba_users获取用户的密码

2.修改为新的密码

3.以用户登陆

4.改回原密码

 查看全文


husthxd - by - 04 四月, 2005 12:05

last updated 2005-04-04

key word : forall/delete/update

 查看全文


husthxd - by - 01 四月, 2005 12:00

使用dbms_rcvcat.unregisterdatabase包.

 查看全文


husthxd - by - 01 四月, 2005 11:35

RMAN备份Shel脚本示例

From : metalink.oracle.com

 查看全文


husthxd - by - 29 三月, 2005 16:11

lasted  updated 2005-03-30

key word : unique index/rebuild index 

2005-03-29

key word : shared pool/sort_area_size/sga/sqlplus arraysize

 查看全文


husthxd - by - 28 三月, 2005 11:00

http://www.itpub.net/53247.html

Please don't treat yourself as a "Recycle bin", download and read those you're really interested in.

Enjoy your life.

 查看全文


husthxd - by - 22 三月, 2005 15:13

通过设置events参数设置错误事件跟踪.

 查看全文


husthxd - by - 18 三月, 2005 09:01

各种调整方法的比较

 查看全文


husthxd - by - 17 三月, 2005 09:22

调整方法三:使用存储过程的批量更新(2)

 查看全文


husthxd - by - 17 三月, 2005 09:20

 调整方法三:使用存储过程的批量更新(1)

 查看全文


husthxd - by - 16 三月, 2005 09:20

调整方法二:建立临时表+Merge

(2)

 查看全文


husthxd - by - 16 三月, 2005 09:16

调整方法二:建立临时表+Merge

(1)

 查看全文


husthxd - by - 15 三月, 2005 09:03

调整方法一:以空间换时间

 查看全文


husthxd - by - 14 三月, 2005 11:48

关于Update语句的调整(3)

 查看全文


husthxd - by - 14 三月, 2005 11:11
husthxd - by - 14 三月, 2005 11:06

       本文可以任意转载或分发,但请注明作者和出处.

      1.     简介

本文针对http://www.itpub.net/301247.html通过对一个Update语句的各种优化尝试,简要介绍了几种对update语句的调整方法,并比较了它们之间的优劣性。

 查看全文


husthxd - by - 09 三月, 2005 15:27

1.使用ANALYZE TABLE <table> VALIDATE STRUCTURE CASCADE验证表和索引中的rowid是否有效.

2.设置event = "1410 trace name errorstack level 3" 跟踪,分析跟踪文件.



husthxd - by - 08 三月, 2005 15:34

重装数据库软件,然后按照冷备份的方式恢复数据库即可.

 查看全文


husthxd - by - 07 三月, 2005 13:02

关键字:

pragma AUTONOMOUS_TRANSACTION;

 查看全文


husthxd - by - 07 三月, 2005 11:51

windows下使用orakill清除oracle线程

 查看全文


husthxd - by - 03 三月, 2005 21:04

1.通过sql/存储过程

2.通过java程序

 查看全文


husthxd - by - 02 三月, 2005 17:43

三者之间的区别.

 查看全文


husthxd - by - 02 三月, 2005 09:35

算不上什么,不过大凡做一件事情,不管是大是小,总是需要时间和精力的.

期望更多的xdjm可以把好的文档翻译出来:)

btw:LoveWinter,当仁不让首先是你了.

 查看全文


husthxd - by - 27 二月, 2005 12:30

昨天客户报告说月结操作很慢,跟踪session发现很多表连接均为Hash join,FTS访问一张大表.
一个单位的月结平均需要12秒,把优化器模式变为rule后,优化器选择了正确的执行计划,一个单位的月结平均只需要2秒.对于上万个单位的月结,10秒的提高获取的收益是非常大的.


hp-ux 11.11
1g memory cpu x 2
oracle 9.2.0.6

http://www.itpub.net/325635.html

 查看全文


husthxd - by - 24 二月, 2005 18:07
husthxd - by - 24 二月, 2005 10:05

From MetaLink.

 查看全文


husthxd - by - 24 二月, 2005 09:54

From MetaLink.

 查看全文


husthxd - by - 22 二月, 2005 11:44

IMP全库导入的一般步骤

 查看全文


husthxd - by - 21 二月, 2005 14:06

调用DMBS_OUTPUT的时候经常会碰到错误:

ORA-20000, ORU-10027:

 Buffer overflow, limit of bytes.

 

ORA-20000, ORU-10028:

 Line length overflow, limit of 255 bytes per line.

 查看全文


husthxd - by - 07 二月, 2005 21:14

今天总结了一下hp-ux平台下一些dba常用命令.

 查看全文


husthxd - by - 07 二月, 2005 11:23

根据Statspack报告中的等待事件就可以有针对性的做出调整了.

 查看全文


husthxd - by - 01 二月, 2005 14:37

本文简略介绍了Oracle与几种常见设计模式的结合使用。

http://www.itpub.net/318368.html

 查看全文


husthxd - by - 30 一月, 2005 19:10
husthxd - by - 12 一月, 2005 18:12

Q:

对于通过index range scans访问的表可以通过按索引重建表来提高效率,但是为什么通过INDEX (FAST FULL SCAN) 访问的表不能通过重建表来提高效率.

 查看全文


husthxd - by - 11 一月, 2005 13:08

目前的项目用的数据库是sybase 11.9.2

 查看全文


husthxd - by - 29 十二月, 2004 16:43

hp-ux,1g memory

 查看全文


husthxd - by - 25 十二月, 2004 17:34

DEDICATED| SHARED| PSEUDO| NONE 查看全文


husthxd - by - 23 十二月, 2004 16:40

hp-ux 11.11

oracle 9.2.0.6 RAC

 查看全文


husthxd - by - 21 十二月, 2004 16:09

Oracle 9.2.0.6 RAC

hp-ux 11.11

 查看全文


husthxd - by - 20 十二月, 2004 12:19

本文简要介绍了如何使用rman的duplicate命令实现Oracle9i RAC向单实例的迁移

 查看全文


husthxd - by - 17 十二月, 2004 12:43

本文通过例子简要介绍了如何利用Oracle的跟踪诊断某些挂起的会话。  查看全文


husthxd - by - 17 十二月, 2004 11:03

IN/EXISTS/NOT IN/NOT EXISTS 3-4 查看全文


husthxd - by - 15 十二月, 2004 10:16

IN/EXISTS/NOT IN/NOT EXISTS 3-3

 查看全文


husthxd - by - 14 十二月, 2004 15:06

3-2  查看全文


husthxd - by - 13 十二月, 2004 10:05

not in & not exists (3-1)

 查看全文


husthxd - by - 13 十二月, 2004 09:59
husthxd - by - 10 十二月, 2004 10:22

os hp-ux 11.11
oracle 9.2.0.6 RAC
 查看全文


husthxd - by - 09 十二月, 2004 16:30

os:hp-ux 11.11
oracle 9206 RAC 查看全文


husthxd - by - 09 十二月, 2004 11:21

From Metalink.

 查看全文


husthxd - by - 06 十二月, 2004 17:21

设置HANGANALYZE跟踪诊断实例Hang问题.

 查看全文


husthxd - by - 02 十二月, 2004 19:19

跟高级队列有关系.

 查看全文


husthxd - by - 01 十二月, 2004 13:27

没有磁带库,归档目录的存放位置均为共享磁盘上划分出来的一块空间(为每个节点均划分一块)。归档路径均为/archivelog

 查看全文


husthxd - by - 30 十一月, 2004 11:40

使用$ORACLE_HOME/rdbms/admin下的脚本。

 查看全文


husthxd - by - 26 十一月, 2004 10:23

今天itpub论坛上有个帖子讨论绑定变量,总结一下.

 查看全文


husthxd - by - 24 十一月, 2004 12:25

第二部分(完)

 查看全文


husthxd - by - 23 十一月, 2004 11:16

总结:Oracle9i中的PGA自动管理 查看全文


husthxd - by - 22 十一月, 2004 17:03

本文简要介绍了数据库中的域名db_domain以及sqlnet.ora中的默认域名.

 查看全文


husthxd - by - 19 十一月, 2004 15:15

2-2  查看全文


husthxd - by - 19 十一月, 2004 15:07

4.         in & exist     

          1)        in/exists等价的连接查询         

     2)        inexists性能比较

 查看全文


husthxd - by - 17 十一月, 2004 12:20

    本文简要介绍了关联子查询、非关联子查询、IN & EXISTS NOT IN & NOT EXISTS之间的区别;同时对不同数据库版本下CBOIN & EXISTS & NOT IN & NOT EXISTS的处理做了一定的阐述。

 查看全文


husthxd - by - 15 十一月, 2004 16:14

Windows平台下不能建立数据库连接出错分析(2)

 查看全文


husthxd - by - 15 十一月, 2004 16:03

Windows平台下不能建立数据库连接出错分析

 查看全文


husthxd - by - 12 十一月, 2004 14:26
husthxd - by - 11 十一月, 2004 09:50

Tuning Considerations When Import Is Slow. 查看全文


husthxd - by - 10 十一月, 2004 21:49

ORA-04031错误&SHARED POOL调整

 查看全文


husthxd - by - 09 十一月, 2004 15:22

some advice from oracle support.

 查看全文


husthxd - by - 08 十一月, 2004 11:22

监控9i自动管理PGA的一些脚本。

 查看全文


husthxd - by - 05 十一月, 2004 09:17

今天早上回来终于发现数据导入成功了.

 查看全文


husthxd - by - 04 十一月, 2004 17:14

35G的导出文件。

 查看全文


husthxd - by - 03 十一月, 2004 09:23
husthxd - by - 02 十一月, 2004 20:29

完整的删除Oracle For 8i/9i

 查看全文


husthxd - by - 01 十一月, 2004 19:13

使用client net trace分析问题一例.

 查看全文


husthxd - by - 29 十月, 2004 17:43

ibm aix5.2

cpu : 2x

memory : 4g

oracle 9.2.0.5

 查看全文


husthxd - by - 28 十月, 2004 18:35

2004-10-28 :安装软件

2004-10-29:创建数据库

 查看全文


husthxd - by - 27 十月, 2004 12:54

比较了一下not exists & not in,发现没什么区别。看如下实验。

 查看全文


husthxd - by - 27 十月, 2004 12:52

出错信息:

运行netca的时候出错:

Error loading native library: libnjni9.so.

java.lang.UnsatisfiedLinkError: jniGetOracleHome

        at oracle.net.common.NetGetEnv.getOracleHome(NetGetEnv.java)

        at oracle.net.ca.CmdlineArgs.setOraArgs(CmdlineArgs.java)

        at oracle.net.ca.InitialSetup.<init>(NetCA.java)

        at oracle.net.ca.NetCA.main(NetCA.java)

Exception in thread "main" $

 查看全文


husthxd - by - 26 十月, 2004 20:48

原来打补丁也是一件麻烦的事情.

 查看全文


husthxd - by - 25 十月, 2004 20:04

通过sql跟踪解决ORA-00942错误一例

 查看全文


husthxd - by - 24 十月, 2004 16:25

解析v$log/v$logfile中status列值的含义.

 查看全文


husthxd - by - 23 十月, 2004 16:50

加了一天班,现在在等着hp的工程师完工,心血来潮做了两个实验。

1.非归档模式下丢失所有的联机日志、有控制文件和数据文件备份的情况下恢复数据库

2.非归档模式使用数据文件冷备份执行不完全恢复

 查看全文


husthxd - by - 23 十月, 2004 11:45

关于数据库连接问题的一般解决方法

From Tim Gorman
 查看全文


husthxd - by - 23 十月, 2004 10:47

-- 10:41

昨晚从8点开始倒数据,到现在10:39都还没有倒完。

数据库服务器是hp的pc server,4g内存,CPU : 3GX2

慢的一个原因是因为表空间初始化都是100m,设为自动扩展1m,很多系统资源都花在表空间的扩展上面了。



husthxd - by - 22 十月, 2004 13:09

-- 10-22 13:03

昨晚在windows 2003 server安装了oracle 10.1.0.2

没打补丁.今天用的时候发现监听器经常性自动down掉,后来把dispacther注释后才稳定下来.

下午准备把33g(901的exp文件)的数据imp到进去.

btw:windows平台下内部不能超过1.7G,会出现out of memory错误.

-- 10-22 23:03

下午倒数据的时候发现由于exp出来的时候用户是sidb,而import的时候用户是system,结果在第一次导入的时候不成功.

后来用sidb用户进行导入就正常了.

现在正在倒数据,明天还要加班.

装oracle9i for aix5L,还要继续监控倒数据.



husthxd - by - 21 十月, 2004 21:05

用冷备份+归档日志执行不完全恢复一例

 查看全文


husthxd - by - 21 十月, 2004 12:26

计算恢复区域的大小. 查看全文


husthxd - by - 20 十月, 2004 19:49

如果主体定义站点down机需要重建复制环境

在其他站点上以sys用户清除相应的视图信息即可.

 查看全文


husthxd - by - 20 十月, 2004 13:04

Oracle 10g : rman恢复时候数据文件的自动创建

 查看全文


husthxd - by - 19 十月, 2004 19:52

在数据库nomount状态下,不能用rman连接目标数据库.

 查看全文


husthxd - by - 19 十月, 2004 19:10

环境:

windows 2000 server

oracle 10.1.0.2

 查看全文


husthxd - by - 19 十月, 2004 12:47

建立指定数目数据库连接的脚本.

 查看全文


husthxd - by - 18 十月, 2004 12:33

sth about hard parses & latches.

 查看全文


husthxd - by - 15 十月, 2004 17:42

enjoy it.

 查看全文


husthxd - by - 14 十月, 2004 20:03

 SERVICE_NAMES与客户端的TNS配置

 

 查看全文


husthxd - by - 14 十月, 2004 11:56

1.SERVICE_NAMESLISTENER

 查看全文


husthxd - by - 14 十月, 2004 09:45

trying...

 查看全文


husthxd - by - 13 十月, 2004 17:37

关于10gRAC的VIP 查看全文


husthxd - by - 13 十月, 2004 13:48

Oracle Database 10g High Availability with RAC, Flashback & Data Guard

I will paste the book's note later.

btw:It's tired to read English book.

 查看全文


husthxd - by - 12 十月, 2004 17:21

由于磁盘空间不够,只能够首先删除归档日志/以前的备份集再做备份.

存在风险,慎用。

 查看全文


husthxd - by - 12 十月, 2004 12:15

关于sort/hash区域大小的设置

 查看全文


husthxd - by - 11 十月, 2004 12:13

使用以下语句验证索引
 查看全文


husthxd - by - 11 十月, 2004 09:23

OTN上一些sql脚本 查看全文


husthxd - by - 10 十月, 2004 09:15

今天做测试。

-- Date : 2004-10-10 09:09

插入的时候出错,检查后发现建立复制的触发器时不成功,删除了复制主体对象而没有删除触发器而导致,跟高级复制无关。

需要小心注意。

继续测试.

-- Date : 2004-10-10 12:39

下午没什么问题。

至少开发人员没有通知偶:)



husthxd - by - 09 十月, 2004 17:22

问题列表如下. 查看全文


husthxd - by - 09 十月, 2004 12:23

准备实施双向复制,今天在测试机器上测试了一把.

 查看全文


husthxd - by - 08 十月, 2004 12:28

关于Oracle性能优化.

 查看全文


husthxd - by - 03 十月, 2004 15:20

每次看AskTom都会有新的发现.

不错!

 查看全文


husthxd - by - 30 九月, 2004 20:05

很久以前做开发时候写的存储过程.

 查看全文


husthxd - by - 30 九月, 2004 19:59

主要是拷贝相关数据文件.

 查看全文


husthxd - by - 30 九月, 2004 19:59


推荐使用rman做热备份.安全方便快捷.

 查看全文


husthxd - by - 30 九月, 2004 19:48

 待续

 查看全文


husthxd - by - 30 九月, 2004 19:45

os:windows 2000 server sp4

数据库:Oracle 901

 查看全文


husthxd - by - 30 九月, 2004 18:27

昨天又碰到一例.

 查看全文


husthxd - by - 30 九月, 2004 18:19

DBAZine上的文章

Fallacies Of The CBO

好文.

 查看全文


husthxd - by - 28 九月, 2004 09:15

恢复过程如下......

 查看全文


husthxd - by - 24 九月, 2004 17:10

翻译自Oracle文档

第1章 安装和配置10g Rac简介

 查看全文


husthxd - by - 23 九月, 2004 12:29

rman不使用恢复目录恢复数据库示例

 查看全文


husthxd - by - 22 九月, 2004 13:15

rman实验(1)

 查看全文


husthxd - by - 22 九月, 2004 13:09

rman实验(2)。

 查看全文


husthxd - by - 22 九月, 2004 13:07

从Oracle杂志上所得。

 查看全文


husthxd - by - 21 九月, 2004 17:23

  清除表中的迁移行和链接行
  译自oracle文档


 

 

 

 查看全文


husthxd - by - 21 九月, 2004 17:22


如有错误,请指正。
 查看全文


husthxd - by - 20 九月, 2004 13:16

用rman的blockrecover执行块恢复异常简单。

 查看全文


husthxd - by - 20 九月, 2004 13:11

Mon Sep 13 10:24:03 2004
Errors in file e:oracleadminsimisudumpsimisP001.TRC:
ORA-00603: ORACLE server session terminated by fatal error
ORA-01114: IO error writing block to file 204 (block # 1048081)
ORA-27069: skgfdisp: attempt to do I/O beyond the range of the file
OSD-04026: 传递的参数无效。 (OS 1048086)
ORA-01114: IO error writing block to file 204 (block # 1048081)
ORA-27069: skgfdisp: attempt to do I/O beyond the range of the file
OSD-04026: 传递的参数无效。 (OS 1048086)
ORA-01114: IO error writing block to file 204 (block # 1047053)
ORA-27069: skgfdisp: attempt to do I/O beyond the range of the file
OSD-04026: 传递的参数无效。 (OS 1047056)

在alert.log发现的错误,暂时还没有确定原因。

寻找中......



husthxd - by - 19 九月, 2004 19:38

oracle的性能优化.

last updated 2004-08-30

 查看全文


husthxd - by - 16 九月, 2004 20:45

windows2000,901

 查看全文


husthxd - by - 01 九月, 2004 15:46

使用oracle的全局临时表。

 查看全文


博客日历
« 三月 2010 »
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31        
搜索
管理控制台
TOP_Reply
New_Reply
文章分类
新闻聚合
RSS 0.90
RSS 1.0
RSS 2.0
Atom 0.3