Re: [Virtuoso-users] virtuoso striping

2015-04-15 Thread Morty
hen do file verification outside the scope of rsync, e.g. by doing sha1sum on both sides and comparing the results. Contact your local sysadmins for assistance with either of these options. :) - Morty On Wed, Apr 15, 2015 at 02:50:31PM -0400, Gang Fu wrote: > We want to transfer the file

Re: [Virtuoso-users] virtuoso striping

2015-04-15 Thread Morty
tion, you could use rsync. rsync has options to resume a failed transfer. Alternatively, you could use the Linux/Unix "split" command to split the one large file into a bunch of smaller files. Or you could use the commercial version of virtuoso with built

Re: [Virtuoso-users] create procedure in bash shell

2015-04-07 Thread Morty
tax. temp_file=`mktemp /somedir/tmpX` $command_to_generate_procedure > $temp_file && isql dba $dba_password $temp_file If there are any issues, you can look at the temporary file to debug quoting and the like. - Morty -- BPM

Re: [Virtuoso-users] virtuoso isql batch mode?

2015-04-06 Thread Morty
ne option that just outputs raw data. sybase's isql command has such an option. mysql's mysql command has such an option. So does postgres's command. It would be nice if virtuoso's isql did as well, if it doesn't already. Thanks! - Morty On Tue, Apr 07, 2015 at 12:39:32AM +

[Virtuoso-users] virtuoso isql batch mode?

2015-04-04 Thread Morty
al version is not an option at this time. - Morty -- Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things

Re: [Virtuoso-users] virtuoso isql password file option

2015-03-20 Thread Morty
ords from > an INI file. Currently, that's missing from our releases, but it > will be added, following this conversation. Excellent! Thanks. :) - Morty -- Dive into the World of Parallel Programming Th

Re: [Virtuoso-users] virtuoso isql password file option

2015-03-19 Thread Morty
them? Other database systems I've worked with have had mechanisms to deal with this problem. Usually by having a "password file" option or a configuration file option that could hold a password. - Morty -

[Virtuoso-users] virtuoso isql password file option

2015-03-18 Thread Morty
o open source version 7.1.0, under Linux. I'm sure we'll be upgrading to the most recent version shortly. But I don't see any changes to isql under the 7.2.0 release notes, so I'm assuming "upgrade to 7.2.0" won't solve