- 博客(37)
- 收藏
- 关注
转载 极其低级的错误
11GR2 64 RedHat 5 64本想试验一下外部系认证方式,权限给完后,使用另一个账号登陆使用sqlplus /报tns错误: 低级错误1:没有设定ORACLE_HOME,ORACLE_SID设定后发现还是报错,仔...
2012-02-14 16:47:08 136
转载 partition index and performance
partition index 1. Local Prefixed Partitioned Index2. Local non-Prefixed Partitioned Index3. Global Parti...
2012-01-28 21:21:16 136
转载 mysql绑定变量与cache的问题
5.1手册上写明,在where条件后,如果有now(),sysdate() 等函数时,mysql将无法使用cache。那么在oracle中使用的绑定变量在mysql会使用到cache吗? ...
2012-01-08 14:28:36 127
转载 consistent gets and array size affect!
this must be careful! it affects the consistent gets. app: 10 in jdbc 2 in pro*c 1 in oci链接:http://asktom...
2011-07-05 10:30:45 100
转载 dul without system tablespace
转自:Oracle Clinic http://www.oracledatabase12g.com/archives/using-dul-to-recover-from-database-corruption-with...
2011-06-30 13:37:16 116
转载 BBED
有时间就学学这个东西吧,把里面的东西弄明白链接:http://dbsnake.com/2010/08/without-bbed-one-day.html ...
2011-06-29 15:12:05 72
转载 BBED 编译方法
password: blockedit 有人管这东西叫神器。。。。。链接:http://www.eygle.com/archives/2005/09/how_to_compile.html ...
2011-06-29 13:33:56 104
转载 mysql更改字符集乱码问题
链接:http://www.eygle.com/archives/2010/05/mysql_5_chinese.html ...
2011-06-29 10:46:25 85
转载 重建控制文件恢复表空间案例
链接:http://www.eygle.com/archives/2005/03/oeoeoeoeiaeoeei.html ...
2011-06-28 16:44:32 90
转载 模拟数据恢复,块损坏
链接:http://www.eygle.com/archives/2004/06/oracle_block_recovery.html ...
2011-06-28 16:43:26 92
转载 ORA-00600 2662
通过_allow_resetlogs_corruption的方式来强制open resetlogs打数据库链接:http://space.itpub.net/12361284/viewspace-1079 ...
2011-06-28 10:06:35 75
转载 Error accessing PRODUCT_USER_PROFILE
以普通用户登录SQL*Plus的时候,会碰到下面的错误提示: Error accessing PRODUCT_USER_PROFILE Warning: Product user profile information no...
2011-06-21 14:32:08 188
转载 有意思的事
公司用MSSQL+IIS ,开发了一套FIS系统。一边开发一边使用今天追踪代码发现点有意思的事。1.有个语句执行次数非常多,资源消耗不算多,最多的要消耗2000次,时间要0.010秒左右。之前一直没有关注这种东西。仔细...
2011-06-21 11:18:54 66
转载 sql explain
记下来,容易找1). Sqlplus > @ ?\sqlplus\admin\plustrce.sqlSqlplus > grant plustrace to user_name; ---- 给权限...
2011-06-21 11:11:40 67
转载 rman rename file
RUN{SQL “alter tablespace users offline immediate”;SET NEWNAME FOR datafile ‘/ORADATA/u03/users01.dbf’#u03 is not ...
2011-06-15 15:11:39 170
转载 ASMM
SGA_MAX_SIZE: static parameter To use ASMM,need two parameters: 1.SGA_TARGET not null or zero; 2.STATISTICS_L...
2011-05-19 15:37:50 270
转载 知识太少时,闲聊是必要的。
公司服务器采用光纤连接存储设备,之后数据放在存储设备上。 本来是很好的事,但是对于一个经常停电。。。。并且沟通不是太好的公司来说,这就是一灾难。 如果自己能懂很多存储系统方面的问题,这事也好办,但是 :( 事实是不...
2011-05-17 16:47:15 76
转载 read only tablespace recovery
oracle 10GR2: incomplete recover: case1: read-only backup read-only recover case2: read-only ...
2011-05-17 14:09:32 75
转载 How to configure database console when the hostname or IP changes ?
Answer : You need to drop and recreate the dbconsole when the hostname or the ip changes emca -deconfig dbc...
2011-05-12 23:14:46 49
转载 RMAN 不完整恢复
例子: 删除一个表空间,然后不完整恢复到表空间被删除之前的时间。 这个操作要分几个阶段: 1.还原自表空间存在之时起的controlfile副本。 2.使用controlfile副本开启数据库 3.还原 RMA...
2011-05-11 15:20:31 70
转载 RMAN 完整恢复
spfile ,control file,datafile,redo log全部丢失,如何恢复? RMAN: 1 run { startup nomount pfile=dummy.pfile; 2 set dbid=xx...
2011-05-11 15:04:48 80
转载 REDO LOG
参考: http://www.blogjava.net/decode360/archive/2009/08/21/292034.html ...
2011-05-11 14:58:13 94
转载 TNSPING 非常慢
环境: redhat5 X64 11GR2_X64 无事安装了一个oracle,版本11.2.0.1.0。东西安装了很多回了,觉得不会出现任何事了,没想到还是有问题了。 使用 conn / as sysdb...
2011-05-11 14:47:35 562
转载 查看MSSQL2000 MSSQL2005加密存储过程的内容 (转)
公司有个开发的人走了,还没有交接,结果要改动他写的过程。这哥们很强的,所有的过程全是加密写的,一大片,真是汗啊。 要记得开启SQL Server Browser 先找到2000的。 if exists (sel...
2011-05-11 14:35:21 126
转载 ORACLE EM AGENT 无法连接,SYSMAN账号被锁定。
环境: M1: redhat5 DB_VERSION: 10GR232bit(target) 原因: sysman 密码过期 导致em无法登陆解决: 1.使用命令emctl setpasswd dbc...
2011-05-11 14:28:09 248
转载 文件系统大小限制
网上找的资料,怕忘记保存下来。 Linux文件系统File System Max File Size [Byte] Ext2 or Ext3 (1 kB...
2011-05-11 14:24:51 237
转载 RMAN-06429: TARGET database is not compatible with this versi on o f RMAN
环境: M1: redhat5 DB_VERSION: 10GR232bit(target) M2: redhat5 X64 DB_VERSION:11GR2 64bit(catalog) 在M...
2011-05-11 13:52:17 297
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人