Bo's Oracle Station

查看: 1294|回复: 0

课程第41次:2016-06-29星期三

[复制链接]

1005

主题

1469

帖子

1万

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
12012
发表于 2016-6-30 22:15:31 | 显示全部楼层 |阅读模式
本帖最后由 botang 于 2016-7-2 16:34 编辑

【上完1Z0-053的第19/第8章】rman调优,异步IO和FILESPERSET以及MAXOPENFILES
【1Z0-051】:共10章0 1 2 3 4 5 6 7 8 9 10 11
【1Z0-052】:共12章(0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
【1Z0-053】:共14章(0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20

  1. select  * from v$transportable_platform;


  2. select   * from v$session where terminal='pts/4';

  3. select  * from v$session
  4. where client_info like '%botang%';


  5. select  * from v$session_longops  where sid   
  6.   in
  7.    ( select  sid  from  v$session where terminal='pts/4' );

  8. ---

  9. RMAN> run {
  10. 2> allocate channel c1 device type disk ;
  11. 3> backup  duration 00:02 minimize load
  12. 4> tablespace users;
  13. 5> }
复制代码



回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|手机版|Bo's Oracle Station   

GMT+8, 2024-4-18 22:46 , Processed in 0.039584 second(s), 24 queries .

快速回复 返回顶部 返回列表