Latest Activity

code

Getting Source Tables and Columns of a Datasource through Query

Hi Denodo team, Are there any queries to get all the tables in the datasource and also columns in a datasource for a specified table. I have seen that GET_SOURCE_TABLE() procedure is giving table but it takes view name as a parameter,but I don't want t...

JDBC query Database JDBC DataSource

code

Cloudera CDP with Impalad 3.4.0 jdbc connector

We are currently using Denodo 7 (future plans to upgrade to 8) and are currently using the Impala 2.3 jdbc connector with Cloudera CDH 6.3. We will be upgrading our current Cloudera environment to Cloudera CDP 7.1.6 with Impala 3.4.0 and was curious if...

cloudera JDBC impala

code

How to connect to Amazon Athena from Denodo 8.0 using JDBC??

Hi, is there any documentation on how to perform when connecting to AWS Athena from Denodo 8.0 using JDBC. I know the ir documentation on how to connect bu with Denodo 7.0. Are the procedures the same? Thankyou

Denodo 8.0 JDBC Athena

code

Simba connection error in : uncategorized Column Type

Hi, I am trying to fetch the data from a table on Azure Databricks (ADLS). Tables are delta tables. I am using Simba driver on Denodo and the connection is successful as suggested in denodo documentation. After successful connection. I try to do "Creat...

simba JDBC Azure databricks

code

How to Create Base View in Denodo to a NEO4J data-source?

Hi All, I know that a very similar question was asked before, but my problem is not connecting Denodo with Neo4j, I could connect the tools using the corresponding Driver, placing it in the folder "<DENODO_HOME> \ lib \ extensions \ jdbc-drivers...

Neo4j Connection Create Base View JDBC

code

Adding CONTEXT to JDBC Database URI

I am trying to add a timeout context to a JDBC connection. JDBC Parameters are referenced in the documentation (https://community.denodo.com/docs/html/browse/6.0/vdp/developer/access_through_jdbc/parameters_of_the_jdbc_connection_url/parameters_of_the_...

context JDBC

code

Changing JDBC Connection Password with VQL

Hi, I need help constructing the correct VQL to change the password for a JDBC connection within VDP? I believe it is something like: ALTER DATASOURCE JDBC connectionname ENCRYPT_PASSWORD 'thisisthenewpassword';

vql JDBC Password

code

Error saving datasource: SourceTypes (arn, custom, df, gs, itp, jdbc, json, odbc, ws, xml, excel, saperp, sapbw, olap, essbase, sapbwbapi, salesforce) are limited to 0 but 1 are found

Hello denodo developers, while creating a jdbc data source I came across this error. I can test the connection successfully but when I want to save it this error pops up. I am using the SOL license.

Data Source JDBC DENODO EVALUATION LICENSE Connecting to remote databases

code

Error while calling view from 3rd party application

Hello, I have created one view which is exposed to a 3rd party application using JDBC Driver. The 3rd party applcaiton is calling the view using credentials which are a part of AD. In last 24 hours sever times it has thrown an error com.denodo.vdb.v...

JDBC

code

Spring throws: "java.lang.IllegalStateException: Cannot load driver class: com.denodo.vdp.jdbc.Driver" on Data Source instantiation

Hi dears, I imported Denodo JAR using maven and I configured my app to access Denodo views with the following properties and driver class name: spring.datasource.denodo.url: jdbc:vdb://<ip>:<port>/<db> spring.datasource.denodo.usern...

springdatajpa JDBC Driver