Jim Gust
- Total activity 58
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 10
- Subscriptions 20
-
Created Copy details always results in TSV format
As the title suggests in the latest release, when I copy the details to the clipboard, it is always in TSV format, regardless of the extractor dropdown setting. Previously, the dropdown would dete... -
Created Join clause regex pattern
CompletedI'm coming back to DG after not using it for a bit. Looking at my old settings, there used to be one in code completion that allowed me to use a regex to have DG match based on the name of a field... -
Created Cannot connect using Oracle and Kerberos after 2022.2 update
AnsweredAfter upgrading to 2022.2, I am getting the error below when trying to connect using Oracle and Kerberos. I reinstalled 2022.1.5 and can successfully connect. Looking at just KINIT.exe in the JBR\... -
Created Help with Oracle and Kerberos
AnsweredMy DB user was updated to use Kerberos. I went ahead and set it up for Oracle SQL Developer, Toad, and using the link below Datagrip. https://www.jetbrains.com/help/datagrip/connect-to-oracle-by-u... -
Created Extractor - data stream iterated only once assertionion error
AnsweredI would like to iterate over ALL_COLUMNS and get the column name with its data type and then process the ROWS data stream. The reason for this is in my Merge extractor I want to build the static t... -
Created How can I get a list of primary keys for a specified table
AnsweredI'm writing an extractor and need to know how I can identify what are the primary keys of a table. I didn't see this functionality in extractor bindings. Is there an API I can use to get this?