Oracle iAcademy Suck-Less

Basic Syntax Highlighting and Auto-Completion. Enter key intelligently Auto-completes or Auto-Runs the query. Table names completion NYI.

目前為 2016-12-03 提交的版本,檢視 最新版本

作者
Shy Guy
評價
0 0 0
版本
0.2
建立日期
2016-12-03
更新日期
2016-12-03
尺寸
5.5 KB
授權條款
未知
腳本執行於

Console Enhancments for iacademy.oracle.com
Adds in basic Syntax Highlighting and Auto-Completion (which oracle should provide, but doesn't).

Enter key intelligently Auto-completes or Auto-Runs the query.

Table names completion is NYI.

While its possible to do, table name completion would:
1) Cause delay in first load of the SQL Command Center
2) Require caching tables/columns locally to reduce lag, and thus need to intelligently sync the cache somehow.
3) Require permanent storage to remove lag between reloads/restarts.

I personally believe that all of these changes should have been implemented by oracle into their site. Justification below

The CLI should do auto-completion, at least of the table names and columns. Finding the table names the first time is a pain, especially since queries against user_tables and other dictionaries causes the site to reject all repeated queries. Claiming the estimated run-time of the query exceeds the 2 minute cap.

The CLI does not support running multiple queries. As such, it should auto-run by default when enter is pressed. Or when the query is properly closed with a semicolon and enter is pressed. Seriously, give us something closer to an actual command line. This is slow and bulky UI sucks.

Syntax highlighting isn't necessary, but its a big help. Especially for anyone with little to no experience programming, who will be the only ones actually benefiting from this archaic interface you presented to us.

Additional problems with Oracle's UI that we do not address:
Comments conditionally work. (Only '--' comments work, and its finky about what lines you can put them on)
All methods of looking up available tables have a 30 seconds to 2 minute delay, terrible console, object browser, etc.

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址