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