dblink_ora_exec() v18
The dblink_ora_exec() procedure executes a DML or DDL statement in the remote database. The signature is:
dblink_ora_exec(<conn_name>, <command>)
Where:
conn_namespecifies the name of the link.commandspecifies the text of theINSERT,UPDATE, orDELETESQL statement invoked on the Oracle server.
The function returns a VOID.