Edit D:\app\Administrator\product\11.2.0\dbhome_1\oc4j\j2ee\oc4j_applications\applications\em\em\online_help\tdddg\tdddg_objects015.htm
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <script src="./callback.js" type="text/javascript"></script> <noscript>Your browser does not support JavaScript. This help page requires JavaScript to render correctly.</noscript> </head> <meta http-equiv="Content-Type" content="text/html; charset=us-ascii" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <meta http-equiv="Content-Script-Type" content="text/javascript" /> <meta name="generator" content="Oracle DARB XHTML Converter (Mode = ohj/ohw) - Version 5.1.1 Build 005" /> <meta name="date" content="2009-04-21T9:46:24Z" /> <meta name="robots" content="noarchive" /> <meta name="doctitle" content="Tutorial: Adding an Index with the Create Index Tool" /> <meta name="relnum" content="11g Release 2 (11.2)" /> <meta name="partnum" content="E10766-01" /> <link rel="copyright" href="./dcommon/html/cpyr.htm" title="Copyright" type="text/html" /> <link rel="stylesheet" href="./dcommon/css/blafdoc.css" title="Oracle BLAFDoc" type="text/css" /> <link rel="contents" href="toc.htm" title="Contents" type="text/html" /> <link rel="prev" href="tdddg_objects014.htm" title="Previous" type="text/html" /> <link rel="next" href="tdddg_objects016.htm" title="Next" type="text/html" /> <title>Tutorial: Adding an Index with the Create Index Tool</title> </head> <body> <div class="zz-skip-header"><a href="#BEGIN">Skip Headers</a></div> <table class="simple oac_no_warn" summary="" cellspacing="0" cellpadding="0" width="100%"> <col width="86%" /> <col width="*" /> <tr valign="bottom"> <td align="left"></td> <td align="center"><a href="tdddg_objects014.htm"><img width="24" height="24" src="./dcommon/gifs/leftnav.gif" alt="Previous" /><br /> <span class="icon">Previous</span></a> </td> <td align="center"><a href="tdddg_objects016.htm"><img width="24" height="24" src="./dcommon/gifs/rightnav.gif" alt="Next" /><br /> <span class="icon">Next</span></a></td> </tr> </table> <p><a id="BABBDBAB" name="BABBDBAB"></a><a id="TDDDG99979" name="TDDDG99979"></a></p> <div class="sect3"> <h1>Tutorial: Adding an Index with the Create Index Tool</h1> <a name="BEGIN" id="BEGIN"></a> <p><a id="sthref253" name="sthref253"></a>To create an index, use either the SQL Developer tool <a id="sthref254" name="sthref254"></a>Create Index or the DDL statement <a id="sthref255" name="sthref255"></a><code>CREATE</code> <code>INDEX</code>.</p> <p>This tutorial shows how to use the Create Index tool to add an index to the <a id="sthref256" name="sthref256"></a><code>EVALUATIONS</code> table (created in <a href="tdddg_objects007.htm#BABEECGC">"Creating Tables with the CREATE TABLE Statement"</a>). The equivalent DDL statement is:</p> <pre xml:space="preserve" class="oac_no_warn"> CREATE INDEX EVAL_JOB_IX ON EVALUATIONS (JOB_ID ASC) NOPARALLEL; </pre> <a id="TDDDG201" name="TDDDG201"></a> <p class="subhead2">To add an index to the EVALUATIONS table using the Create Index tool:</p> <ol> <li> <p>On the Connections tab, expand <span class="bold">hr_conn</span>.</p> <p>Under the <code>hr_conn</code> icon, a list of schema object types appears.</p> </li> <li> <p>Expand <span class="bold">Tables</span>.</p> <p>A list of tables appears, including <code>EVALUATIONS</code>.</p> </li> <li> <p>Right-click <span class="bold">EVALUATIONS</span>.</p> <p>A list of choices appears.</p> </li> <li> <p>Select <span class="bold">Index</span>.</p> <p>A list of choices appears.</p> </li> <li> <p>Select <span class="bold">Create Index</span>.</p> <p>The Create Index window opens.</p> </li> <li> <p>For Schema, accept the default, <code>HR</code>.</p> </li> <li> <p>For Name, type <code>EVAL_JOB_IX</code>.</p> </li> <li> <p>Select the tab <span class="bold">Definition</span>.</p> <p>The Definition pane shows the default values for index properties.</p> </li> <li> <p>In the field labeled "Column Name or Expression:", type <code>JOB_ID</code>.</p> <p>(For all other properties, accept the default values.)</p> </li> <li> <p>Click <span class="bold">OK</span>.</p> <p>Now the <code>EVALUATIONS</code> table has an index named <code>EVAL_JOB_IX</code> on the column <code>JOB_ID</code>.</p> </li> </ol> <div class="helpinfonotealso"> <h2>Related Topics</h2> <p><a href="javascript:open('http://www.oracle.com/pls/db112/lookup?id=SQLRF01209','newWindow').focus()"><span class="italic">Oracle Database SQL Language Reference</span></a></p> <p><a href="tdddg_objects014.htm#BABHAGCH">Managing Indexes</a></p> </div> </div> <!-- class="sect3" --> <!-- Start Footer --> <div class="footer"> <table class="simple oac_no_warn" summary="" cellspacing="0" cellpadding="0" width="100%"> <col width="86%" /> <col width="*" /> <tr> <td align="left"><span class="copyrightlogo">Copyright © 1996, 2009, Oracle and/or its affiliates. All rights reserved.</span><br /> <a href="./dcommon/html/cpyr.htm"><span class="copyrightlogo">Legal Notices</span></a></td> <td align="center"><a href="tdddg_objects014.htm"><img width="24" height="24" src="./dcommon/gifs/leftnav.gif" alt="Previous" /><br /> <span class="icon">Previous</span></a> </td> <td align="center"><a href="tdddg_objects016.htm"><img width="24" height="24" src="./dcommon/gifs/rightnav.gif" alt="Next" /><br /> <span class="icon">Next</span></a></td> </tr> </table> </div> <!-- class="footer" --> </body> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de