RDF_REPL_GRAPH_DEL
Deletes graph from RDF publication.
RDF_REPL_GRAPH_DEL
(in graph varchar);
Description
This function deletes graph from RDF Replication.
Parameters
graph –
Graph URI to be deleted.
Example
Delete graph from RDF replication
SQL> DB.DBA.RDF_RDF_REPL_GRAPH_DEL ('http://test.org');