Latest Activity
I am trying to connect to Denodo to obtain access to a view using a web app created from Node JS and the jdbc library. I was able to figure out how to successfully connect to a non SSL version of Denodo but I would like to know how to do it for an SSL ...
I verified we are using java 1.8 on a denodo 7.0 installation. I have downlaoded v10.5fp11_linuxx64_dsdriver from ibm and loaded onto the vdp server drivers directory. I can now connect to my db2/udb luw instance. I can create a view just fine. but exe...
Related to: Java versions supported by the Denodo Platform
Hi,Iam trying to connect denodofrom java program , I installed the denodo jdbc jar file and put it at my java prgoram and it works well , but when I tried to run the java program from terminal by generate jar file and run it , it failed to load vdp jdb...
Is there a way to have Denodo set the role for the user connecting to an Oracle database through a Denodo view? e.g. "set role <role_name>"
I have been observing in my monitoring logs that VDPActiveConn are high and constantly growing. You would expect a connection to be opened, used and closed. Yet in my logs they are staying oepned. I checked via JConsole the connections and 140 were ope...
Is it possible to connect to Denodo VDP 7.0 using Oracle SQL Developer client using Denodo JDBC Driver?
I'm trying to establish a connection with denodo using JDBC driver to mulesoft which is a maven based application. Mule runtime: 3.8.6 Denodo version: Denodo 7.0 update-20181011 JDBC Jar used: denodo-vdp-jdbcdriver-7.0-update-20181011.jar Maven depend...
Hi Team, We are facing issues while fetching data from Oracle DB, which is taking longer time than usual. When checking with DB team, they suggested to use below(with parallel option) while running a select command. I tried to run the same manually an...
Hi, I have been trying connect our Denodo Server via python, I have been trying from windows and now from MacOs Mojave. I have read other JAYDEBE API posts, which basically Denodo Support team didn't/couldn't help. My code is below user = #### pasw ...
I am trying to connect to Denodo server using VDB JDBC driver. I want to access it through a WebSphere Application Server Application where I am trying to set a Pooled data source with following config: Implementation class: com.denodo.vdb.jdbcdriver....