RDF Networks
619547Jan 24 2008 — edited Jan 28 2008In a 10.2.0.3 database, we created an RDF network with this command:
EXECUTE SDO_RDF.CREATE_RDF_NETWORK('rdf_tblspace');
Later, the user asked for an additional tablespace and a corresponding network. However, when this command is executed:
EXECUTE SDO_RDF.CREATE_RDF_NETWORK('rdf_perf');
--we get this error:
ORA-13199: RDF NETWORK already exists
Can there be only one RDF network per database? If not, how do I overcome this error?
TIA