一个oracle指令的好网站

论坛 期权论坛     
niminba   2021-5-22 22:25   300   0
<p>今天发现了一个显示ORACLE语法的好网站。内容太多,就不一一摘录了,记在这里,也方便自己查找。</p>
<p><a href="http://www.ss64.com/ora/">http://www.ss64.com/ora/</a></p>
<p>目录如下:</p>
<p class="head">An A-Z Index of <font color="#cc3300">Oracle SQL</font> Commands (version 9.2) <br><br><a href="http://www.ss64.com/ora/analyze.html">ANALYZE</a><br><a href="http://www.ss64.com/ora/audit.html">AUDIT</a><br><br><a href="http://www.ss64.com/ora/call.html">CALL</a><br><br>Cluster - <a href="http://www.ss64.com/ora/cluster_c.html">CREATE CLUSTER</a><br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - <a href="http://www.ss64.com/ora/cluster_a.html">ALTER&nbsp; CLUSTER</a><br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - <a href="http://www.ss64.com/ora/cluster_d.html">DROP&nbsp;&nbsp; CLUSTER</a><br><br><a href="http://www.ss64.com/ora/comment.html">COMMENT</a><br><a href="http://www.ss64.com/ora/commit.html">COMMIT</a><br><a href="http://www.ss64.com/ora/connect.html">CONNECT</a><br><a href="http://www.ss64.com/ora/table_a.html">CONSTRAINT</a> - Add / Enable<br>Context - <a href="http://www.ss64.com/ora/context_c.html">CREATE CONTEXT</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - <a href="http://www.ss64.com/ora/context_d.html">DROP CONTEXT</a><br>Controlfile - <a href="http://www.ss64.com/ora/controlfile_c.html">CREATE CONTROLFILE</a><br><br>Database - <a href="http://www.ss64.com/ora/database_c.html">CREATE DATABASE</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - <a href="http://www.ss64.com/ora/database_a.html">ALTER&nbsp; DATABASE</a><br><a href="http://www.ss64.com/ora/delete.html">DELETE</a><br><a href="http://www.ss64.com/ora/desc.html">DESC</a>RIBE<br>Dimension - <a href="http://www.ss64.com/ora/dimension_c.html">CREATE DIMENSION</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - <a href="http://www.ss64.com/ora/dimension_a.html">ALTER DIMENSION</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - <a href="http://www.ss64.com/ora/dimension_d.html">DROP DIMENSION</a><br>Directory - <a href="http://www.ss64.com/ora/directory_c.html">CREATE DIRECTORY</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - <a href="http://www.ss64.com/ora/directory_d.html">DROP DIRECTORY</a><br><br><a href="http://www.ss64.com/ora/exec.html">EXEC</a><br><a href="http://www.ss64.com/ora/exec_imm.html">EXECUTE IMMEDIATE</a><br><a href="http://www.ss64.com/ora/explain.html">EXPLAIN PLAN</a><br><br>Function - <a href="http://www.ss64.com/ora/function_c.html">CREATE FUNCTION</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - <a href="http://www.ss64.com/ora/function_a.html">ALTER&nbsp; FUNCTION</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - <a href="http://www.ss64.com/ora/function_d.html">DROP&nbsp;&nbsp; FUNCTION</a><br><br><a href="http://www.ss64.com/ora/grant.html">GRANT</a><br><br>Index - <a href="http://www.ss64.com/ora/index_c.html">CREATE INDEX</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - <a href="http://www.ss64.com/ora/index_a.html">ALTER&nbsp; INDEX</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - <a href="http://www.ss64.com/ora/index_d.html">DROP&nbsp;&nbsp; INDEX</a><br>Indextype - <a href="http://www.ss64.com/ora/indextype_c.html">CREATE INDEXTYPE</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - <a href="http://www.ss64.com/ora/indextype_d.html">DROP INDEXTYPE</a><br><a href="http://www.ss64.com/ora/insert.html">INSERT</a><br><a href="http://www.ss64.com/ora/union.html">INTERSECT</a><br><br>Java - <a href="http://www.ss64.com/ora/java_c.html">CREATE JAVA</a><br>&nbsp;&nbsp;&nbsp;&nbsp; - <a href="http://www.ss64.com/ora/java_a.html">ALTER JAVA</a><br>&nbsp;&nbsp;&nbsp;&nbsp; - <a href="http://www.ss64.com/ora/java_d.html">DROP JAVA</a><br><br>Library - <a href="http://www.ss64.com/ora/library_c.html">CREATE LIBRARY</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - <a href="http://www.ss64.com/ora/library_d.html">DROP LIBRARY</a><br>Link - <a href="http://www.ss64.com/ora/link_c.html">CREATE DATABASE LINK</a><br>&nbsp;&nbsp;&nbsp;&nbsp; - <a href="http://www.ss64.com/ora/link_d.html">DROP DATABASE LINK</a><br><a href="http://www.ss64.com/ora/lock.html">LOCK TABLE</a><br><br>Mview - <a href="http://www.ss64.com/ora/mview_c.html">CREATE MATERIALIZED VIEW</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - <a href="http://www.ss64.com/ora/mview_a.html">ALTER MATERIALIZED VIEW</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - <a href="http://www.ss64.com/ora/mview_d.html">DROP MATERIALIZED VIEW</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - <a href="http://www.ss64.com/ora/mview_log_c.html">CREATE MATERIALIZED VIEW LOG</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - <a href="http://www.ss64.com/ora/mview_log_a.html">ALTER MATERIALIZED VIEW LOG</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - <a href="http://www.ss64.com/ora/mview_log_d.html">DROP MATERIALIZED VIEW LOG</a><br><a href="http://www.ss64.com/ora/union.html">MINUS</a><br><br><a href="http://www.ss64.com/ora/noaudit.html">NOAUDIT</a><br><br>Operator - CREATE OPERATOR<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - DROP OPERATOR<br>Outline - <a href="http://www.ss64.com/ora/outline_c.html">CREATE OUTLINE</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - <a href="http://www.ss64.com/ora/outline_a.html">ALTER OUTLINE</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - <a href="http://www.ss64.com/ora/outline_d.html">DROP OUTLINE</a><br><br>Package - <a href="http://www.ss64.com/ora/package_c.html">CREATD
分享到 :
0 人收藏
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

积分:1060120
帖子:212021
精华:0
期权论坛 期权论坛
发布
内容

下载期权论坛手机APP