Edit D:\app\Administrator\product\11.2.0\dbhome_1\apex\images\doc\AEADM\adm_login.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>Logging in to Oracle Application Express Administration Services</title> <meta name="generator" content="Oracle DARB XHTML Converter (Mode = ohj/ohw) - Version 5.1" /> <meta name="date" content="2009-04-14T17:6:25Z" /> <meta name="robots" content="noarchive" /> <meta name="doctitle" content="Logging in to Oracle Application Express Administration Services" /> <meta name="relnum" content="Release 3.2" /> <meta name="partnum" content="E12512-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="adm_wrkspc.htm" title="Oracle Application Express ..." type="text/html" /> <link rel="up" href="adm_login.htm" title="Logging in to Oracle Applic..." type="text/html" /> <link rel="prev" href="adm_mg_wrkspc_pg.htm" title="Previous" type="text/html" /> <link rel="next" href="adm_mg_service_set.htm" title="Next" type="text/html" /> </head> <body> <p id="BREADCRUMBING"><a href="preface.htm" title="Home">Home</a> > <a href="adm_wrkspc.htm" title="Oracle Application Express ...">Oracle Application Express ...</a> > Logging in to Oracle Applic...</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="adm_mg_wrkspc_pg.htm"><img src="../dcommon/gifs/leftnav.gif" alt="Previous" /><br /> <span class="icon">Previous</span></a> </td> <td align="center"><a href="adm_mg_service_set.htm"><img src="../dcommon/gifs/rightnav.gif" alt="Next" /><br /> <span class="icon">Next</span></a></td> </tr> </table> <p><a id="CHDHCIFG" name="CHDHCIFG"></a></p> <div class="sect1"><!-- infolevel="all" infotype="General" --> <h1><a name="AEADM168" id="AEADM168"></a>Logging in to Oracle Application Express Administration <a id="sthref138" name="sthref138"></a>Services</h1> <p>Oracle Application Express administrators are responsible for managing an entire Oracle Application Express instance. To perform these tasks, an Oracle Application Express administrator logs in to the Oracle Application Express Administration Services application.</p> <p>To log in to Oracle Application Express Administration Services:</p> <ol> <li> <p>In a Web browser, navigate to the Oracle Application Express Administration Services application. By default, Oracle Application Express Administration Services installs to the following location:</p> <ul> <li> <p>If your setup uses the embedded PL/SQL gateway, go to:</p> <pre xml:space="preserve" class="oac_no_warn"> http://<span class="italic">hostname</span>:<span class="italic">port</span>/apex/apex_admin </pre> <p>Where:</p> <ul> <li> <p><code>hostname</code> is the name of the system where Oracle XML DB HTTP Server is installed.</p> </li> <li> <p><code>port</code> is the port number assigned to Oracle XML DB HTTP Server. In a default installation, this number is 8080. See "Verifying the Oracle XML DB HTTP Server Port" in <a href="../start_login_dev.htm"><span class="italic">Oracle Application Express Application Builder User’s Guide</span></a>.</p> </li> <li> <p><code>apex</code> is the database access descriptor (DAD) defined in the configuration file.</p> <p>For users who have upgraded from earlier releases, or who have a custom configuration, this value may be <code>htmldb</code> or something else. Verify your DAD with your Oracle Application Express administrator.</p> </li> </ul> </li> <li> <p>If your setup uses Apache and <code>mod_plsql</code>, go to:</p> <pre xml:space="preserve" class="oac_no_warn"> http://<span class="italic">hostname</span>:<span class="italic">port</span>/pls/apex/apex_admin </pre> <p>Where:</p> <ul> <li> <p><code>hostname</code> is the name of the system where Oracle HTTP Server is installed.</p> </li> <li> <p><code>port</code> is the port number assigned to Oracle HTTP Server. In a default installation, this number is 7777. You can find information about your Oracle HTTP Server installation's port number from either of the following files:</p> <pre xml:space="preserve" class="oac_no_warn"> <span class="italic">ORACLE_BASE</span>\<span class="italic">ORACLE_HOME</span>\install\portlist.ini <span class="italic">ORACLE_BASE</span>\<span class="italic">ORACLE_HTTPSERVER_HOME</span>\Apache\Apache\conf\httpd.conf </pre> <p>Be aware that if you change a port number, it is not updated in the <code>portlist.ini</code> file. You can only rely on this file immediately after installation.</p> </li> <li> <p><code>pls</code> is the indicator to use the <code>mod_plsql</code> cartridge.</p> </li> <li> <p><code>apex</code> is the database access descriptor (DAD) defined in the <code>mod_plsql</code> configuration file.</p> <p>For users who have upgraded from earlier releases, or who have a custom configuration, this value may be <code>htmldb</code> or something else. Verify your DAD with your Oracle Application Express administrator.</p> </li> </ul> </li> </ul> <p>The Login page appears.</p> </li> <li> <p>In Username, enter <code>admin</code>.</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> <code>admin</code> is the default Oracle Application Express administrator account. To create additional Oracle Application Express administrator accounts, see <a href="adm_users_new.htm#CIHFDBFA">"Creating New User Accounts"</a></td> </tr> </tbody> </table> <br /></div> <!-- class="inftblnotealso" --></div> </li> <li> <p>In Password, enter the Oracle Application Express administrator account password you specified when you installed Oracle Application Express.</p> </li> <li> <p>Click <span class="bold">Login</span>.</p> <p>Oracle Application Express Administration Services appears.</p> </li> </ol> <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> "Managing Oracle Database Port Numbers" in <span class="italic"><a href="http://www.oracle.com/pls/db112/lookup?id=GINST">Oracle Database Installation Guide</a></span> for information about installing Oracle Application Express</td> </tr> </tbody> </table> <br /></div> <!-- class="inftblnotealso" --></div> </div> <!-- class="sect1" --> <!-- 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="adm_mg_wrkspc_pg.htm"><img src="../dcommon/gifs/leftnav.gif" alt="Previous" /><br /> <span class="icon">Previous</span></a> </td> <td align="center"><a href="adm_mg_service_set.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