RMAN_PIPE

Posted shulin-peng

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了RMAN_PIPE相关的知识,希望对你有一定的参考价值。

涉及的dbms_pipe包中的过程和函数:
(1)PACK_MESSAGE Procedures
用途:Builds message in local buffer
(2)SEND_MESSAGE Function
用途:Sends message on named pipe: This implicitly creates a public pipe if the named pipe does not exist
(3)RECEIVE_MESSAGE Function
用途:Copies message from named pipe into local buffer
(4)UNPACK_MESSAGE Procedures
用途:Accesses next item in buffer

 

以上是关于RMAN_PIPE的主要内容,如果未能解决你的问题,请参考以下文章