Edit D:\app\Administrator\product\11.2.0\dbhome_1\apex\images\doc\deploy_export_app.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>Exporting an Application</title> <meta name="generator" content="Oracle DARB XHTML Converter (Mode = ohj/ohw) - Version 5.1" /> <meta name="date" content="2009-04-14T16:11:31Z" /> <meta name="robots" content="noarchive" /> <meta name="doctitle" content="Exporting an Application" /> <meta name="relnum" content="Release 3.2" /> <meta name="partnum" content="E11947-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.htm" title="Home" type="text/html" /> <link rel="up" href="deploy.htm" title="Deploying an Application" type="text/html" /> <link rel="up" href="deploy_export.htm" title="Exporting an Application an..." type="text/html" /> <link rel="up" href="deploy_export_app.htm" title="Exporting an Application" type="text/html" /> <link rel="prev" href="deploy_export.htm" title="Previous" type="text/html" /> <link rel="next" href="deploy_export_users.htm" title="Next" type="text/html" /> </head> <body> <p id="BREADCRUMBING"><a href="preface.htm" title="Home">Home</a> > <a href="deploy.htm" title="Deploying an Application">Deploying an Application</a> > <a href="deploy_export.htm" title="Exporting an Application an...">Exporting an Application an...</a> > Exporting an Application</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="deploy_export.htm"><img src="dcommon/gifs/leftnav.gif" alt="Previous" /><br /> <span class="icon">Previous</span></a> </td> <td align="center"><a href="deploy_export_users.htm"><img src="dcommon/gifs/rightnav.gif" alt="Next" /><br /> <span class="icon">Next</span></a></td> </tr> </table> <p><a id="BABICGJJ" name="BABICGJJ"></a></p> <div class="sect2"><!-- infolevel="all" infotype="General" --> <h1><a name="HTMDB25818" id="HTMDB25818"></a>Exporting an Application<a id="sthref2076" name="sthref2076"></a><a id="sthref2077" name="sthref2077"></a><a id="sthref2078" name="sthref2078"></a></h1> <p>When you export an application, Oracle Application Express generates a text file containing PL/SQL API calls.</p> <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="deploy_export_comp.htm#CHDCDCFH">"Exporting Application Components"</a></td> </tr> </tbody> </table> <br /></div> <!-- class="inftblnotealso" --></div> <p>To export an application:</p> <ol> <li> <p>Navigate to the Export page:</p> <ol> <li> <p>On the Workspace home page, click the <span class="bold">Application Builder</span> icon.</p> </li> <li> <p>Select an application.</p> </li> <li> <p>On the Application home page, click <span class="bold">Export/Import</span>.</p> </li> <li> <p>On the Export/Import page, click <span class="bold">Export</span> and then click <span class="bold">Next</span>.</p> </li> </ol> </li> <li> <p>From Application, select the application to be exported.</p> </li> <li> <p>From File Format, select how rows in the export file will be formatted:</p> <ul> <li> <p>Choose <span class="bold">UNIX</span> to have the resulting file contain rows delimited by line feeds.</p> </li> <li> <p>Choose <span class="bold">DOS</span> to have the resulting file contain rows delimited by carriage returns and line feeds.</p> </li> </ul> </li> <li> <p>From Owner Override, optionally select another owner. By default, the application is owned by the owner identified in the application attribute owner.</p> </li> <li> <p>From Build Status Override, select one of the following:</p> <ul> <li> <p><span class="bold">Run Application Only</span> - Developers can only run an application</p> </li> <li> <p><span class="bold">Run and Build Application</span> - Developers can both run and edit an application</p> </li> </ul> <p>Selecting <span class="bold">Run Application Only</span> is an effective way to protect an application from modifications from other developers.</p> <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">Tip:</p> If you select <span class="bold">Run Application Only</span>, you cannot set the argument <code>p_trace</code> to <code>Yes</code>. See <a href="deploy_build_options.htm#BEIDAGHE">"Using Build Options to Control Configuration"</a>. Also, the only way to change this setting after you import the application, is to log in to Oracle Application Express Administration Services. See "Changing Application Build Status Set During Deployment" in <a href="AEADM/adm_app.htm"><span class="italic">Oracle Application Express Administration Guide</span></a>.</td> </tr> </tbody> </table> <br /></div> <!-- class="inftblnotealso" --></div> </li> <li> <p>From Debugging, select one of the following:</p> <ul> <li> <p><span class="bold">Yes</span> exports the application with debugging enabled.</p> </li> <li> <p><span class="bold">No</span> exports the application with debugging disabled.</p> </li> </ul> </li> <li> <p>From Exporting Supporting Object Definitions, specify whether to export supporting object definitions with your application. Available options include: See <a href="deployment.htm#CHDICGJD">"How to Create a Packaged Application"</a>.</p> </li> <li> <p>From Export Comments, specify whether to export comments for this application. See <a href="bldapp_comment.htm#CHDBGHJG">"Adding Developer Comments"</a>.</p> </li> <li> <p>Use the <span class="bold">As of</span> field to export your application as it was previously defined. Specify the number of minutes in the field provided.</p> <p>This utility uses the <code>DBMS_FLASHBACK</code> package. Because the timestamp to System Change Number (SCN) mapping is refreshed approximately every five minutes, you may have to wait that amount of time to locate the version for which you are looking. The time undo information is retained and influenced by the startup parameter <code>UNDO_RETENTION</code> (the default is three hours). However, this only influences the size of the undo tablespace. While two databases can have the same <code>UNDO_RETENTION</code> parameter, you are able to go back further in time on a database with fewer transactions because it is not filling the undo tablespace, forcing older data to be archived.</p> </li> <li> <p>Click <span class="bold">Export Application</span>.</p> </li> </ol> <p>In addition to exporting the actual application file, you may also need to export other related files such as cascading style sheets, images, and script files.</p> <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="debug_sql_trace.htm#BABGDGEH">"Enabling SQL Tracing and Using TKPROF"</a></td> </tr> </tbody> </table> <br /></div> <!-- class="inftblnotealso" --></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 © 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="deploy_export.htm"><img src="dcommon/gifs/leftnav.gif" alt="Previous" /><br /> <span class="icon">Previous</span></a> </td> <td align="center"><a href="deploy_export_users.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