Hi Hugh,
Still same error... I really don't know what's happen. We will retry the
same procedure when the new release will be released.
Best.
Julien.
2013/10/25 Julien Plu
> Hi Hugh,
>
> Ok, I will let you know about this new query monday, because I don't have
> access to this Virtuoso insta
Hi Hugh,
Ok, I will let you know about this new query monday, because I don't have
access to this Virtuoso instance for now.
Best.
Julien.
2013/10/25 Hugh Williams
> Hi Julien,
>
> I don't see how that query can fails with a No table error as the
> RDF_QUAD table holds all your RDF triples
Hi Julien,
I don't see how that query can fails with a No table error as the RDF_QUAD
table holds all your RDF triples ? Can you try fully qualifying it with:
select distinct count(distinct g) from DB.DBA.RDF_QUAD;
Which should also be visible in the in the database schema ...
Best R
Hi Hugh,
I use the stable version, more precisely the "tar.gz" from here :
http://sourceforge.net/projects/virtuoso/files/virtuoso/7.0.0/
And for the query I have this error :
*** Error S0002: [Virtuoso Driver][Virtuoso Server]SQ200: No table rdf_quad
at line 3 of Top-Level:
select distinct coun
Hi Julien,
Can you please confirm if you are using the stable or develop 7 branch in git ?
Also, what does the following query directly against the RDF_QUAD table report
as the number of graphs:
select distinct count(distinct g) from rdf_quad;
Best Regards
Hugh Williams
Professional Se
Hi,
I try to upgrade my old Virtuoso version (6.1.6) to the new one (7.0.0) but
in keeping the same virtuoso.db file.
So I saved the "virtuoso.db" file, deleted completely the 6.1.6 virtuoso
version, installed the 7.0.0 version, put the "virtuoso.db" file in the
"db" folder then start the new Vir