confluentinc / kafka-connect-jdbc

Kafka Connect connector for JDBC-compatible databases
Other
19 stars 955 forks source link

sink oracle error ORA-01031: insufficient privileges #1362

Open gabrielmancini opened 1 year ago

gabrielmancini commented 1 year ago

hello everyone

i don't find a list of grants that i need to provide to a user to run a kafka-connect sink in oracle,

besides: SELECT INSERT UPDATE DELETE i gived: CREATE TABLE, ALTER TABLE, DROP TABLE CREATE SEQUENCE, ALTER SEQUENCE CREATE TRIGGER

but still got the error