Re: [Virtuoso-users] Problem installing ODS Framework VAD package

2014-09-19 Thread Kingsley Idehen
On 9/19/14 2:55 PM, Frans Knibbe | Geodan wrote: Hello Hugh, Thank you for the clarification. As I need some kind of authentication mechanism, not OAuth in particular, I think I will try WebID as an alternative first. Greetings, Frans If you are using the commercial edition, it shouldn't m

Re: [Virtuoso-users] Problem installing ODS Framework VAD package

2014-09-19 Thread Frans Knibbe | Geodan
Hello Hugh, Thank you for the clarification. As I need some kind of authentication mechanism, not OAuth in particular, I think I will try WebID as an alternative first. Greetings, Frans On 2014-09-18 18:40, Hugh Williams wrote: Hi Frans, This is still an issue with open source, but does no

Re: [Virtuoso-users] SET PROFILE ON not working

2014-09-19 Thread Hugh Williams
Hi Medha, So there maybe an issue with stable/7 which is what the static tar ball on sourceforge is, please try a build from the git develop/7 which is the latest as detailed at: http://virtuoso.openlinksw.com/dataspace/doc/dav/wiki/Main/VOSGitUsage Best Regards Hugh Williams Professio

Re: [Virtuoso-users] SET PROFILE ON not working

2014-09-19 Thread Medha Atre
Hi Hugh, My mistake in the previous message, I am indeed using version 7.1.0, downloaded from here http://sourceforge.net/projects/virtuoso/files/virtuoso/7.1.0/ (virtuoso-opensource-7.1.0.tar.gz file). I compiled it as: $ ./configure --prefix=/work/tools/virtuoso7 --program-transform-name="s/is

Re: [Virtuoso-users] Create index with partition

2014-09-19 Thread Hugh Williams
Hi Medha, The "PARTITION (S int (0hex00))" statement is used for scale out cluster only for the partitioning of the data across nodes and thus has no effect on single server or open source builds. The index is created as a distinct projection of S & P compressed column wise, further detail

Re: [Virtuoso-users] SET PROFILE ON not working

2014-09-19 Thread Hugh Williams
Hi Medha, You indicate using 7.0, which is an old build as 7.1 is the current and this works for me with a build from July: SQL> set profile on; SQL> status(''); result LONG VARCHAR ___ OpenLink Virtuoso Server

[Virtuoso-users] Create index with partition

2014-09-19 Thread Medha Atre
Hi, I was following the RDF performance tuning tutorial on http://virtuoso.openlinksw.com/dataspace/doc/dav/wiki/Main/VirtRDFPerformanceTuning For an index created as -- "CREATE DISTINCT NO PRIMARY KEY REF COLUMN INDEX RDF_QUAD_SP ON DB.DBA.RDF_QUAD (S, P) PARTITION (S int (0hex00));" W