Edit D:\app\Administrator\product\11.2.0\dbhome_1\apex\images\doc\AEUTL\obj_pack_view.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"> <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" /> <title>Viewing a Package</title> <meta name="generator" content="Oracle DARB XHTML Converter (Mode = ohj/ohw) - Version 5.1" /> <meta name="date" content="2009-04-14T18:10:1Z" /> <meta name="robots" content="noarchive" /> <meta name="doctitle" content="Viewing a Package" /> <meta name="relnum" content="Release 3.2" /> <meta name="partnum" content="E12511-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="up" href="preface" title="Home" type="text/html" /> <link rel="up" href="obj_brows.htm" title="Managing Database Objects w..." type="text/html" /> <link rel="up" href="obj_pack.htm" title="Managing Packages" type="text/html" /> <link rel="up" href="obj_pack_view.htm" title="Viewing a Package" type="text/html" /> <link rel="prev" href="obj_pack_create.htm" title="Previous" type="text/html" /> <link rel="next" href="obj_pack_edit.htm" title="Next" type="text/html" /> </head> <body> <p id="BREADCRUMBING"><a href="preface" title="Home">Home</a> > <a href="obj_brows.htm" title="Managing Database Objects w...">Managing Database Objects w...</a> > <a href="obj_pack.htm" title="Managing Packages">Managing Packages</a> > Viewing a Package</p> <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="obj_pack_create.htm"><img src="../dcommon/gifs/leftnav.gif" alt="Previous" /><br /> <span class="icon">Previous</span></a> </td> <td align="center"><a href="obj_pack_edit.htm"><img src="../dcommon/gifs/rightnav.gif" alt="Next" /><br /> <span class="icon">Next</span></a></td> </tr> </table> <p><a id="CHDIBCGE" name="CHDIBCGE"></a></p> <div class="sect2"><!-- infolevel="all" infotype="General" --> <h1><a name="AEUTL142" id="AEUTL142"></a>Viewing a <a id="sthref100" name="sthref100"></a>Package</h1> <p>When you access a package in Object Browser the specification appears.</p> <p>To view a specification:</p> <ol> <li> <p>On the Workspace home page, click <span class="bold">SQL Workshop</span> and then <span class="bold">Object Browser</span>.</p> <p>Object Browser appears.</p> </li> <li> <p>From the Object list, select <span class="bold">Packages</span>.</p> </li> <li> <p>From the Object Selection pane, select a package.</p> <p>The Specification appears. You can copy the code in this view for use in other tools.</p> </li> </ol> <div class="sect3"><!-- infolevel="all" infotype="General" --><a id="sthref101" name="sthref101"></a> <h2><a name="AEUTL143" id="AEUTL143"></a>Summary of Available Views</h2> <p>Click the tabs at the top of the page to view different reports about the package. <a href="#CHDICIBJ">Table: Available Views for Packages</a> describes all available views.</p> <div class="tblformal"><a id="sthref102" name="sthref102"></a><a id="CHDICIBJ" name="CHDICIBJ"></a> <p class="titleintable">Available Views for Packages</p> <table class="Formal" title="Available Views for Packages" summary="This table describes the alternative views availble when viewing a package in Object Browser." dir="ltr" border="1" width="100%" frame="hsides" rules="groups" cellpadding="3" cellspacing="0"> <col width="31%" /> <col width="*" /> <thead> <tr align="left" valign="top"> <th align="left" valign="bottom" id="r1c1-t20">View</th> <th align="left" valign="bottom" id="r1c2-t20">Description</th> </tr> </thead> <tbody> <tr align="left" valign="top"> <td align="left" id="r2c1-t20" headers="r1c1-t20"> <p>Specification</p> </td> <td align="left" headers="r2c1-t20 r1c2-t20"> <p>(Default) Displays the package specification. This define the interface to your application. Actions you can perform include:</p> <ul> <li> <p><span class="bold"><a id="sthref103" name="sthref103"></a>Edit</span></p> </li> <li> <p><span class="bold">Compile</span></p> </li> <li> <p><span class="bold"><a id="sthref104" name="sthref104"></a>Download</span></p> </li> <li> <p><span class="bold">Drop</span></p> </li> <li> <p><span class="bold"><a id="sthref105" name="sthref105"></a>Find</span></p> </li> </ul> </td> </tr> <tr align="left" valign="top"> <td align="left" id="r3c1-t20" headers="r1c1-t20"> <p>Body</p> </td> <td align="left" headers="r3c1-t20 r1c2-t20"> <p>Displays the <a id="sthref106" name="sthref106"></a>package body, if one exists, for the selected package. Actions you can perform include:</p> <ul> <li> <p><span class="bold">Edit</span></p> </li> <li> <p><span class="bold">Compile</span></p> </li> <li> <p><span class="bold">Download</span></p> </li> <li> <p><span class="bold">Drop</span></p> </li> <li> <p><span class="bold">Find</span></p> </li> </ul> </td> </tr> <tr align="left" valign="top"> <td align="left" id="r4c1-t20" headers="r1c1-t20"> <p><a id="sthref107" name="sthref107"></a>Dependencies</p> </td> <td align="left" headers="r4c1-t20 r1c2-t20"> <p>Displays objects that use (or depend on) on the current package and objects the package depends on.</p> </td> </tr> <tr align="left" valign="top"> <td align="left" id="r5c1-t20" headers="r1c1-t20"> <p><a id="sthref108" name="sthref108"></a>Errors</p> </td> <td align="left" headers="r5c1-t20 r1c2-t20"> <p>Displays errors related to the current package.</p> </td> </tr> <tr align="left" valign="top"> <td align="left" id="r6c1-t20" headers="r1c1-t20"> <p>Grants</p> </td> <td align="left" headers="r6c1-t20 r1c2-t20"> <p>Lists details of <a id="sthref109" name="sthref109"></a>grants for the current package, including privilege, grantee, grantable, grantor, and object name.</p> </td> </tr> </tbody> </table> <br /></div> <!-- class="tblformal" --> <div align="center"> <div class="inftblnotealso"><br /> <table class="NoteAlso oac_no_warn" summary="" cellpadding="3" cellspacing="0"> <tbody> <tr> <td align="left"> <p class="notep1">See Also:</p> <a href="obj_pack_edit.htm#CHDCAHBF">"Editing a Package"</a>, <a href="obj_pack_downld.htm#CHDCDCDG">"Downloading a Package"</a>, and <a href="obj_pack_drop.htm#CHDDFBAH">"Dropping a Package"</a></td> </tr> </tbody> </table> <br /></div> <!-- class="inftblnotealso" --></div> </div> <!-- class="sect3" --></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 © 2003, 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="obj_pack_create.htm"><img src="../dcommon/gifs/leftnav.gif" alt="Previous" /><br /> <span class="icon">Previous</span></a> </td> <td align="center"><a href="obj_pack_edit.htm"><img 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