上一页 1 2 3 4 5 6 7 8 9 ··· 58 下一页
摘要: 在Oracle 11g安装中,会经常遇到如下2种问题:Oracle 11gORA-00845: MEMORY_TARGET not supported on this system 说明http://blog.csdn.net/tianlesoftware/article/details/7256984[INS-35172]Target database memory (XXMB) exceeds the systems available shared memory({0}MB) 解决方法http://blog.csdn.net/tianlesoftware/article/details/ 阅读全文
posted @ 2012-02-14 10:51 hibernate例子 阅读(185) 评论(0) 推荐(0) 编辑
摘要: 启动Oracle 11gR2后报错:ORA-00845rac1:/home/oracle> sqlplus / as sysdba;SQL*Plus: Release 11.2.0.3.0 Production onTue Feb 14 09:11:41 2012Copyright (c) 1982, 2011, Oracle. All rights reserved.Connected to an idle instance.SQL> startupORA-00845: MEMORY_TARGET not supported onthis system这个错误之前已经处理过,因为 阅读全文
posted @ 2012-02-14 10:07 hibernate例子 阅读(109) 评论(0) 推荐(0) 编辑
摘要: 操作系统:OracleLinux 6.1 32位数据库: Oracle11.2.0.3 因为Oracle 11g以后的Patchset 可以直接用来安装,所以我也是直接安装成11.2.0.3, 这样也省的升级,期间搭建了2套VM。 第一套是Oracle Linux 6.1 64位,安装没有问题。 第二套是Oracle Linux 6.1 32位,在运行runInstaller 的时候验证这块没有报错,但是执行完后没有任何结果,没有弹出OUI,直接退出了安装。Log 日志如下:[root@tianlesoftwareOraInstall2012-02-13_06-34-36PM]# cat i. 阅读全文
posted @ 2012-02-13 19:48 hibernate例子 阅读(117) 评论(0) 推荐(0) 编辑
摘要: 关于跨OS 的DB 迁移,MOS 上有相关的文章说明:[ID733205.1]。 To migrate anexisting Oracle database (NOT BINARIES) from one Operating Systemplatform to another (i.e. Windows to Solaris),This can occur as part ofan Oracle version upgrade (Oracle8i .. Oracle 11G) or within the sameOracle version: (Oracle 10.2 to Oracle 10 阅读全文
posted @ 2012-02-12 17:22 hibernate例子 阅读(137) 评论(0) 推荐(0) 编辑
摘要: Oracle数据分32位和64位,对应不同的平台,关于查看DB 是32还是64位,我之前的Blog 有说明,参考: 查看Oracle 是32位还是64位的方法http://blog.csdn.net/tianlesoftware/article/details/6818709 我们这里说的32位和64位就是wordsize。 在某些情况下,比如数据迁移时,需要从32位的Oracle 迁移到64位的oracle上,这时候就需要修改wordsize,使他们保持一致。 这里我们假设迁移平台的ENDIAN 格式相同,不同的操作系统对应的ENDIAN也是不一样的。 这里不做过多的说明,这部分内容属于.. 阅读全文
posted @ 2012-02-12 16:56 hibernate例子 阅读(219) 评论(0) 推荐(0) 编辑
摘要: 转自网络,原出处不详。 公历一年有12个月,但不少人并不知道12 个月的英语名称的来历。公历起源于古罗马历法。罗马的英语原来只有10 个月,古罗马皇帝决定增加两个月放在年尾,后来朱里斯*凯撒大帝把这两个月移到年初,成为1月.2月,原来的1月.2月便成了3月.4月,依次类推。这就是今天世界沿用的公历。January——1月 在罗马传说中,有一位名叫雅努斯的守护神,生有先后两副脸,一副回顾过去,一副要眺望未来。人们认为选择他的名字作为除旧迎新的第一个月月名,很有意义。英语January,便是由这位守护神的拉丁文名字January演变而来的。February——2月 每年2 月初,罗马人民都要杀牲饮 阅读全文
posted @ 2012-02-12 15:36 hibernate例子 阅读(153) 评论(0) 推荐(0) 编辑
摘要: 说明:这个例子转自老白的DBA日记 刚刚坐下,电话就响了,一个客户打过来的,说是碰到一个很奇怪的问题。在一张上千万记录的大表里,做一个SELECT * FROM <TAB_NAME> WHERE ROWNUM<100,居然十多秒钟才出来。我问他这张表是不是碎片很厉害,他所不可能有碎片,昨天才IMP进去的,昨天还没问题,今天就出问题了。而且这张是话单表,不可能会做删除操作的,不会有碎片。我让他马上做个10046发过来。--相关知识点参考:OracleSQLTrace 和 10046事件http://blog.csdn.net/tianlesoftware/article/det 阅读全文
posted @ 2012-02-09 19:21 hibernate例子 阅读(113) 评论(0) 推荐(0) 编辑
摘要: 一.说明1.1 相关内容在如下官方文档中提到了一些优化工具的说明:Monitoring and Tuning the Databasehttp://docs.oracle.com/cd/E11882_01/server.112/e10897/montune.htmUsing Advisors to Optimize DatabasePerformance Oracle Databaseincludes a set ofadvisorsto help you manage and tune your database.This section contains background inform 阅读全文
posted @ 2012-01-31 22:08 hibernate例子 阅读(225) 评论(0) 推荐(0) 编辑
摘要: 一./etc/oratab说明直接使用cat 查看这个文件:gg1:/home/oracle> cat /etc/oratab # # This file is used by ORACLEutilities. It is created by root.sh # and updated by the Database ConfigurationAssistant when creating # a database. # A colon, ':', is used as the fieldterminator. A new line terminates # the e 阅读全文
posted @ 2012-01-30 21:41 hibernate例子 阅读(178) 评论(0) 推荐(0) 编辑
摘要: 官网的链接说明About Oracle Database Resource Managerhttp://docs.oracle.com/cd/E11882_01/server.112/e25494/dbrm001.htm#i1007556一.Solutions Does the Resource ManagerProvide for Workload Management?When databaseresource allocation decisions are left to the operating system, you mayencounter the following prob 阅读全文
posted @ 2012-01-23 13:08 hibernate例子 阅读(150) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 58 下一页