Linux Commands Examples

A great documentation place for Linux commands

isql-vt

OpenLink Virtuoso Opensource SQL Interface (Unicode)

Synopsis

isql-vt [HOST [:PORT] ] [UID] [PWD] file1 file2 ...
isql-vt
[-H server_addr] [-S server_port] [-U username] [-P password] [-E] [-X pkcs12_file] [-K] [-C] [-b num]
isql-vt
-?


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples

0
source
            
GRAPH="http://monnet/wiktionary"
echo "ttlp_mt (file_to_string_output ('$x'), '', '$GRAPH'); checkpoint;"
isql-vt 1111 dba dba exec="ttlp_mt (file_to_string_output ('$x'), '', '$GRAPH'); checkpoint;"
isql-vt 1111 dba dba exec="ttlp_mt (file_to_string_output ('$x'), '', '$GRAPH'); checkpoint;"
done
isql-vt 1111 dba dba exec="ttlp_mt (file_to_string_output ('data/wiktionary5.ttl'), '', 'http://monnet/wiktionary'); checkpoint;"
0
source
            
groupGraph='http://fts.publicdata.eu/'
isql-vt 1100 dba dba "EXEC=DB.DBA.RDF_GRAPH_GROUP_INS('$groupGraph', '$memberGraph')";
0
source
            
virtload.sh "$ontFile" "$memberGraph" 1100 dba dba
groupGraph='http://fts.publicdata.eu/'
isql-vt 1100 dba dba "EXEC=DB.DBA.RDF_GRAPH_GROUP_INS('$groupGraph', '$memberGraph');"
0
source
            
function createbackup {
ISQL=`which isql-vt || which isql`
BACKUPDATE=`date +%y%m%d-%H%M`
$ISQL -U $VIRTUSER -P $VIRTPASS <<ScriptDelimit
0
source
            
echo "data/ttlp_mt (file_to_string_output ('$x'), '', '$GRAPH'); checkpoint;"
isql-vt 1111 dba dba exec="ttlp_mt (file_to_string_output ('$x'), '', '$GRAPH'); checkpoint;"
done

description

This manual page documents briefly the isql-vt command.

This manual page was written for the Debian distribution because the original program does not have a manual page. Instead, it has documentation in the ’doc’ VAD package.

isql-vt is the OpenLink Virtuoso Interactive SQL Interface

options

A summary of options is included below. For a complete description, see the ’doc’ VAD package.

--help

outputs help

files

/etc/virtuoso/virtuoso.ini

The configuration file to control the behaviour of the main instance of isql-vt.


see also

The programs are documented fully by the ’doc’ VAD package.

How can this site be more helpful to YOU ?


give  feedback