RDF_REPL_GRAPH_INS
Inserts graph to RDF publication.
RDF_REPL_GRAPH_INS
(in graph varchar);
Description
This function inserts graph to enabled RDF Replication. The graphs in this replication can be
more than one.
Parameters
graph –
Graph URI to be inserted.
Example
Insert graph to RDF replication
SQL> DB.DBA.RDF_RDF_REPL_GRAPH_INS ('http://test.org');