1. 首页
  2. 数据库
  3. 其它
  4. catalog方式的rman备份与恢复示例

catalog方式的rman备份与恢复示例

上传者: 2021-01-16 11:16:29上传 PDF文件 44.38KB 热度 29次
注:catalog目录需要专门创建一个用于恢复的数据库一、catalog备份1、创建表空间 代码如下:SQL>create tablespace rman datafile ‘C:\oracle\product\10.2.0\oradata\orcl\rman01.dbf’ size 50Mextent management local uniform size 128K;2、创建用户 代码如下:SQL>create user rman identified by rmandefault tablespace rmantemporary tablespace temp #临时表空间quota
下载地址
用户评论