发布时间:2011-12-29 09:38:42
1 . 安装数据库之前的准备工作。 首先必须确认你的机器配置,操作系统,以及你需要安装的oracle数据库的版本。针对不同的机器、操作系统和oracle版本你......【阅读全文】
发布时间:2011-12-15 23:43:06
<span class="Apple-style-span" style="color: rgb(44, 44, 44); font-family: 宋体, 'Arial Narrow', arial, serif; font-size: 12px; line-height: normal;......【阅读全文】
发布时间:2011-12-15 23:41:42
创建临时表空间 create temporary tablespace stbss_tmp tempfile 'E:oracleproduct10.2.0oradataorclstbss_temp01.dbf'......【阅读全文】
发布时间:2011-12-08 00:29:42
在需要大量数据的传输时,使用DMA往往会比使用cpu传输速度快。 1、cpu传输数据需要通过指令来完成,而执行指令需要取指、译码、执行等等步骤,编写程序往往还......【阅读全文】
发布时间:2011-12-08 00:29:38
<span class="Apple-style-span" style="color: rgb(102, 102, 102); font-family: Georgia, 'Times New Roman', Times, san-serif; line-height: 23px; b......【阅读全文】