Latest Activity

code

import.sh for Denodo 8 client

Hi team, We now use Denodo 7, and we use import.sh from denodo VDP client package for some code automation running. We will migration to denodo 8 ASAP, where I can get import.sh and its dependent stuff for Denodo 8. We need this script to run on linux ...

Denodo 8 import.sh

code

About Denodo 7 and Denodo 8 Linux JDBC driver

Hi team, I have some python script which use linix JDBC driver to run some vql to Denodo 7, now our Denodo upgrade to Denodo 8, Can i understand the Denodo 7 JDBC driver cannot run vql like create/delete Denodo objects to Denodo 8? If I want to run vql...

Denodo 8 linux JDBC Driver import.sh

code

how to use import.sh to run the vql?

I understand and used below to run vql shell by import.sh, which run the vql shell in a file using below command with option "-f": $DENODO_HOME/bin/import.sh -f ${connectionTmpFile} -h "${i}?${uid}@${passwords}&queryTimeout=9" >> ${objectlogF...

import.sh

code

import.sh run vql, which vql contained parameter, how to make it?

We have linux machine with denodo client installed, we use import.sh to run some vql file, I have a question, if my vql file wants to have a parameter such as where filters contain some parameter, can import.sh run that vql with parameter contained in ...

vql vql parameter import.sh

code

When use import.sh to run vql, where is the vql output file?

We have linux machine with denodo client installed, we use import.sh to run some vql file like below: $DENODO_HOME/bin/import.sh -f ${vqlFile} -h "${databaseURI}?${uid}@${passwords}&queryTimeout=9" > ${tempFile} 2>&1 The vqlFile we run ha...

output command line import.sh