了解Maclean Liu|向Maclean Liu提问 Oracle ALLSTARS 全明星(群内有多位Oracle高级售后support,N位OCM和ACE) QQ群 # QQ群号:23549328 # 已经升级到 2000人群,空位多多。欢迎有一定基础的Oracle骨友加入,现在入群需要经过Maclean的技术面试,欢迎面试,请加QQ号:47079569 为好友参加面试 2群基础群 适合刚入门的同学,会共享最佳入门实践和资料 QQ群 # QQ群号:171092051 # 已经升级到 500人的超级群,空位多多,无需面试
上一页 1 ··· 96 97 98 99 100 101 102 103 104 ··· 118 下一页

2010年6月8日

Oracle Voyager Worm 一段匿名块SQL蠕虫

摘要: 2005年12-20日(很久以前)一位匿名用户在邮件列表中发布了一段匿名块的SQL蠕虫病毒,这可能是人们第一次意识到PL/SQL也能用来写病毒。很多专家都对该段程序进行了分析,其主要破坏行为如下:1.将DBA权限授予public角色2.删除名为aa的trigger3.创建名为aa的数据库登陆后(after database logon)触发器,该触发器还包含了使用UTL_TCP包(前提是病毒所在实... 阅读全文

posted @ 2010-06-08 20:00 Oracle和MySQL 阅读(257) 评论(0) 推荐(0) 编辑

ora-600[qesmmCValStat4]一例

摘要: 在之前的文章中提到过一个有趣的绘制五角星的SQL,具体SQL语句如下:with a as(select distinct round(sum(x) over(order by n)) x,round(sum(y) over(order by n)) yfrom (select n,cos(trunc(n / 20) * (1 - 1 / 5) * 3.1415926) * 2 x,sin(trun... 阅读全文

posted @ 2010-06-08 18:53 Oracle和MySQL 阅读(301) 评论(0) 推荐(0) 编辑

利用SQL查找表中的质数(prime number)和完全数(perfect number)以及几个有趣的SQL语句

摘要: 之前在某次interview中被老外问到如何用SQL找出列上的质数和完全数的问题;我当时已经多年没有写过这种考算法和SQL技巧(纯粹的技巧)的语句了,乍遇此问题倒是有些棘手。现在录以记之,供人参考.SQL> create table numbers(NO int) ;表已创建。SQL> insert into numbers select rownum from dba_objects;已创建... 阅读全文

posted @ 2010-06-08 13:54 Oracle和MySQL 阅读(503) 评论(0) 推荐(0) 编辑

PostgreSQL.Essential.Reference

摘要: download PostgreSQL Essential Reference here 阅读全文

posted @ 2010-06-08 02:53 Oracle和MySQL 阅读(149) 评论(0) 推荐(0) 编辑

Book:Building a WordPress

摘要: Building a wordpress blog download 阅读全文

posted @ 2010-06-08 02:48 Oracle和MySQL 阅读(179) 评论(0) 推荐(0) 编辑

2010年6月7日

Rethink Migration, Another advertisement from db2

摘要: Once , in the land of Databasia,there were two neighbouring communitieson either side of Migration Mountain.There were so different in many ways.In the town of DB2 ,everything ran smoothly & efficient... 阅读全文

posted @ 2010-06-07 22:21 Oracle和MySQL 阅读(146) 评论(0) 推荐(0) 编辑

ORA-600 internal error[kqrfrpo]一例

摘要: 3月17日某客户主机上出现了文件系统空间不足的问题,经查发现是Oracle在1点左右产生了大量trace跟踪文件以致耗尽了磁盘空间,这些trace跟踪文件均是由Oracle服务进程遭遇错误“ORA-600: : internal error code, arguments: [kqrfrpo], [0x700000279FF98E0], [11], [], [], [], [], []”后在用户u... 阅读全文

posted @ 2010-06-07 12:44 Oracle和MySQL 阅读(204) 评论(0) 推荐(0) 编辑

2010年6月6日

09年博客迁移:IBM 将生产新一代DNA结构芯片

摘要: 随着芯片制造商们正努力开发更小,成本更低的芯片;IBM正在试图创造下一代DNA芯片,如同组成我们身体的结构。一篇发表在中日自然杂志的纳米技术论文解释,人工DNA纳米结构或DNA折叠技术可为我们提供一种更廉价的芯片制造框架。“这是首次证明利用生物分子结构,可以促进半导体行业的进步”,IBM公司的研究经理Spike Narayan在接受采访时说。“基本上,这表明生物结构样本DNA为我们提供了一种可再造... 阅读全文

posted @ 2010-06-06 22:14 Oracle和MySQL 阅读(191) 评论(0) 推荐(0) 编辑

single-task message and cursor pin S on X

摘要: Recently i find many session are waiting for Event in my customer's AIX 10.2.0.4 instance, it's a new event in the 10gr2,after mutex take place of latch .When a session is going to parse or repar... 阅读全文

posted @ 2010-06-06 11:27 Oracle和MySQL 阅读(1263) 评论(0) 推荐(0) 编辑

2010年6月4日

too many tweets for twitter?

摘要: Just now find that Twitter is over capacity to response as below image:I am now so curious about twitter web architecture and like to write a note . 阅读全文

posted @ 2010-06-04 23:57 Oracle和MySQL 阅读(192) 评论(0) 推荐(0) 编辑

上一页 1 ··· 96 97 98 99 100 101 102 103 104 ··· 118 下一页

导航