You can translate the question and the replies:

Metadata for Data Sources

How to get the metadata for data sources in database, which will list all the properties e.g. driver class, database uri, driver class path. is there a stored procedure which can be used.?
user
25-01-2022 14:42:33 -0500
code

1 Answer

Hi, In order to get the details of the particular data source, I would use the **DESC** statement which returns the description of the elements in the Virtual DataPort Server.For instance, if I want to get the JDBC datasource metadata, then the VQL will be, DESC VQL DATASOURCE JDBC <datasource_name> which returns the information about the data source like driver class name,connection uri etc. For more information, you could refer to the section [Describing Catalog Elements](https://community.denodo.com/docs/html/browse/8.0/en/vdp/vql/describing_catalog_elements/describing_catalog_elements#describing-catalog-elements) from the Virtual DataPort VQL Guide. Hope this helps!
Denodo Team
27-01-2022 07:38:57 -0500
code
You must sign in to add an answer. If you do not have an account, you can register here