kafka connect jdbc dblink
我开始学习Apache Kafka和Kafka Connect。 我正在尝试从我的用户只有读取特权并且无法列出表的远程甲骨文数据库中获取数据(我无权更改该表)。对于每个查询,我都必须通过DBLINK,但是在JDBC连接器中,我没有找到通过DBLINK的选项。
如果我在连接器配置上传递了特定的查询,我可以进行查询,但是我想获取表格和对连接器上的查询进行分配,这会让我创建连接器的分配。
有一种方法可以通过连接器配置或JDBC URL传递dblink吗?
I'm starting to study Apache Kafka and Kafka Connect.
I'm trying to get data from a remote Oracle Database that my user only have read privilegies and can't list tables (i don't have permission to change that). To every query, i have to pass a dblink, but in the JDBC Connector, i didn't find a option to pass a dblink.
I can do the query if i pass a specific query on the connector configuration, but i want to fetch allot of tables and speficifying the query on the connector, would make me create allot of connectors.
There's a way to pass the dblink on the connector configuration or to the JDBC URL?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论