使用flink cdc读取oracle19c日志报错:ORA-01031:权限不足 #3424
Unanswered
LeatherMan-Mr-Li
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
已按照教程开启日志和授权,抽取日志报错
`StreamExecutionEnvironment env = StreamExecutionEnvironment.getExecutionEnvironment();
报错如下
`Caused by: java.sql.SQLSyntaxErrorException: ORA-01031: 权限不足
Caused by: Error : 1031, Position : 0, Sql = alter session set container=cdb$root, OriginalSql = alter session set container=cdb$root, Error Msg = ORA-01031: 权限不足
Beta Was this translation helpful? Give feedback.
All reactions