Chinaunix首页 | 论坛 | 博客
  • 博客访问: 396214
  • 博文数量: 88
  • 博客积分: 10
  • 博客等级: 民兵
  • 技术积分: 1054
  • 用 户 组: 普通用户
  • 注册时间: 2012-11-07 12:23
文章分类
文章存档

2014年(88)

我的朋友

发布时间:2014-06-17 14:31:11

SQL> SQL> create table test_part(id number(10),name varchar2(100),cdate date)          2  partition by range(cdate)  3  SQL> SQL> create table test_part(id number(10),name varchar2(100))  2  partition by range(id)  3  (partition p.........【阅读全文】

阅读(1417) | 评论(0) | 转发(0)

发布时间:2014-06-17 14:31:11

buffer cacheUnderstanding and Tuning Buffer Cache and DBWR (Doc ID 62172.1)Database Writer and Buffer Management[Article ID 91062.1]checkpointUnderstanding and Tuning Buffer Cache and DBWR (Doc ID 62172.1)sqlUnderstanding and Tuning Buffer Cache and DBWR (Doc ID 6217.........【阅读全文】

阅读(1061) | 评论(0) | 转发(0)

发布时间:2014-06-17 14:31:11

一直想做一个东西,能够直接在Linux下显示文本格式的图形,比如点阵图,连线图,直方图等等。直接使用第三方的工具会有一些平台和类库的限制,所以小米加步枪自己周末捣鼓了一下。实现的效果基本如下。点阵图:.........【阅读全文】

阅读(1058) | 评论(0) | 转发(0)

发布时间:2014-06-17 14:31:11

imp ignoreimpdp impdp prdrefwork/dba4true directory=test dumpfile=a.dmp tables=csm_offer TABLE_EXISTS_ACTION=appenddefault is value skip局限性:不能在DB readonly状态下运行,而exp可以[ora10g@centos ~]$ expdp prdrefwork/dba4true dumpfile=a.dmp tables=csm_offer directory=testExport.........【阅读全文】

阅读(1177) | 评论(0) | 转发(0)

发布时间:2014-06-17 14:31:10

昨天自己在OEL上准备把10g,11g的环境都准备一下,我规划了一下硬盘空间,然后创建了相应的用户,12c的Oms也在这次的范围之内。drwx------  4 oms10g  dba     4096 Jan 18 20:56 oms10gdrwx------  3 oms11g  dba     4096 Jan 15 07:04 oms11gdrwx------ 15.........【阅读全文】

阅读(1629) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册