标题: ORA-24051: cannot propagate object type payloads [打印本页] 作者: admin 时间: 2016-9-1 12:51 标题: ORA-24051: cannot propagate object type payloads ORA-24051: cannot propagate object type payloads that have a REFattribute Cause: An ADD_SUBSCRIBER orENQUEUE procedure with a non-NULL
address field in the agent type was issued on a queue whose payload has a REF
attribute. Propagation of object type payloads that have a REF attributecurrently
is not supported. Action: Specify an agent witha NULL address field so that the agent can dequeue
from the same queue. Or, change the object type definition to one that does notuse
REF attributes.