Latest Activity
Hi team, I work with Denodo 8. I have Oracle table: CREATE TABLE denodo_test_tab1( c01 BLOB, c02 CLOB, c03 NCLOB, c04 BFILE ); I'm trying to create Denodo base view using wrapper: CREATE OR REPLACE WRAPPER jdbc test_tab1_wrapper_jdbc ...
Hi team, I work with Denodo 8. I experienced problems in conversion of Oracle BLOB and BFILE types to Denodo blob. In Oracle (ver 21) created: CREATE TABLE denodo_test_tab1( c01 BLOB, c02 CLOB, c03 NCLOB, c04 BFILE ); In VQL: CREATE OR...
I have a Mysql table with BINARY AND BLOB types. Created a Base view via Administration tool, where BINARY AND BLOB types taken as BLOB by default If I want to perform insert operation with Hexadecimal values (0x68656C6C6F) in to the Binary col and Blo...
Hello Team, I have a situation that I imported a base view from SAP table. But there is a column which data type is RAW in SAP. After creating base view in Denodo, the type of such column convert to BLOB. If I use cast('text',column) when creating deri...
Dear Team, I am trying to save the BLOB data in Netezza through Summary Creation but it is giving an error that "Error Calculating the Capacity". This is just a simple query. SELECT CAST('blob', 'helloasdfasdfasdf') AS text_to_blob_cast ,CAST('text'...
I was thinking there was a way to configure or call a Denodo web service such that if the only column returned was a blob (that contains and image) that the image would be return - essentially utilizing Denodo as a simple image server. However, I could...
We have been able to follow the procedure as stated from: https://community.denodo.com/kb/view/document/How%20to%20connect%20Denodo%20to%20Sharepoint%20Online%20using%20OData%20with%20OAuth%20authentication?category=Security We can see the lists data ...
Related to: Microsoft SharePoint as data source;jsessionid=58872EBE9D683D863D1323A2BA8F8100
Hi, I stored my delta tables on Azure Blob Storage. Now I want to access these tables from Denodo. Alternatively, I tried Simba connector to connect Azure DataBricks tables, and that works fine. But that does not show the Blob Store Tables. Ideally Sim...
I am trying to export denodo view to ADLSv2. I am able to do the below things without any issues using Denodo Distributed File System Custom Wrapper connected to ADLSv2 container to read csv file from container created data source and base view i...
Denodo on Azure BLOB azure blobl storage CSV Export Azure Data Lake Storage Gen2 azure
I am using denodo 7.0 in on-prem, i want to export a denodo views such as base view, derived view,etc as xlsx file, parquet, avro to azure blob storage in ADLS. Pls advice. thanks!
Denodo on Azure BLOB azure blobl storage DENODO Export Azure Data Lake Storage Gen2