i tried to install kafka connect in command prompt .
i have a connector look like this
name=test-source-oracle-jdbc
connector.class=io.confluent.connect.jdbc.JdbcSourceConnector
tasks.max=1
connection.url=jdbc:oracle:thin:@172.26.70.84:1621/OPICSDEV
connection.user=KFK_USER
connection.password=kafka_user012345
mode=bulk
topic.prefix=opics-demo
query=select * from OPICS.cust where rownum < 5
poll.interval.ms=900000