Re: [Virtuoso-users] Loading relational data into Virtuoso

2014-10-02 Thread Yrjänä Rankka
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 09/09/2014 08:35, Medha Atre wrote: > Hi Hugh, > > This is in reference to our previous conversation about using > Virtuoso as a pure DB store and using SQL commands. > > Basically I want to upload my own raw integer valued 3-column > table (it'

[Virtuoso-users] Too Many Open Statements errors for large UpdateDataInsert sets

2014-10-02 Thread William Puschmann
All - We are currently attempting to submit several objects made up of several RDF nodes from a Tomcat server into Virtuoso and are eventually getting the "Too many open statements" error. Our objects are not too large - approximately 20 triples for each. Everything works just fine until just aft

[Virtuoso-users] Foreign key constraint action documentation question

2014-10-02 Thread chastk
Hello, My name is Katie Chastain. I'm a student at RPI, and I'm trying to modify an SQL schema to work on Virtuoso. The original schema uses ON UPDATE and ON DELETE foreign key constraints, and Virtuoso is giving me errors on "NO ACTION" for these. In the documentation for the CREATE TABLE sta

[Virtuoso-users] Loading a Trig file into virtuoso

2014-10-02 Thread Nuria Queralt Rosinach
Dear all, From the shell, I am trying to load into Virtuoso NQUAD store a Trig file with triples in several named graphs using this function: ISQL> log_enable(3,1); ISQL> DB.DBA.TTLP_MT(file_to_string_output('path/file.trig'),'','graph ',256); And, the following error come