selectshen
QQ:20084622
发布时间:2015-09-29 11:21:56
<span style="font-size:14px;">ora-00001的错误很常见,就是违反唯一约束,但发生在系统相关的表中,就可能是bug.当然bug也有不同,有的bug只是oracle程序问题,一般只能打</span><br /><span style="font-size:14px;"></span><span style="font-size:14px;">patch修补或选择性的忽略,有的bug则其实是人为操作加上oracle程序健.........【阅读全文】
发布时间:2015-09-29 11:21:03
<span style="font-size:14px;">rat的两个主要组件database replay和sql performance analyzer(SPA),其中SPA来预测任何更改对sql工作负载的影响,以主动发现升级问题.</span><br /><span style="font-size:14px;">spa可用于数据库和应用升级,硬件更改,操作系统更改,初始化参数更改,sql调整活动,模式更改.</span><br /><spa.........【阅读全文】
发布时间:2015-09-29 11:19:04
<span style="font-size:14px;">rat的两个主要组件database replay和sql performance analyzer(SPA),其中database reply可capture生产库的工作负载,并replay到测试库上,以主动发现升级问题.</span><br /><span style="font-size:14px;">database replay可以用于测试数据库升级,操作系统升级,存储系统升级,数据库配置更改..........【阅读全文】
发布时间:2015-09-25 17:48:05
UNUSABLE Clause
When you make an index unusable, it is ignored by the optimizer and is not maintained by DML. When you make one partition of a partitioned
index unusable, the other partitions of the inde.........【阅读全文】
发布时间:2015-09-21 12:40:39
客户在执行物理standby日志应用时,把recover managed standby database disconnect记错,误输入为recover managed
standby database finish.然后再次执行recover managed standby database disconnect没有报错,但standby无法接收和
应用日.........【阅读全文】
发布时间:2015-09-18 20:28:08
参考文档:<br />http://www.oracle.com/technetwork/database/features/availability/maa-wp-11g-transientlogicalrollingu-1-131927.pdf<br /><br />以下对文档中的实例进行说明:<br />PROD:primary <br />PSTBY:物理standby<br />LSTBY:逻辑standby<br /><table style="width:70%;" class="" border="1" bordercol.........【阅读全文】
发布时间:2015-09-18 19:08:39
<p style="text-indent:2em;">参考文档:<br />http://www.oracle.com/technetwork/database/features/availability/maa-wp-10gr2-rollingupgradebestprac-1-132006.pdf<br /><br />以下是对文档中实例说明:<br /> <table style="width:70%;" class="" height="6969" border="1" bordercolor.........【阅读全文】
发布时间:2015-09-08 18:55:33
<span style="font-size:14px;"> 一般oracle dml触发器的fire_once_only属性为true,这样普通用户进程执行dml操作时,rdbms去激活它们,但在logical standby的sql apply进程中是自动禁用,<br />这样保证了logical standby和主库数据的一致性.当然也可以把触发器的fire_once_only属性改为false,.........【阅读全文】
发布时间:2015-09-06 14:49:57
<span style="font-size:14px;"><strong>在oracle官网下载了一些的中文培训视频,转存到51cto,有兴趣的可以学习学习~<br />持续更新中~</strong></span><br /><br /><span style="font-size:14px;"><strong>webex player</strong></span><br /><span style="font-size:14px;">http://down.51cto.com/data/2090309</span.........【阅读全文】