Latest Activity
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 ...
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...
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...
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 ...
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...