How to make this schema execute sql of other schemas without adding schema

CREATE OR REPLACE SYNONYM "OPGCEP2"."RAW_TXN" FOR "ZX"."RAW_TXN";
GRANT all ON "ZX"."RAW_TXN" TO OPGCEP2;
delete from raw_txn;

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326575154&siteId=291194637