Name
RDF_REPL_STOP — Stops the RDF replication at the publishing side
Synopsis
              RDF_REPL_STOP
            (
            | 
                    in 
quiet
   integer := 0
); | 
          
Description
This function stops the RDF replication at the publishing side. It calls
				repl_unpublish
   but does not make empty reates replication
				"publication" named '__rdf_repl' and makes a log file '__rdf_repl.log' to record changes in replicated graphs.
Parameters
quiet
Sets silent operation mode on / off i.e. 1/ 0. Default is 0 -- errors are shown. If set to 1 -- no errors are shown.
Example
Example 24.353. Enable RDF Publication
SQL> DB.DBA.RDF_REPL_STOP ();