Re: [Virtuoso-users] load command from jdbc

2012-01-12 Thread Marcelo Aliquintuy
Hello Ivan . Thanks for your answer, a try run the command but i got the next error: Error 22023: [Virtuoso Driver][Virtuoso Server]HT057: The STRING session in string_output_string is longer than 10Mb. Either use substring to access it in parts or place less data in it. at line 10 of Top-Level:

Re: [Virtuoso-users] load command from jdbc

2012-01-12 Thread Ivan Mikhailov
Hello Marcelo, "LOAD" is not a Virtuoso SQL command, it's an ISQL one. The ISQL checks the command to be executed, whether it's of special "isql"-ish syntax or not, it executes commands it understand and send the rest to the server, unchanged. There's no way to mimic ISQL's behavior right on the

[Virtuoso-users] load command from jdbc

2012-01-12 Thread Marcelo Aliquintuy
Hi. I need execute the command load (http://docs.openlinksw.com/virtuoso/isql.html) to load a sql dump. from isql works fine isql> use test_scheme isql> load /var/folders/Lf/LfpHqngMENCf+2aAfoO3IE+++TI/-Tmp-/dump_sql_ext7446201432912089856tmp but from jdbc, I got the next exception: Caused