2012年6月25日
摘要:
本文系转载,如果有侵犯只是版权,请联系本人,本人将即刻停止侵权行为参考网址:http://liusuper.iteye.com/blog/219013 http://blog.csdn.net/bobo12082119/article/details/6303875 :oracle 索引常用命令 http://blog.csdn.net/bobo12082119/article/details/6302773 :oracle 索引介绍 http://blog.csdn.net/tianlesoftware/article/details/5347098#comments...
阅读全文
posted @ 2012-06-25 07:44
Coldest Winter
阅读(280)
推荐(0)
2012年6月22日
摘要:
参考网址;http://www.slideshare.net/Databaseguys/oracle-10g-certification-courseshttp://www.slideshare.net/Databaseguys/tag/10g-certification/5http://www.slideshare.net/kevinwang2008
阅读全文
posted @ 2012-06-22 05:53
Coldest Winter
阅读(138)
推荐(0)
2012年6月17日
摘要:
参考网址:http://www.eygle.com/archives/2008/10/oracle_dba_study_road.html
阅读全文
posted @ 2012-06-17 12:41
Coldest Winter
阅读(121)
推荐(0)
2012年6月14日
摘要:
本文为转载:网址:http://www.orafaq.com/node/5 http://www.cnblogs.com/jacktu/archive/2008/02/27/1083232.html声明:如果本文侵犯了您的权益,请及时告知,本人将即刻停止侵权行为.针对Oracle数据库熊,分为单实例体系结构:关系型数据库管理系统-RDBMS(relational database management system)分布式系统体系结构:具有代表性的是实时应用集群-RAC(Real Application Cluster) ,多个实例打开一个数据库.名词解释:OEM-Oracle Enterp.
阅读全文
posted @ 2012-06-14 07:44
Coldest Winter
阅读(261)
推荐(0)
2012年6月12日
摘要:
如果要将OEM的显示方式,由英文改为中文,则只需将IE浏览器进行设置即可: 如下所示:IE8>工具>Internet选项>语言>添加 英语(美国)>上移 英语(美国) 本文部分内容系转载,如果有侵犯您的权益,请及时通知本人,本人将即刻停止侵权行为。系统环境变量的优先级高于注册表,如果设置了环境变量,那么就会忽略注册表的值。Oracle_home和Oracle_path的说明:Oracle_Home要启动DBconsole,请使用EMCTL使用程序,该程序位于Oracle_home/bin目录下:下面的三个命令用于DBconsole的启动、停止和状态检测,可以使用它
阅读全文
posted @ 2012-06-12 07:24
Coldest Winter
阅读(743)
推荐(0)
2012年6月8日
摘要:
Oracle中NULL的用法:参考网址:http://www.oratechinfo.co.uk/nulls.html#null_defUsing NULLsDefinition of NULLUsing NULL in a mathematical expression always returns NULLAppending NULL to a non-null string does not affect the stringAggregate functions tend to "ignore" NULLsGROUP BY treats NULL as a sepe
阅读全文
posted @ 2012-06-08 07:25
Coldest Winter
阅读(333)
推荐(0)
2012年6月6日
摘要:
Oracle体系结构概览:参考资料:http://docs.oracle.com/cd/E11882_01/server.112/e25789/process.htmOracle Database 10g SQL Tuning Workshop性能优化.pdf第一章节:Oracle Database Architecture: OverviewOracle课件:02_的体系结构.ppt1、共享池中内存按照LRU(最近最少使用算法)来分配。2、DBWn(数据库写入器)根据极懒算法写入:尽可能少,再尽可能少(但出现检查点的情况例外,将所有脏缓存区尽快写入磁盘)。在以下四种情况下,DBWn将执行写操
阅读全文
posted @ 2012-06-06 06:40
Coldest Winter
阅读(1004)
推荐(0)
2012年6月3日
摘要:
本文系转载,如果有侵犯只是版权,请联系本人,本人将即刻停止侵权行为http://blog.csdn.net/CompassButton/article/details/3766703http://www.searchdatabase.com.cn/showcontent_17103.htm
阅读全文
posted @ 2012-06-03 19:41
Coldest Winter
阅读(187)
推荐(0)
摘要:
参考网址:http://blog.csdn.net/suncrafted/article/details/4239237 http://www.oracle-base.com/articles/misc/cost-based-optimizer-and-database-statistics.phpCBO-Cost-Based Optimizer
阅读全文
posted @ 2012-06-03 19:35
Coldest Winter
阅读(144)
推荐(0)
2012年5月31日
摘要:
PL/SQL中的批量操作,允许一次操作和处理多行数据,而不是一次处理一行数据。批量操作包括批量的读取数据,批量的绑定处理处理数据:(bulk fetching and bulk binding) Bulk fetching refers to the ability to retrieve a set of rowsfrom the database into PL/SQL structures with a single call, rather than making a call to the database foreach row to be retrieved. Bu...
阅读全文
posted @ 2012-05-31 22:04
Coldest Winter
阅读(388)
推荐(0)