- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2026 09:49 AM
Hi @Commitchell ,
Thanks for trying out DBeaver connection at your end. Yes, the OAuth is successful and I'm setting same driver properties as you.
Today, I got the issue resolved by updating the driver. At the time of posting my question, I was using JDBC driver 2.7 but today I updated to 3.1.1 and tried with 3.0.7 as well. Both driver are able to list catalogs, schemas and tables to some extent.
I ran into another issue in which I am unable to list all schemas inside catalogs which are having long names(d4001-centralus-azcld-mgmtcatalog - Catalog naming is enforced by organization so can't make it short). As a workaround, I am using below query to list all schemas and tables inside catalogs.
select * from system.information_schema.tablesI don't think I can use UI to browse through long catalog names.