If I want create a custom check on fields of the same type I must create a Java Custom User Function to avoid repetitions or there are others ways ? for example I'm checking email address field on different views with: case WHEN ("EMAIL" regexplike '^...
Answers:
3
i got below error: Caused by: java.lang.IllegalStateException: Detected both log4j-over-slf4j.jar AND bound slf4j-log4j12.jar on the class path, preempting StackOverflowError. See also http://www.slf4j.org/codes.html#log4jDelegationLoop for more detail...
Answers:
1
What RDBMS options do we have as external databases if we want to setup an RDBMS to keep denodo's metadata or cache ? I read under the Data Catalogue section that the external database technology choices are - Derby Embedded MySQL 5.6 and 5.7 Oracle 12...
Answers:
1
Hello, I got this error beside when i do a join between two views. But i don't have this error to the other views. I don't use cache and i increase the maximum size in memory of intermediate result but i got the same issue. Can someone help me please...
Answers:
1
I read somewhere in the documentation that it is recommended to install all the modules of Denodo Platform initially the first time, even though we may not need all the modules (ITPilot, Catalogue, Scheduler etc.). Let's say, we have not installed all ...
Answers:
1
When publish web services with Oauth 2 authentication. Using postman testing get message "The user does not have CONNECT privileges on the database 'api'" Which user need set privileges to connect to database 'api'
Answers:
1
I understand denodo provide certain predefined views to expose metadata. Couple of those views expose data lineage information. But do you expect the consuming application to build the graphical representation themselves or do you also provide some sup...
Answers:
1
I have downloaded the jdbc driver for hive. I am using cloudera distribution. I downloaded the driver and put it under /opt/denodo/denodo-platform-7.0/lib-external/jdbc-drivers/hive-1.1.0-cloudera this path. It is still showing error: Unable to estab...
Answers:
1
How can I solve the QUERY_TIMEOUT after 900 seconds. My connection is: Driver class: oracle.jdbc.OracleDriver Database URI: jdbc:oracle:thin:@10.187.18.24:1521/DOKO As explained in Developer guide, I tried: jdbc:oracle:thin:@10.187.18.24:1521/DOKO?que...
Answers:
8
i want to connect to denodo that is installed on remote server. i want to connect it from my local system using Java Program. How can i do that?
Answers:
1