Denodo community Q&A RSS feedLatest Denodo community questionsCustom Functions and Denodo 82022-05-16T11:38:23Z2022-05-16T11:38:23ZHi,
Our organisation is currently using Denodo 7 and we have created a couple of Custom Functions which are used across different databases and projects.
We are using a dev environment with Eclipse Oxygen and Java 1.8 and export the Custom Functions as a jar which were imported into our Denodo environments as a Custom Extension.
The Eclipse plugin is deprecated according to this page:
Installing Denodo4Eclipse Plugin, https://community.denodo.com/docs/html/browse/8.0/en/denodo4e/install_denodo4e/install_denodo4e
We will move to Denodo 8 and wonder how to upgrade the Custom Functions? Do you still use Eclipse Oxygen?
Thanks2022-05-16T11:38:23ZHow to split a string at a delimiter2022-05-13T23:25:31Z2022-05-13T23:25:31ZI have a string "India (IN)"
I only want the country name India removing the delimiters and abbreviation (IN)
Split function is not working.2022-05-13T23:25:31ZHow to get the current user id in Denodo that is logged in?2022-05-12T22:48:21Z2022-05-12T22:48:21ZHow to get the username from the current session in Denodo? This username is Denodo user and NOT any of the underlying data sources' login.
The close query I found is running the below:
select * from get_sessions()
which gives all the sessions that are logged in.
Thanks,
Sundaram2022-05-12T22:48:21ZPermissions to allow user to create/delete VDB2022-05-12T13:15:34Z2022-05-12T13:15:34ZWe 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.2022-05-12T13:15:34ZI 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!"2022-05-12T11:52:54Z2022-05-12T11:52:54ZI 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!"2022-05-12T11:52:54ZI want to extract the graph from Diagnostic and monitoring tool of CPU usage for last 1 month. How it is possible?2022-05-12T10:39:19Z2022-05-12T10:39:19ZI want to extract the graph from Diagnostic and monitoring tool of CPU usage for last 1 month. How it is possible?2022-05-12T10:39:19ZImported views not visible in Denodo Catalog2022-05-12T08:34:16Z2022-05-12T08:34:16ZI have imported 195 views from .zip in data catalog module however I am not able to view them in data catalogue 2022-05-12T08:34:16ZDenodo & AWS DMS2022-05-11T20:37:10Z2022-05-11T20:37:10ZHello:
Can I use AWS DMS to replicate data from Denodo to S3 bucket or into Snowflake ???
Any help is greatly appreciated.
Thanks2022-05-11T20:37:10ZMoving Denodo Cache Database2022-05-11T12:06:57Z2022-05-11T12:06:57ZCan we move Denodo Cache Database to another server without interrupting Denodo's operations?2022-05-11T12:06:57ZConvert a number to an INTERVAL DAY TO SECOND2022-05-10T11:59:24Z2022-05-10T11:59:24ZHello,
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!2022-05-10T11:59:24Z