Jim Gust

- Total activity 53
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 9
- Subscriptions 18
-
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?