Chinaunix首页 | 论坛 | 博客
  • 博客访问: 396405
  • 博文数量: 58
  • 博客积分: 2096
  • 博客等级: 大尉
  • 技术积分: 608
  • 用 户 组: 普通用户
  • 注册时间: 2008-09-29 16:09
个人简介

专注于数据库技术研究和实践,目前就职于互联网金融企业,提供Oracle数据库技术支持和维护。 联系电话:18616803656

文章分类

全部博文(58)

文章存档

2020年(1)

2019年(4)

2018年(1)

2017年(3)

2015年(4)

2014年(7)

2012年(1)

2011年(27)

2010年(8)

2009年(2)

我的朋友

发布时间:2017-04-13 11:58:53

The parallel_clause lets you parallelize creation of the table and set the default degree of parallelism for queries and the DML INSERT, UPDATE, DELETE,and MERGE after table creation.
NOPARALLEL: Specify NOPARALLEL for serial execution. This is the default,即并行度为1.
PARALLEL: Specify PARALLEL if you want Oracle to select a degree of parallelism equal to the number of CPUs available on all participating instances times the value of the PARALLEL_THREADS_PER_CPU initialization parameter.......【阅读全文】

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

发布时间:2015-07-24 16:15:01

......【阅读全文】

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

发布时间:2015-03-17 14:26:16

......【阅读全文】

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

发布时间:2014-04-25 11:43:08

I.备份所有归档日志文件RMAN> BACKUP FORMAT '/u01/backup/arch_%U_%T' skip inaccessible filesperset 5 ARCHIVELOG ALL DELETE INPUT;II.使用RMAN方式清除 RMAN清除方式会自动清除磁盘上的归档日志文件,同时会释放控制文件中对应的归档日志的归档信息。 可以基于不同的条件来清除归档日志,如基于SC.........【阅读全文】

阅读(13087) | 评论(0) | 转发(1)

发布时间:2014-03-10 11:14:03

在DataGuard环境中使用Broker-角色转换Switchover......【阅读全文】

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

登录 注册