12c new feature

关于12c Pluggable database注册listener问题

August 9, 2013 12c, network, oracle No comments

演示一下12c中关于pdb的listener register,unregister问题

[oracle@db-42 ~]$ lsnrctl status listener1

LSNRCTL for Linux: Version 12.1.0.1.0 - Production on[......]

Read more

[12c new feature] 针对 pluggable database的操作

July 5, 2013 12c, oracle No comments

1. create Pluggable database from NON_CDB database.

[oracle@db-42 ~]$ ora si 

SQL*Plus: Release 12.1.0.1.0 Production on Fri Jul 5 13:07:08 20[......]

Read more

[12c new feature] slow IO tracing by views

July 3, 2013 12c, oracle No comments

根据JL,Glen Fawcett 的文章 oracle 从12c开始提供了3个视图来探测慢速的IO

SQL> desc V$LGWRIO_OUTLIER;
 Name					   Null?    Type
 -----------------------------------[......]

Read more

[12c new feature] add column enhancement

June 27, 2013 12c, oracle 1 comment

首先我们看一组测试 数据库版本oracle 12c beta1

SQL> select count(*) from test;

  COUNT(*)
----------
    725888

SQL> set timing on;
SQL> alter[......]

Read more