You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
源库为oracle,目标库可为mysql/drds/oracle. 基于标准jdbc协议开发,对数据库暂无版本要求
需要的数据库账户权限:
源库(oracle)
GRANT SELECT,INSERT,UPDATE,DELETE ON XXX TO XXX; #常见CRUD权限
GRANT CREATE ANY MATERIALIZED VIEW TO XXX;
GRANT DROP ANY MATERIALIZED VIEW TO XXX;
目标库(mysql/oracle)
GRANT SELECT,INSERT,UPDATE,DELETE ON XXX TO XXX;
详情信息,可以参考https://blog.csdn.net/JJBOOM425/article/details/102837393
------------------ 原始邮件 ------------------
发件人: "alibaba/yugong" <[email protected]>;
发送时间: 2020年8月28日(星期五) 下午2:32
收件人: "alibaba/yugong"<[email protected]>;
抄送: "Subscribed"<[email protected]>;
主题: [alibaba/yugong] 源库必须是oracle吗? (#136)
源库必须是oracle吗?类oracle数据库可以吗?或者换个驱动可以使用?谢谢回答!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
源库必须是oracle吗?类oracle数据库可以吗?或者换个驱动可以使用?谢谢回答!
The text was updated successfully, but these errors were encountered: