You can translate the question and the replies:

DESC VQL Datasource JDBC

Beside DESC command, is there a way to query JDBC datasource's DATABASEURI and username for all JDBC on a production environment? thanks
user
30-01-2019 16:52:18 -0500
code

1 Answer

Hi, The best way to get the datasource details is to use the “DESC DATASOURCE JDBC”. I also use the the below command which gives the names of all the jdbc data sources present in the environment : SELECT * FROM GET_ELEMENTS() where type='datasource' and subtype='jdbc' ; Hope this helps!
Denodo Team
31-01-2019 14:37:39 -0500
code
You must sign in to add an answer. If you do not have an account, you can register here