- 博客(35)
- 收藏
- 关注
转载 Oracle中exists与in的效率探讨 ( 转存)
Oracle中exists与in的效率探讨2007年10月20日 星期六 0:51in 与 exist 的语法比较: select × from 数据表 t where t.x in (...)...
2012-03-07 15:50:08
172
转载 So many TIME_WAIT connection
problem:So many TIME_WAIT connection in server. SocketsUsageWarning: Active: 2570; TIME_WAIT: 2507; U...
2011-08-26 15:35:42
162
转载 Recover MySQL root Password
Recover MySQL root Passwordby Vivek Gite on April 18, 2006 · 190 commentsYou can recover MySQL database ...
2011-08-17 11:06:56
122
转载 查看数据库字符集
SQL> SELECT NAME,VALUE$ FROM SYS.PROPS$ WHERE NAME='NLS_CHARACTERSET';NAME---------------------------...
2011-08-04 15:39:45
136
转载 Shareplex 7 activation failed due to horizontal partioning support limitation
Below are the steps to fix the issue:[oracle@db servers config]$ more /xxxxx/vardir_30001/temp/xxxxx.cfg432: TEST...
2011-03-29 11:32:56
120
转载 创建永久性本地SCSI设备名称
创建永久性本地SCSI设备名称[root@racdb1 tmp]# cat /etc/redhat-release Red Hat Enterprise Linux Server release 5.5(Ti...
2011-03-17 16:45:50
115
转载 3岁-4岁幼儿情感有什么特点
3岁-4岁幼儿情感有什么特点孩子多数时间极为活泼愉快,容易兴奋。但有时又大哭大闹,忽而会破啼而笑,真是变化多端。1、易冲动孩子常因环境的变化,或一点点小事而冲动起来。当幼儿冲动时,完全不能控制自己,甚至听...
2011-03-07 11:40:47
320
转载 ORA-15071: ASM disk "VOL_DATA2" is already being dropped
SQL> alter diskgroup PQAWEB_DATA1 drop disk 'VOL_DATA1' FORCE ; alter diskgroup PQAWEB_DATA1 drop disk 'VOL_DAT...
2010-12-29 16:10:17
230
转载 mysql backup and restore
mysqldump --single-transaction --flush-logs --all-databases > backup_sunday_1_PM.sql ...
2010-12-15 18:48:56
83
转载 Enalbe mail feature for oracle DB.(oracle10G)
a. This step is used to config the email server to send alert email. 1. Run script. "@?/rdbms/admin/utlmail.sql...
2010-12-13 11:17:40
133
转载 Change the port from 3306 to 8008 for mysql.
The mysql default port is 3306. I want to change the port to 8008. After /etc/my.cnf changed, the mysql can't be s...
2010-12-10 09:16:23
111
转载 ERROR 1045 (28000): Access denied for user 'root'@'localhost'
错误提示:# mysql -uroot -pEnter password:ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password...
2010-12-09 17:15:53
72
转载 ORA-00600: internal error
Normal 0 7.8 pt 0 2 false false false EN-US ZH-CN X-NONEA...
2010-12-09 08:52:19
110
转载 TNS-12520 连接错误处理(转)
TNS-12520 TNS-12519 连接错误处理今天巡检客户数据库时,发现有个taf自动offline,手工启动后,再过一段时间又自动offlineITPUB个人空间%jcun3Cd*L$ crs_stat -tITPUB...
2010-12-06 16:52:44
123
转载 关于ORA-00376错误的恢复案例(转)
今天开始磁盘空间100%,删完数据后,查询表遇到ORA-00376错误:SQL> select count(*) from tab_test;ORA0-00376: "file '/data1/oradata/...
2010-11-25 15:19:13
173
转载 My sql 远程访问 授权
1、改表法 可能是你的帐号不允许从远程登陆,只能在localhost。这个时候只要在localhost的那台电脑,登入mysql后,更改 "mysql" 数据库里的 "user" 表里的 "host" 项,从"localhos...
2010-11-12 09:43:20
115
转载 (转)ORA-01502 state unusable错误成因和解决方法(二)
SQL> create table t(a number);Table created.现在,我们建立一个唯一索引来看看:SQL> create unique index idx_t on t(a);In...
2010-11-12 09:09:20
142
转载 How to check site certification.
root # openssl s_client -connect xxx.xxxx.com:443For more details please refer to http://confluence.atlassian...
2010-11-10 08:57:18
97
转载 restore account
tar cvf account.tar /etc/passwd /etc/shadow /etc/group /etc/sudoers chmod 644 account.tar scp -P 333 xxxxx@xxxxxx:...
2010-03-10 13:52:16
156
转载 Oracle 10G RAC下OCR和Voting disk的管理 (转)
Voting disk(表决磁盘方面):Voting disk记录节点成员信息,如包含哪些节点成员、节点的添加删除信息记录,大小为20MB查看voting disk位置:crsctl query css votedisk ...
2009-04-10 11:29:18
72
转载 你知道“不折腾”怎么翻译吗?
你知道“不折腾”怎么翻译吗?“bu zheteng""Don't do much ado about nothing" ...
2009-02-05 14:44:40
140
转载 ORA-14400: inserted partition key does not map to any partition
ORA-14400: inserted partition key does not map to any partition 这样的错误是由于当前值没有匹配的表分区,所以无法插入数据。我们可以通过查看分区情况然后添加表分区...
2009-01-06 16:14:36
377
转载 PHP 中用OCI 访问ORACLE db
这几天在做一个项目。里面涉及到要用OCI 连接ORACLE database。在开始的第一天我做了测试发现一切正常。等第二天到办公司我发现前一天都能work的php 文件居然不能访问了。从apache的access log里面也...
2008-12-23 14:33:41
72
转载 Oracle SCN机制解析(收藏)
SCN(System Chang Number)作为oracle中的一个重要机制,在数据恢复、Data Guard、Streams复制、RAC节点间的同步等各个功能中起着重要作用。理解SCN的运作机制,可以帮助你更加深入地了解上...
2008-12-17 10:53:35
70
转载 Flashback database 和flash recovery area的关系(收藏)
Flashback database 和flash recovery area的关系?Flashback Database uses its own logging mechanism, creating flashback...
2008-12-12 16:36:46
77
转载 shareplex 复制条件设定 (过滤表中的部分数据)
1. 用shareplex用户连接数据库系统2. 在表(shareplex_partition)中插入数据INSERT INTO shareplex_partition (partition_scheme, DESCR...
2008-12-05 15:01:18
161
转载 sqlplus 中的替换变量 (&和&&的区别)
为了在不同的环境里进行交互。我们需要动态的输入得到不同的结果。 在sqlplus中可以定义这样的替换变量。这个变量有两种方式引入 & 和&&两者的主要区别在于:& 引用的变量只存在于当...
2008-12-02 15:19:39
315
转载 Oracle Supplemental logging
Supplemental Logging具体是做什么用的呢?要回答这个问题,我们就必须先搞明白,为什么我们需要Supplemental Logging!事实上,目前最有可能用到Supplemental Logging的也只有...
2008-11-28 13:15:36
198
转载 SSH automatically authentication between two boxes.
The followings are the steps to set up SSH automatically authentication:3.1 Generate Public/private key pair ...
2008-11-24 15:19:31
107
转载 solaris下的NFS配置
1、理解nfs服务器和客户端功能。 nfs是sun公司来建立来使用tcp/ip协议以及sun的远程调用和外部数据表示规范的产品。nfs的使用非常方便,也比较可靠。他具有在不同操作系统之间共享文件的能力。 nfs服务器可以使用nf...
2008-11-24 11:39:50
105
转载 Create root passoword for Mysql db.
:root > /usr/bin/mysqladmin -u root password '***'You have mail in /var/spool/mail/root:root > mysql -u root...
2008-11-24 11:01:15
145
转载 DBA 常用SQL
1. 如何查找数据对象 如package select object_name, OWNER from all_objects where object_name like '%GSB%' and object_type...
2008-11-20 10:22:43
65
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人