-
SYS用户所有序列删除的恢复
下面的测试来至于一位朋友,不小心将sys用户下面的所有的sequence全部删除了。下面测试仅限测试环境,如在生产环境,请提前备份。整个实验利用数据库的闪回查询功能使用,其它如果undo中数据不存在,那么我们也可以利用软件来抽取表已经delete的行记录,前提是块中空间没有被覆盖。 1,数据库版本与OS版本 ...
-
OUI-67076:OracleHomeInventory was not able to create a lock file
网友打补丁过程中遇到如下问题: [oracle@11rac1 ~]$ $ORACLE_HOME/OPatch/opatch lspatches OracleHomeInventory was not able to create a lock file, probably due to a failed OPatch Session. The loaded inventory might not show correctly what you have in the Oracle Home. 17076717;Grid Inf ...
-
bbed修改ASM中的块(最新版本)
前天在客户现场遇到ASM中的一个数据块损坏,数据库打开后,在5分钟内,数据库就自动关闭了,由于特殊的原因,当时没有使用bbed来直接修改块,采用了其它的方式来正常打开数据库。 下面是测试10G环境中怎么修改ASM中的块,部分步骤在11G中仍然有效。 1,创建测试表 www.htz.pw > create table scott.h ...
-
EXP-00056 ORA-04063处理过程
下面是一个朋友的数据库,通过exp全库导出的时候报下面的错误 1,版本与平台介绍 d:\wendang\SkyDrive\rs2\sql>sqlplus / as sysdba SQL*Plus: Release 11.2.0.3.0 Production on 星期一 8月 18 15:19:36 2014 Copyright (c) 1982, 2011, Oracle. All rights reserved. ...
-
utlrp.sql更改为串行运行
今天一同事在群里面发,utlrp.sql并行导致把session使用完了,需要将utlrp.sql改成串联的方式运行 1,数据库版本 SQL> select * from v$version; BANNER ——————————————————— ...
-
ALERT不停报ORA-06552/ORA-06553/ORA-006508错误
下面数据库来至于一个朋友,他们生产数据库alert.log后台不到的停下面类似的错误,每次报错都是不同的存储过程名。 Errors in file D:\APP\LUOPING\diag\rdbms\orcl\orcl\trace\orcl_q000_8400.trc: ORA-04045: errors during recompilation/revalidation of SYS.DBMS_AQADM_SYS ORA-06552: PL/SQL: Compilatio ...
-
Warning: Oracle Instance Running on a System with Low Open File Descriptor Limit
数据库启动的时候报下面的错误 Sat Aug 9 00:46:05 2014 WARNING:Oracle instance running on a system with low open file descriptor limit. Tune your system to increase this limit to avoid ...
-
ORA-28056: Writing audit records to Windows Event Log failed.
今天群里面一位兄弟在问ORA-28056的报错,其实WIN环境,很常见的报错,并且一BAIDU,GOOGLE一下,大量的解决方法。 APPLIES TO: Oracle Server – Personal Edition – Version 11.1.0.6 and later Information in this document applies to any platfo ...
-
DDS 增加目标端节点
环境介绍: 源端:ORACLE 10.2.0.4 目标端1:ORACLE 11.2.0.4 目标端2:ORACLE 11.2.0.3 新增加的节点 1,新节点安装DDS软件 见:目标端安装 2,停源端,修改文件 停源端 [dds@www.htz.pw bin]$ddstop 修改tgt.cfg文件 [dds@www.htz.pw bin]$cat !$ cat $DDS_DATA/config/tgt.cfg #tgtID NextSendNo Nex ...
-
DDS 取消并行装载功能
1,停DDS 在并行装载的时候,启停dds相当有讲究,必须按步骤来完 源端 [dds@www.htz.pw dict]$ddstop 目标端 [dds@www.htz.pw dict]$ddstop 2,修改tgt_que.cfg文件 [dds@www.htz.pw config]$cat tgt_que.cfg # QUE# USER.TABLE #1 scott.table1 #1 ...
-
UNIX/LINUX NBU环境测试TAPE功能是否正常
[root@nbu71 ~]# nbemmcmd -deletealldevices -machinetype master -machinename nbu71 NBEMMCMD, Version:7.1 Command completed successfully. [root@nbu71 ~]# tpautoconf -a TPAC60 – – – -1~-1~-1~-1 2 – – – 0 – – – – ̵ ...
-
如何在nbu中配置清洗带
此文档来至symantec官方网站 磁带库驱动器的清洗有两种方法:硬件主导模式和软件主导的模式 硬件主导的模式是enable 磁带库硬件的清洗功能,通常是把清洗带放入磁带库预留的槽位(这个槽位在nbu中是不可见的),然后在磁带库的前面板打开清洗功能。 软件清洗模式是在备份软件中配置清洗带,当drive需要清洗时, ...
-
ORA-02030 WHEN GRANTING SELECT ON V$ VIEW
Modified:02-Mar-2013Type:PROBLEM "Checked for relevance on 24 October 2007" Problem Description: ==================== When trying to grant select on a v$ view as sys, to a user that is not able to select on those views, you receive ...
-
DDS 手动全同步指定表
通过WEB管理端操作是相当简单的,只需要点点鼠标就可以了 1,源端首先确认MAP ID [dds@www.htz.pw config]$vshms -m Mapping Info(2 mappings, MAX 256): ID TgtID TYPE STATE & ...
-
DDS 开启WEB管理
开启WEB功能: 源端: [dds@www.htz.pw ~]$dds_pweb -s [dds@www.htz.pw ~]$ps -ef|grep pweb dds 12064 1 0 03:38 pts/9 00:00:00 dds_pweb -s dds 12829 11207 0 03:43 pts/9 ...
-
_disable_logging 全局禁用日志功能
本地测试文件disable_logging参数测试.txt 下面是mos对_disable_logging的描述 Description: ~~~~~~~~~~~~ If this is set to true, redo records will NOT be generated ...
-
TNS-12518 TNS-12549报错
今天同事遇到下面的报错 TNS-12518: TNS:listener could not hand off client connection TNS-12549: TNS:operating system resource quota exceeded TNS-12560: TNS:protocol adapter error TNS-00519: Operating system resource quota exceeded Linux Error: ...
-
Understanding and Reading Systemstates (Doc ID 423153.1)
APPLIES TO: Oracle Server – Enterprise Edition – Version 10.2.0.1 and later Oracle Server – Personal Edition – Version 10.2.0.1 and later Oracle Server – Standard Edition – Version 10.2.0.1 and later Information in this document applies to any platform. ...
hi
掐指一算,这个客户在重庆csdw
是 1031csdw
哈哈,,黄大师,总结得好huangtingzhong
Loading Hinted Executionhuangtingzhong
下面是ASM磁盘头的部分ASM DATA DIhuangtingzhong
RMAN backup to Flash Rechuangtingzhong
Database Crashed With ORhuangtingzhong
How to Resolve ORA-00257123
How To Find The Processhuangtingzhong
How To Generate Same Nam