主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Jimgust
活动总数
22
最后的活动
2025年02月27日 13:39
成员加入日期
2021年01月29日 20:06
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
9
活动概览
帖子(1)
评论(12)
按最近的活动排序
最近的活动
投票数
创建于
2021年01月29日 22:10
Naw, the release page has the jdbc driver you can download. The latest release looks to add logic for ActiveDirectoryInteractive timeout. Added logic to handle multi-factor authentication timeout...
社区
DataGrip
DataGrip read connections on Windows 64-bit ODBC Administrator for easier set up
1 票
创建于
2021年01月29日 22:01
You tried to add the sqlite jdbc driver as a custom jar pointing to where you have downloaded sqlite. That install does not come with jdbc drivers instead you would need to download it from somewh...
社区
DataGrip
How to configure Data Sources and Drivers for SQLite?
1 票
创建于
2025年02月27日 13:39
I had a similar issue with where the downloaded JDBC driver did not match the version from my local client. The solution that worked for me was to remove the downloaded drivers and replace it with...
社区
DataGrip
Native library cannot be loaded (OCI)
0 票
已编辑于
2021年04月13日 11:44
Edit: Created Issue https://youtrack.jetbrains.com/issue/DBE-13027 Turns out this is an issue with Oracle where ALL_OBJECTS doesn't contain private synonyms that were granted from another user. htt...
社区
DataGrip
What security needed to see objects in Oracle for a read-only user?
0 票
创建于
2021年04月08日 21:52
I was denied access to the two privileges but I was tentatively granted "DEBUG ANY PROCEDURE", awaiting approval from dba manager. That privilege added PACKAGE, PACKAGE BODY, PROCEDURE, and TYPE to...
社区
DataGrip
What security needed to see objects in Oracle for a read-only user?
0 票
创建于
2021年03月30日 14:30
Kind of but not really, you could write your own CSV extractor that loops through the column names looking for dupes but then I don't know what you would replace it with. Here is a link to the extr...
社区
DataGrip
Downloading result CSV with table prefix in headers
0 票
创建于
2021年03月30日 12:36
You need to use an alias. If you want to keep the "." character then you will need to use a double quote for the alias. select 'john' as name, 'doe' as name from dual;/*+----+----+|NAME|NAME|+----...
社区
DataGrip
Downloading result CSV with table prefix in headers
0 票
创建于
2021年03月27日 18:41
The issue here isn't DataGrip but how Excel treats CSV/TSV when pasting to a sheet. It only knows you want that data in separate columns if you previously did a text to columns and identified the ...
社区
DataGrip
Datagrip Clipboard to Excel
0 票
创建于
2021年03月26日 21:25
The SQLite "." commands are not part of the SQLite language but instead they are intercepted and interpreted by the sqlite3 command line program itself. To export a query to CSV you have several op...
社区
DataGrip
How to export the query results from a Database Manager to a CVS file in SQLite?
0 票
已编辑于
2021年02月26日 13:42
Edit: Created issue https://youtrack.jetbrains.com/issue/DBE-12700 Based on your findings I also looked into cross schema joins using regex. What I found for me is it works on tables and views bu...
社区
DataGrip
Datagrip feedback from DWH perspective
0 票
下一页
›
最后
»