标题: ORA-28132: The MERGE INTO syntax does not [打印本页] 作者: admin 时间: 2016-9-3 09:50 标题: ORA-28132: The MERGE INTO syntax does not ORA-28132: The MERGE INTO syntax does not support the security policy. Cause: The MERGE INTO syntaxdid not support a security policy on the
destination table, because the policy's statement_types did not include each of
INSERT, UPDATE and DELETE. Action: If you do not havethe privilege to modify the security policy, then instead
of MERGE INTO, use the INSERT, UPDATE and DELETE DML statements on the
table that has a security policy defined on it. If you have the privilege tomodify
the security policy, then redefine it in such a way that statement_typesincludes all
of the DML statement types (INSERT, UPDATE and DELETE).