Jim Gust
- 活动总数 53
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 9
- 订阅数 18
-
创建于 Cannot connect using Oracle and Kerberos after 2022.2 update
已回答After 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\... -
创建于 Help with Oracle and Kerberos
已回答My 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... -
创建于 Extractor - data stream iterated only once assertionion error
已回答I 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... -
创建于 How can I get a list of primary keys for a specified table
已回答I'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?