摘要:
为什么可能会去修改Linux I/O Scheduler (elevator)?以及什么是I/O Scheduler,应该如何为数据库系统选择合适的I/O Scheduler?可以参看以下文章。Linux, i/o scheduler and ASM– 在极大I/O压力的情况下,采用Deadline scheduler可能会提高5%-10%的I/O性能。Choosing an I/O Scheduler for Red Hat® Enterprise Linux® 4 and the 2.6 Kernel– 在大多数情况下,默认的CFQ scheduler已经足够好,无需修 阅读全文
摘要:
Oracle Fusion Applications are currently available under an early adopter program. That means Oracle is not pushing to existing clients to replace their applications with Oracle Fusion Applications, but will instead its trying to build a reference base through their early adopter program.This post i 阅读全文
摘要:
数据库异常停止(26号23:46分左右)Thu May 26 23:46:08 2011Shutting down instance: further logons disabledThu May 26 23:46:10 2011Stopping background process CJQ0Thu May 26 23:46:10 2011Stopping background process QMNCThu May 26 23:46:12 2011Stopping background process MMNLThu May 26 23:46:13 2011Stopping backgrou 阅读全文
摘要:
对于Convertible, Truncated的对象,我们可以使用exp或expdp导出,然后drop原表,等字符集修改完以后再进行导入。另外对于lossy的对象,我们可以借助plsql等工具将数据导出,然后手工转换编码。关于cscan工具扫描以后产生的结果,如何去阅读的问题,以及在10g以后版本中如何安装的问题;大家可以参考如下两篇文章:Installing and configuring Csscan in 10gand 11g (Database Character Set Scanner) [ID 745809.1]Csscan output explained [ID 444701 阅读全文
摘要:
10g中如何修改字符集?对于oracle10g,已经完全跟8i 9i不一样了,不再使用alter database命令,metalink解释如下:Using the "ALTER DATABASE CHARACTER SET"command in 8i or 9i and CSALTER in 10g and up.首先我们来看下scan.txt的内容:[Scan Summary]All character type data in the data dictionary areconvertible to the new character setAll characte 阅读全文