Latest Activity

code

I want to extract the graph from Diagnostic and monitoring tool of CPU usage for last 1 month. How it is possible?

I want to extract the graph from Diagnostic and monitoring tool of CPU usage for last 1 month. How it is possible?

DMT
code

Permissions to allow user to create/delete VDB

We have a development environment where we would like to give developers the permissions to create virtual databases as they want without giving them SysAdmin to the server level configurations. Can someone give guidance on this scenario.

code

I have imported views however it's not visible in the main home screen I saw that when I went to "Administration >> sync with VDP" I was able to see those views however when clicked on them I got "Internal error while executing operation!"

I have imported views however it's not visible in the main home screen I saw that when I went to "Administration >> sync with VDP" I was able to see those views however when clicked on them I got "Internal error while executing operation!"

code

Imported views not visible in Denodo Catalog

I have imported 195 views from .zip in data catalog module however I am not able to view them in data catalogue

code

Denodo & AWS DMS

Hello: Can I use AWS DMS to replicate data from Denodo to S3 bucket or into Snowflake ??? Any help is greatly appreciated. Thanks

AWS
code

How to multiply rows based on some numbers

Hello! I'm new to SQL world and Denodo community as well. What I'm trying to do is to multiply rows by month gap as below. I've been looking for this for hours.. Result 1 | User | Account | Product | Column D | Start Month | End Month | | XXX | Pau...

code

Moving Denodo Cache Database

Can we move Denodo Cache Database to another server without interrupting Denodo's operations?

code

Convert a number to an INTERVAL DAY TO SECOND

Hello, Is there any possibility to achieve in Denodo something similar to NUMTODSINTERVAL Oracle function? select NUMTODSINTERVAL(0.6, 'DAY') from dual; Thank you in advance!

code

Migrating tags to higher environments

How can we just explicitly migrate only tags to higher environments?

code

Check if Value in Array

Hi, I have to check if a string is a substring of a longer one. Trivially this would lead to INSTR which doesn't work in this particular case as some of the strings to look for are substrings of others (eg. 'abc', 'abcde', ...). The long string is deli...