DataGrip 在 38 个字符后截断 table 名称

DataGrip truncates the table name after 38 characters

我遇到的问题是 DataGrip 在 38 个字符后截断了所有 table 个名称。见图片。

我们使用 Oracle 12.2.0,所以 table 名称应该允许包含 128 个字节,对吗?在 DbForge 中,tables 显示正确,在 DataGrip 中,条目显示在 table 列表中,但无法打开。

我正在使用驱动程序版本。 12.2.0.1 [最新]。我该如何解决这个问题?

遗憾的是,DataGrip 尚未正式支持 Oracle 12。在 12 之前,table 个名称有 30 个字符的限制。

期待 DataGrip 2019.3 中的修复