influxdata/telegraf

Feat Request: Oracle Driver support

已關閉

#18,959 建立於 2026年5月21日

 (1 則留言) (0 個反應) (0 位負責人)Go (5,836 個分叉)batch import
feature requesthelp wantedsize/m

倉庫指標

星標
 (17,753 顆星)
PR 合併指標
 (平均合併 2天 12小時) (30 天內合併 136 個 PR)

描述

Use Case

Would be nice to have Oracle support for this plugin. Plenty of legacy companies - including mine - use Oracle and could benefit from this.

I began building it out in a separate plugin myself, however, I noticed my logic was becoming more or less a copy of the SQL output plugin! I am more than happy to implement the support myself, I just wanted to confirm you are okay with this functionality being added before moving on with it.

Expected behavior

  • Creates valid Oracle connection string
  • Builds TableExists and TableListColumns templates in an Oracle dialect (would just be an if statement similar to the if driver == 'sqlite' in the Init())
  • Creates placeholders that align properly with Oracle syntax
  • all integrated into the SQL output plugin

Actual behavior

No Oracle option exists yet nor have I implemented it myself. Users currently have to build it custom if they want Oracle integration. Open sourcing Oracle integration would allow a shared Oracle option, bringing about all the benefits that come with open source.

Additional info

No response

貢獻者指南