Edit D:\app\Administrator\product\11.2.0\dbhome_1\oc4j\j2ee\oc4j_applications\applications\em\em\online_help\tdddg\tdddg_subprograms016.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: Creating a Package Body" /> <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_subprograms015.htm" title="Previous" type="text/html" /> <link rel="next" href="tdddg_subprograms017.htm" title="Next" type="text/html" /> <title>Tutorial: Creating a Package Body</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_subprograms015.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_subprograms017.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="BABEIAGI" name="BABEIAGI"></a><a id="TDDDG99992" name="TDDDG99992"></a></p> <div class="sect2"><!-- infolevel="all" infotype="General" --> <h1>Tutorial: Creating a Package Body</h1> <a name="BEGIN" id="BEGIN"></a> <p>To create a <a id="sthref387" name="sthref387"></a>package body, use either the SQL Developer tool <a id="sthref388" name="sthref388"></a>Create Body or the DDL statement <a id="sthref389" name="sthref389"></a><code>CREATE</code> <code>PACKAGE</code> <code>BODY</code>.</p> <p>This tutorial shows how to use the Create Body tool to create a body for the <a id="sthref390" name="sthref390"></a><code>EMP_EVAL</code> package (created in <a href="tdddg_subprograms014.htm#CIHHDBFE">"Tutorial: Creating a Package Specification"</a> and changed in <a href="tdddg_subprograms015.htm#CIHIEAGC">"Tutorial: Changing a Package Specification"</a>).</p> <p>This package body will contain the implementation details of the <a id="sthref391" name="sthref391"></a>sample application that the tutorials and examples in this document show how to develop and deploy.</p> <a id="TDDDG222" name="TDDDG222"></a> <p class="subhead2">To create a body for the package EMP_EVAL using the Create Body 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">Packages</span>.</p> <p>A list of packages appears.</p> </li> <li> <p>Right-click <span class="bold">EMP_EVAL</span>.</p> <p>A list of choices appears.</p> </li> <li> <p>Click <span class="bold">Create Body</span>.</p> <p>The <code>EMP_EVAL</code> Body pane appears, showing the automatically generated code for the package body.</p> <p>The title of the pane is in italic font, which indicates that the code is not saved in the database.</p> </li> <li> <p>(Optional) In the <code>CREATE</code> <code>PACKAGE</code> <code>BODY</code> statement:</p> <ul> <li> <p>Replace the comments with executable statements.</p> </li> <li> <p>(Optional) In the executable part of the procedure, either delete <code>NULL</code> or replace it with an executable statement.</p> </li> <li> <p>(Optional) In the executable part of the function, either replace <code>NULL</code> with another expression.</p> </li> </ul> <p>If you do not do this step now, you can do it later, as shown in <a href="tdddg_subprograms019.htm#CIHBGDBA">"Tutorial: Declaring Variables and Constants in a Subprogram"</a>.</p> </li> <li> <p>Click the icon <span class="bold">Compile</span>.</p> <p>The changed package body compiles and is saved to the database. The title of the <code>EMP_EVAL</code> Body pane is no longer in italic font.</p> </li> </ol> <div class="helpinfonotealso"> <h2>Related Topics</h2> <p><a href="javascript:open('http://www.oracle.com/pls/db112/lookup?id=LNPLS01372','newWindow').focus()"><span class="italic">Oracle Database PL/SQL Language Reference</span></a></p> <p><a href="tdddg_subprograms012.htm#CIHGAGJG">Creating and Managing Packages</a></p> </div> </div> <!-- class="sect2" --> <!-- 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_subprograms015.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_subprograms017.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