当前位置: 首页 > article >正文

v$session_longops监控 PDB clone 进度

How to Monitor PDB Clone / Move On 'Create Pluggable Database' with 'COPY' Clause Statement Execution (Doc ID 2866302.1)​编辑To Bottom


In this Document

Goal
Solution
References

APPLIES TO:

Oracle Database - Enterprise Edition - Version 19.14.1.0.0 and later
Information in this document applies to any platform.

GOAL

Monitor execution of the PDB creation/cloning/move through 'Create Pluggable Database' SQL statement, using COPY clause:
 

CREATE PLUGGABLE DATABASE <PDB_NAME> USING '/<path>/<manifest_file>.xml' COPY;

SOLUTION

Connect to cdb$root in another session in the destination CDB and query v$session_longops:
 

select opname, sid, serial#, sofar, totalwork, time_remaining, message from v$session_longops where time_remaining > 0;


And check for Blocks done over opname = kpdbfCopyTaskCbk.

You may also check the physical copy of the datafiles in your filesystem to monitor the progress of the file copies.


http://www.kler.cn/a/291671.html

相关文章:

  • 2、计算机网络七层封包和解包的过程
  • 【计算机网络】水平触发与边缘触发有什么优缺点呢?
  • 【机器学习】聚类算法原理详解
  • 深入探索Scala迭代器:实用技巧与最佳实践
  • 【ARM】MDK在debug模式下的Registers窗口包含哪些内容
  • 【ASR技术】WhisperX安装使用
  • Elasticsearch在高并发下如何保证读写一致性
  • Git创建项目
  • 一款云笔记支持在线协同文档,脑图,白板演示的工具,多个设备同步,让灵感与你同行(附源码)
  • 深度学习实战3--GAN:基础手写数字对抗生成
  • HarmonyOS开发实战( Beta5版)不要使用函数/方法作为复用组件的入参规范实践
  • 基于vue框架的车辆交易管理系统n5xwr(程序+源码+数据库+调试部署+开发环境)系统界面在最后面。
  • day17JS-Cookle、webStorage和Promise
  • Day22_K8S
  • 使用GPU加速及配置
  • UNION和UNION ALL的区别
  • 假如你是HR,你怎么招「游戏策划」?
  • 创建一个Oracle版本的JDK的Docker镜像
  • taro ui 小程序at-calendar日历组件自定义样式+选择范围日历崩溃处理
  • PyTorch常用库函数:torch.acos()的详解实战使用
  • 世界时钟怎么设置?一键设置多个世界时钟 多个地区时间
  • 向量和矩阵学习笔记
  • vue3 VueUse useElementVisibility 来监听某一个元素或者div是否在当前视口viewport中可见。
  • 坐牢第三十五天(c++)
  • 智能手机、汽车新应用,星纪魅族幸运星号”卫星即将发射
  • 如何用 Typed.js 制作炫酷的打字效果?