Hi Quentin,
You can use the DB.DBA.RDF_AUDIT_METADATA() to check and attempt to repair any
issue found in the RDF meta data ...
Best Regards
Hugh Williams
Professional Services
OpenLink Software, Inc. // http://www.openlinksw.com/
Weblog -- http://www.openlinksw.com/blogs/
Li
Hi Quentin,
Sounds like there maybe a problem with the indexes on the RDF_QUAD table, so
you should.
1. Perform integrity check on the database with the command "backup
'/dev/null';"
2. Check the count of indexes on the RDF_QUAD table which should all be the
same:
select count(*) f
Hi Quentin,
I see this issue executing via the conductor isql UI but it does not occur
when run against the command line isql
SQL> create procedure test.test.testUserDrop ( )
test.test.testUserDrop(0) {
test.test.testUserDrop(1) DB.DBA.USER_CREATE('testUser','badpassword');
test.test.testUser
Hi Quinten,
I am checking this with development ...
Best Regards
Hugh Williams
Professional Services
OpenLink Software, Inc. // http://www.openlinksw.com/
Weblog -- http://www.openlinksw.com/blogs/
LinkedIn -- http://www.linkedin.com/company/openlink-software/
Twitter -- http
Hi Nikunj,
A Virtuoso transitive query can provide the path length between nodes in a
graph as detailed in the examples at:
http://virtuoso.openlinksw.com/dataspace/doc/dav/wiki/Main/VirtsubClassOfOrientedSubsumptionTransitiveOptions
Best Regards
Hugh Williams
Professional Services
Ope
Hi Javier,
You would need to define a rewrite rule in Virtuoso that will take the URI form
and redirect to the /fct page . Details on creating Virtuoso rewrite rules can
be found at:
http://virtuoso.openlinksw.com/dataspace/doc/dav/wiki/Main/VirtDeployingLinkedDataGuide_UsingVirtuoso#A