欢迎来到尧图网

客户服务 关于我们

您的位置:首页 > 健康 > 美食 > v$session_longops监控 PDB clone 进度

v$session_longops监控 PDB clone 进度

2025/6/8 14:47:15 来源:https://blog.csdn.net/jnrjian/article/details/141938188  浏览:    关键词: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.

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com

热搜词