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

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.mrgr.cn/news/20405.html

相关文章:

  • 【大模型实战篇】大模型显存资源计算以及GPU如何选择
  • 高压喷雾车的功能与应用_鼎跃安全
  • 计算机网络(运输层)
  • 听说金融界学历都硕士以上了?你还不来社科院与杜兰大学金融管理硕士项目提升吗
  • Python精选200Tips:71-80
  • Python/Django编程实践指南
  • Java核心知识体系-并发与多线程:线程基础
  • 200. 岛屿数量
  • PERT图讲解(含其在软考的考点)
  • 【SLAM】GNSS的定义,信号原理以及RTK在多传感器融合中的使用方法
  • 模型“鲁棒性”是什么,和“泛化性”有什么异同。
  • 【Fastapi】使用Toml作为配置文件格式
  • 进程
  • 【网络安全】调试模式获取敏感数据
  • python编程知识(实现数据加密和解密)
  • 如何利用python实现碰撞原理
  • 使用GPU加速及配置
  • 淘宝商品详情API:优惠券与红包信息的深度解析
  • CTFSHOWRCE
  • 本地服务器安装MySQL数据库与管理工具phpMyAdmin详细步骤