run {
allocate channel ch1 type 'sbt_tape'
PARMS="SBT_LIBRARY=<software_installation_path>/Base/libobk.so,BLKSIZE=1048576"
}

Procedure

  • On the RMAN command line, run the following sample script, substituting any required or optional Oracle SBT parameters.

    For information on required and optional SBT parameters, see SBT Parameters.

run {
allocate channel ch1 type 'sbt_tape';
allocate channel ch2 type 'sbt_tape';
allocate channel ch3 type 'sbt_tape';
allocate channel ch4 type 'sbt_tape';

setlimit channel ch1 maxopenfiles 8;
setlimit channel ch2 maxopenfiles 8;
setlimit channel ch3 maxopenfiles 8;
setlimit channel ch4 maxopenfiles 8;

backup incremental level = 0
filesperset = 4 format '%d_%U_%t'
database include current controlfile;
}

The SBT_LIBRARY path for the various platforms are listed below:

    • AIX with 64 bit Oracle - <Client Agent Install Path>/Base64/libobk.a(shr.o)
    • Solaris with 64 bit Oracle -<Client Agent Install Path>/Base64/libobk.so
    • Linux on System Z with 64 bit Oracle - <Client Agent Install Path>/Base64/libobk.so
    • All Other UNIX platforms -<Client Agent Install Path>/Base/libobk.so

最新文章

  1. 【BZOJ-3450】Tyvj1952Easy 概率与期望DP
  2. 解决ScrollView嵌套ViewPager出现的滑动冲突问题
  3. Codeforces Round #112 (Div. 2)
  4. 249. Group Shifted Strings
  5. JQuery事件处理的注意事项
  6. Java实现人民币大写代码解析
  7. logback 配置详解(一)(转)
  8. pt-query-digest 安装及使用
  9. rdf
  10. Open virtual effects in Ubuntu 12.04LTS
  11. Unit Of Work-工作单元
  12. NUnit单元测试资料汇总
  13. FaceRank-人脸打分基于 TensorFlow 的 CNN 模型
  14. js 重写alert 兼容iphone使得alert 不带src
  15. js常用正则表达式判断
  16. 【zookeeper】4、利用zookeeper,借助观察模式,判断服务器的上下线
  17. 山西WebGIS项目总结
  18. 使用Memcached提高.NET应用程序的性能(转)
  19. js数据结构之链表(单链表、双向链表、循环链表)
  20. Spark学习笔记之-Spark远程调试

热门文章

  1. php - 二维数组转一维数组总结
  2. junit搭建自动化测试框架(一)
  3. python从文件载入字典
  4. 如何在Linux下使用Tomcat部署Web应用(图文)
  5. C# Thread、lock
  6. nginx使用热部署添加新模块
  7. JavaScript基础有关构造函数、new关键字和this关键字(009)
  8. elasticsearch7.6 安装 并且开启外网访问,真的好累。
  9. LNMP(Linux+Nginx+MySQL+PHP) yum方式安装Redis
  10. 嗨,This is G-Aurora