-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Oracle功能增强和bugfix #724
Merged
Oracle功能增强和bugfix #724
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…持数据修改备份功能。支持执行计划查看。修复查询bug
Codecov Report
@@ Coverage Diff @@
## master #724 +/- ##
==========================================
- Coverage 81.14% 79.73% -1.42%
==========================================
Files 78 78
Lines 10502 11201 +699
==========================================
+ Hits 8522 8931 +409
- Misses 1980 2270 +290
Continue to review full report at Codecov.
|
建议@ericruan-cn 有时间参与一下review,Oracle你那边使用的比较多 |
OK,刚好也快放假,好好整理下
发自我的iPhone
…------------------ 原始邮件 ------------------
发件人: 小圈圈 <[email protected]>
发送时间: 2020年4月28日 23:23
收件人: hhyo/Archery <[email protected]>
抄送: ericruan-cn <[email protected]>, Mention <[email protected]>
主题: 回复:[hhyo/Archery] Oracle功能增强和bugfix (#724)
建议@ericruan-cn 有时间参与一下review,Oracle你那边使用的比较多
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
已合并,有修改建议可再开pr |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
感谢@jan-song的贡献
关联PR: #701 #718
关联issue: #666 #700 #707
1、支持Oracle数据修改备份SQL功能,
2、支持explain,with查询语法
3、对Oracle表结构和schema显示进行排序,
4、支持sql tuning advisor
5、Oracle支持执行计划查看,
6、支持Oracle update/insert/delete/create table/create index的语法SQL审核
说明:
1、生成回滚SQL功能,执行用户需要有grant select any transaction 权限,需要有grant execute on dbms_logmnr 权限
2、生成回滚SQL功能,数据库需开启最小化附加日志alter database add supplemental log data;
3、生成回滚SQL功能,需为归档模式;开启附件日志会增加redo日志量,一般不会有多大影响,需评估归档磁盘空间,redo磁盘IO性能
4、sql tuning advisor需要grant advisor权限