Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Jimgust
Total activity
22
Last activity
February 27, 2025 13:39
Member since
January 29, 2021 20:06
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
9
Activity overview
Posts (1)
Comments (12)
Sort by recent activity
Recent activity
Votes
Created
February 27, 2025 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...
Community
DataGrip
Native library cannot be loaded (OCI)
0 votes
Edited
April 13, 2021 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...
Community
DataGrip
What security needed to see objects in Oracle for a read-only user?
0 votes
Created
April 08, 2021 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...
Community
DataGrip
What security needed to see objects in Oracle for a read-only user?
0 votes
Created
March 30, 2021 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...
Community
DataGrip
Downloading result CSV with table prefix in headers
0 votes
Created
March 30, 2021 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|+----...
Community
DataGrip
Downloading result CSV with table prefix in headers
0 votes
Created
March 27, 2021 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 ...
Community
DataGrip
Datagrip Clipboard to Excel
0 votes
Created
March 26, 2021 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...
Community
DataGrip
How to export the query results from a Database Manager to a CVS file in SQLite?
0 votes
Edited
February 26, 2021 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...
Community
DataGrip
Datagrip feedback from DWH perspective
0 votes
Created
February 05, 2021 15:48
When importing the file you can click on the "DDL Preview" and change the data type.
Community
DataGrip
How to change default field type when importing csv
0 votes
Created
January 29, 2021 20:06
It looks like Microsoft has added support to mssql-jdbc for ActiveDirectoryInteractive authentication. https://github.com/microsoft/mssql-jdbc/pull/1464
Community
DataGrip
DataGrip read connections on Windows 64-bit ODBC Administrator for easier set up
0 votes
«
First
‹
Previous