上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 58 下一页
摘要: 官网链接如下:http://docs.oracle.com/cd/E11882_01/install.112/e24321/appendix_ofa.htm#i633068一.Overview of the Optimal Flexible Architecture Standard The Optimal Flexible Architecture standard helps you to organize database software andconfigure databases to allow multiple databases, of different versions, 阅读全文
posted @ 2011-12-20 00:23 hibernate例子 阅读(166) 评论(0) 推荐(0) 编辑
摘要: 一.默认表空间说明 在oracle9i中,如果未用 DEFAULT TABLESPACE 子句创建的所有用户将以SYSTEM表空间作为它们的默认表空间。同时也不能为数据库指定一个默认的表空间。 在Oracle 10g中定义了数据库级别的默认表空间USERS,在创建用户时没有定义默认表空间,就会把数据库级别的默认表空间当作自己的默认表空间。在10g以前,是把系统表空间(SYSTEMS)当作默认表空间。这样很不合理。 可以使用如下命令查看默认表空间:/* Formatted on 2011/12/19 15:57:48(QP5 v5.185.11230.41888) */ SELECT PROPE 阅读全文
posted @ 2011-12-19 16:33 hibernate例子 阅读(258) 评论(0) 推荐(0) 编辑
摘要: 一.官网说明MOS 上的一篇文章: Setting Listener Passwords With an Oracle10g or Newer Listener [ID 260986.1]这里面提到如下内容: In Oracle 10gand newer versions of the listener, the listener is secure out of the box.There should be no need to set a listener password to prohibit privilegedLSNRCTL commands from being execute 阅读全文
posted @ 2011-12-18 21:54 hibernate例子 阅读(230) 评论(0) 推荐(0) 编辑
摘要: 之前整理的相关链接:Oracle 监听(Listener) 中services 说明http://blog.csdn.net/tianlesoftware/article/details/6617827Oracle Listener 动态注册 与 静态注册http://blog.csdn.net/tianlesoftware/article/details/5543166OracleDedicated server 和Shared server(专用模式 和 共享模式) 说明http://blog.csdn.net/tianlesoftware/article/details/5695784官 阅读全文
posted @ 2011-12-18 20:00 hibernate例子 阅读(224) 评论(0) 推荐(0) 编辑
摘要: 本本买了已经2年了,电池损耗就很大,用软件检测,损耗有达70%,昨天居然连开机都不行,而且也不能完成充电操作。 看来需要更换电池了。 从网上准备了一些资料,以免明天去百脑汇被人宰了。内容转自:http://www.pcpop.com/doc/0/413/413518_all.shtml 对于笔记本电脑来说,电池的重要性不言而喻。如果没有电池,笔记本电脑也就变成台式机或者一体机了。笔记本电池内部由电芯和保护板组成,电芯负责蓄电工作,保护板负责安全工作。电芯属于消耗品,每用一次都会造成容量上的衰减,它的好坏直接决定笔记本电池的好坏。 笔记本电池续航时间变短、笔记本电池无法使用、笔记本电池突然掉电. 阅读全文
posted @ 2011-12-16 14:35 hibernate例子 阅读(306) 评论(0) 推荐(0) 编辑
摘要: 在AWR中,如果有部分选项是:Nodata exists for this section of the report.那么属正常现象。如:那么现在看一个有数据的AWR:在下面的这个图中就显示了显示的条件:(1)SQL orderedby Sharable Memory:Only Statements with Sharable Memory greater than 1048576 are displayed(2)SQL orderedby Version Count:Only Statements with Version Count greater than 20 are display 阅读全文
posted @ 2011-12-16 11:23 hibernate例子 阅读(234) 评论(0) 推荐(0) 编辑
摘要: 一.客户端使用expdp/impdp说明有关Oracle expdp/impdp 命令之前也整理了一些文档,链接如下:exp/imp 与 expdp/impdp 对比 及使用中的一些优化事项http://blog.csdn.net/tianlesoftware/article/details/6093973Oracle 10g Data Pump Expdp/Impdp 详解http://blog.csdn.net/tianlesoftware/article/details/4674224Oracle expdp/impdp 使用示例http://blog.csdn.net/tianleso 阅读全文
posted @ 2011-12-15 19:03 hibernate例子 阅读(183) 评论(0) 推荐(0) 编辑
摘要: 在我们创建实例的时候可以保存为模板,其实也可以直接用DBCA命令来创建我们的实例模板,并且利用这个功能进行实例的复制。只是这个功能很少被关注。这里我们选择ManageTemplate:注意创建模板的三种类型,官网也有相关的说明:Installing Oracle Database and Creating aDatabasehttp://docs.oracle.com/cd/E11882_01/server.112/e10897/install.htm#ADMQS023(1)From an existing template Using anexisting template, you can 阅读全文
posted @ 2011-12-14 20:07 hibernate例子 阅读(152) 评论(0) 推荐(0) 编辑
摘要: 一.OracleValidated Configurations 说明Oracle 官网有一个对应的FAQ说明,链接如下:FAQ - Oracle Validated Configurationshttp://www.oracle.com/technetwork/server-storage/linux/validated-configurations-faq-090615.html1.1 What are OracleValidated Configurations? Oracle ValidatedConfigurations enable easier, faster, and lowe 阅读全文
posted @ 2011-12-11 20:03 hibernate例子 阅读(148) 评论(0) 推荐(0) 编辑
摘要: Oracle 安装用户组的创建在官方文档有说明,这里把这部分内容单独拿出来说明一下。一.官网说明From:http://docs.oracle.com/cd/E11882_01/rac.112/e17264/preparing.htm#TDPRC1291.1 Required Operating System Users and GroupsTo install theOracle Grid Infrastructure for a cluster software and Oracle RAC, you mustcreate the following operating system gr 阅读全文
posted @ 2011-12-11 16:36 hibernate例子 阅读(150) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 58 下一页