Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

RDF Networks

619547Jan 24 2008 — edited Jan 28 2008
In 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 25 2008
Added on Jan 24 2008
3 comments
2,233 views