Edit D:\app\Administrator\product\11.2.0\dbhome_1\oc4j\j2ee\oc4j_applications\applications\em\em\online_help\tdddg\tdddg_connecting004.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:23Z" /> <meta name="robots" content="noarchive" /> <meta name="doctitle" content="Unlocking the HR Account" /> <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_connecting003.htm" title="Previous" type="text/html" /> <link rel="next" href="tdddg_connecting005.htm" title="Next" type="text/html" /> <title>Unlocking the HR Account</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_connecting003.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_connecting005.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="CEGEBAAC" name="CEGEBAAC"></a><a id="TDDDG12510" name="TDDDG12510"></a></p> <div class="sect2"><!-- infolevel="all" infotype="General" --> <h1>Unlocking the HR Account</h1> <a name="BEGIN" id="BEGIN"></a> <p>This section shows how to unlock the HR account and reset its password.</p> <p><a id="sthref74" name="sthref74"></a><a id="sthref75" name="sthref75"></a>By default, when the <code>HR</code> schema is installed, the <code>HR</code> account is locked and its password is expired. You can connect to Oracle Database as the user <code>HR</code> only if the <code>HR</code> account is unlocked.</p> <div class="helpinfonote"> <p><span class="bold">Note: </span>For the following procedure, you need the name and password of a user who has the <code>ALTER</code> <code>USER</code> system privilege (for example, <code>SYSTEM</code>).</p> </div> <a id="TDDDG122" name="TDDDG122"></a> <p class="subhead2"><a id="sthref76" name="sthref76"></a>To unlock the HR account and reset its password:</p> <ol> <li> <p>Using SQL*Plus, connect to Oracle Database as a user with the <code>ALTER</code> <code>USER</code> system privilege.</p> <p>For instructions, see <a href="tdddg_connecting001.htm#CEGDIFBC">"Connecting to Oracle Database from SQL*Plus"</a>.</p> </li> <li> <p>At the <code>SQL></code> prompt, unlock the <code>HR</code> account and reset its password:</p> <div class="helpinfonote"> <p><span class="bold">Caution: </span>Choose a secure password. For guidelines for securing passwords, see <a href="javascript:open('http://www.oracle.com/pls/db112/lookup?id=DBSEG10005','newWindow').focus()"><span class="italic">Oracle Database Security Guide</span></a>.</p> </div> <pre xml:space="preserve" class="oac_no_warn"> ALTER USER HR ACCOUNT UNLOCK IDENTIFIED BY <span class="italic">password</span>; </pre> <p>The system responds:</p> <pre xml:space="preserve" class="oac_no_warn"> User altered </pre> <p>The <code>HR</code> account is unlocked and its password is <code><span class="codeinlineitalic">password</span></code>.</p> </li> </ol> <p>Now you can connect to Oracle Database as user <code>HR</code> with the password <code><span class="codeinlineitalic">password</span></code>. For instructions, see either <a href="tdddg_connecting001.htm#CEGDIFBC">"Connecting to Oracle Database from SQL*Plus"</a> or <a href="tdddg_connecting002.htm#CEGFCEGG">"Connecting to Oracle Database from SQL Developer"</a>.</p> <div class="helpinfonotealso"> <h2>Related Topics</h2> <p><a href="topicid:TDPSG20030">Predefined User Accounts Provided by Oracle Database</a></p> <p><a href="javascript:open('http://www.oracle.com/pls/db112/lookup?id=RPTUG10800','newWindow').focus()"><span class="italic">Oracle Database SQL Developer User's Guide</span></a></p> <p><a href="topicid:ADMQS12043">Expiring a User Password</a></p> <p><a href="tdddg_connecting003.htm#BABFHHCJ">Connecting to Oracle Database as User HR</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_connecting003.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_connecting005.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