签到成功

知道了

CNDBA社区CNDBA社区

Orcle 12c 新特性---Parallel PDB Creation Clause

2017-08-14 09:33 2075 0 原创 Oracle 12C
作者: Expect-乐

 说明

12.2开始,支持并行创建pdb。毫无疑问会加快PDB的创建,当数据库版本是12.2.0或更高,默认Oracle会自动选择并行度。http://www.cndba.cn/Expect-le/article/2105

The PARALLEL clause of the CREATE PLUGGABLE DATABASE statement specifies whether to use parallel execution servers during PDB creation and, optionally, the degree of parallelism.

You can use this clause to make the creation of PDBs faster by using more than one parallel execution server to copy the new PDBs data files to a new location. When the compatibility level of the CDB is 12.2.0 or higher, the CDB chooses the degree of parallelism to use for PDB creation by default. Alternatively, you can specify the desired degree of parallelism in the clause, but the CDB can ignore the suggestion, depending on the current database load and the number of available parallel execution servers.

http://www.cndba.cn/Expect-le/article/2105

CDB根据当前的负载情况,决定是否使用并行,哪怕是指定了并行度。

http://www.cndba.cn/Expect-le/article/2105

When a value of 0 or 1 is specified, the CDB does not parallelize the creation of the PDB. Specifying 0 or 1 can result in longer PDB creation time.http://www.cndba.cn/Expect-le/article/2105

Use this clause only when you are creating a PDB from the CDB seed or an application seed, or when you are cloning a PDB.

注意:只有当通过CDB seed,应用程序 seed或者通过克隆一个PDB来创建PDB时,才可以使用PARALLEL参数。

语法

http://www.cndba.cn/Expect-le/article/2105http://www.cndba.cn/Expect-le/article/2105

http://www.cndba.cn/Expect-le/article/2105

create pluggable database sihong admin user cndba identified by cndba
file_name_convert=('/u01/app/oracle/oradata/orcl/pdbseed/','/u01/app/oracle/oradata/orcl/sihong/') PARALLEL 4;

http://www.cndba.cn/Expect-le/article/2105
http://www.cndba.cn/Expect-le/article/2105
http://www.cndba.cn/Expect-le/article/2105

版权声明:本文为博主原创文章,未经博主允许不得转载。

Parallel PDB Creation

用户评论
* 以下用户言论只代表其个人观点,不代表CNDBA社区的观点或立场
Expect-乐

Expect-乐

关注

Without the continuous bitter cold, there can be no fragrant plum blossom

  • 336
    原创
  • 6
    翻译
  • 100
    转载
  • 41
    评论
  • 访问:1572936次
  • 积分:1957
  • 等级:核心会员
  • 排名:第4名
精华文章
    最新问题
    查看更多+
    热门文章
      热门用户
      推荐用户
        Copyright © 2016 All Rights Reserved. Powered by CNDBA · 皖ICP备2022006297号-1·

        QQ交流群

        注册联系QQ