﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>BlogJava-NewMoring-文章分类-oracle 一些相关的内容</title><link>http://www.blogjava.net/NewMoring/category/39912.html</link><description>与Java同路，赢在未来。</description><language>zh-cn</language><lastBuildDate>Tue, 02 Jun 2009 22:42:10 GMT</lastBuildDate><pubDate>Tue, 02 Jun 2009 22:42:10 GMT</pubDate><ttl>60</ttl><item><title>解除oracle10g密码锁定</title><link>http://www.blogjava.net/NewMoring/articles/279261.html</link><dc:creator>清晨</dc:creator><author>清晨</author><pubDate>Sun, 31 May 2009 10:34:00 GMT</pubDate><guid>http://www.blogjava.net/NewMoring/articles/279261.html</guid><wfw:comment>http://www.blogjava.net/NewMoring/comments/279261.html</wfw:comment><comments>http://www.blogjava.net/NewMoring/articles/279261.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.blogjava.net/NewMoring/comments/commentRss/279261.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/NewMoring/services/trackbacks/279261.html</trackback:ping><description><![CDATA[<p><span id="ctl00_ContentPlaceHolder1_ArtBody2_lblContent">&nbsp; </p>
<div>
<p>解除oracle10g密码锁定</p>
<p>oracle10g密码被锁定了，这么搞定它，cmd下</p>
<p>&gt;sqlplus /nolog<br />
<br />
&gt;conn sys/password as sysdba</p>
<p>更改锁定的密码：</p>
<p style="font-size: 10pt">&nbsp;&nbsp; 执行ALTER USER DBSNMP ACCOUNT UNLOCK；</p>
<p style="font-size: 10pt">&nbsp;&nbsp; 从新用SQL/PLUS登录，设置用户名、密码；</p>
<p style="font-size: 10pt">注：由于刚才解锁的用户名是DBSNMP，所以这里设置的用户名也是DBSNMP</p>
<p style="font-size: 10pt"><strong><span style="font-size: 9pt; mso-fareast-: 1.0pt">Oracle <ST1:CHMETCNV unitname="g" sourcevalue="10" hasspace="False" negative="False" numbertype="1" tcsc="0">10g</ST1:CHMETCNV> </span><span style="font-size: 9pt; mso-font-kerning: 1.0pt">默认安装带来的用户名</span><span style="font-size: 9pt; mso-fareast-: 1.0pt">/</span><span style="font-size: 9pt; mso-font-kerning: 1.0pt">密码</span><br />
</strong></p>
<table border="1" cellspacing="0" cellpadding="0" width="100%">
    <thead>
        <tr>
            <td style="font-size: 10pt" valign="bottom">
            <p style="font-size: 10pt" align="left">Username</p>
            </td>
            <td style="font-size: 10pt" valign="bottom">
            <p style="font-size: 10pt" align="left">Password</p>
            </td>
            <td style="font-size: 10pt" valign="bottom">
            <p style="font-size: 10pt" align="left">Description</p>
            </td>
            <td style="font-size: 10pt" valign="bottom">
            <p style="font-size: 10pt" align="left">See Also</p>
            </td>
        </tr>
    </thead>
    <tbody>
        <tr>
            <td style="font-size: 10pt" valign="top">
            <p style="font-size: 10pt" align="left">CTXSYS</p>
            </td>
            <td style="font-size: 10pt" valign="top">
            <p style="font-size: 10pt" align="left">CTXSYS</p>
            </td>
            <td style="font-size: 10pt" valign="top">
            <p style="font-size: 10pt" align="left">The Oracle Text account</p>
            </td>
            <td style="font-size: 10pt" valign="top">
            <p style="font-size: 10pt" align="left">Oracle Text Reference</p>
            </td>
        </tr>
        <tr>
            <td style="font-size: 10pt" valign="top">
            <p style="font-size: 10pt" align="left">DBSNMP</p>
            </td>
            <td style="font-size: 10pt" valign="top">
            <p style="font-size: 10pt" align="left">DBSNMP</p>
            </td>
            <td style="font-size: 10pt" valign="top">
            <p style="font-size: 10pt" align="left">The account used by the Management Agent component of Oracle Enterprise Manager to monitor and manage the database</p>
            </td>
            <td style="font-size: 10pt" valign="top">
            <p style="font-size: 10pt" align="left">Oracle Enterprise Manager Grid Control Installation and Basic Configuration</p>
            </td>
        </tr>
        <tr>
            <td style="font-size: 10pt" valign="top">
            <p style="font-size: 10pt" align="left">LBACSYS</p>
            </td>
            <td style="font-size: 10pt" valign="top">
            <p style="font-size: 10pt" align="left">LBACSYS</p>
            </td>
            <td style="font-size: 10pt" valign="top">
            <p style="font-size: 10pt" align="left">The Oracle Label Security administrator account</p>
            </td>
            <td style="font-size: 10pt" valign="top">
            <p style="font-size: 10pt" align="left">Oracle Label Security Administrator's Guide</p>
            </td>
        </tr>
        <tr>
            <td style="font-size: 10pt" valign="top">
            <p style="font-size: 10pt" align="left">MDDATA</p>
            </td>
            <td style="font-size: 10pt" valign="top">
            <p style="font-size: 10pt" align="left">MDDATA</p>
            </td>
            <td style="font-size: 10pt" valign="top">
            <p style="font-size: 10pt" align="left">The schema used by Oracle Spatial for storing Geocoder and router data</p>
            </td>
            <td style="font-size: 10pt" valign="top">
            <p style="font-size: 10pt" align="left">Oracle Spatial User's Guide and Reference</p>
            </td>
        </tr>
        <tr>
            <td style="font-size: 10pt" valign="top">
            <p style="font-size: 10pt" align="left">MDSYS</p>
            </td>
            <td style="font-size: 10pt" valign="top">
            <p style="font-size: 10pt" align="left">MDSYS</p>
            </td>
            <td style="font-size: 10pt" valign="top">
            <p style="font-size: 10pt" align="left">The Oracle Spatial and Oracle interMedia Locator administrator account</p>
            </td>
            <td style="font-size: 10pt" valign="top">
            <p style="font-size: 10pt" align="left">Oracle Spatial User's Guide and Reference</p>
            </td>
        </tr>
        <tr>
            <td style="font-size: 10pt" valign="top">
            <p style="font-size: 10pt" align="left">DMSYS</p>
            </td>
            <td style="font-size: 10pt" valign="top">
            <p style="font-size: 10pt" align="left">DMSYS</p>
            </td>
            <td style="font-size: 10pt" valign="top">
            <p style="font-size: 10pt" align="left">The Oracle Data Mining account.</p>
            </td>
            <td style="font-size: 10pt" valign="top">
            <p style="font-size: 10pt" align="left">Oracle Data Mining Administrator's Guide</p>
            <p style="font-size: 10pt" align="left">Oracle Data Mining Concepts</p>
            </td>
        </tr>
        <tr>
            <td style="font-size: 10pt" valign="top">
            <p style="font-size: 10pt" align="left">OLAPSYS</p>
            </td>
            <td style="font-size: 10pt" valign="top">
            <p style="font-size: 10pt" align="left">MANAGER</p>
            </td>
            <td style="font-size: 10pt" valign="top">
            <p style="font-size: 10pt" align="left">The account used to create OLAP metadata structures. It owns the OLAP Catalog (CWMLite).</p>
            </td>
            <td style="font-size: 10pt" valign="top">
            <p style="font-size: 10pt" align="left">Oracle OLAP Application Developer's Guide</p>
            </td>
        </tr>
        <tr>
            <td style="font-size: 10pt" valign="top">
            <p style="font-size: 10pt" align="left">ORDPLUGINS</p>
            </td>
            <td style="font-size: 10pt" valign="top">
            <p style="font-size: 10pt" align="left">ORDPLUGINS</p>
            </td>
            <td style="font-size: 10pt" valign="top">
            <p style="font-size: 10pt" align="left">The Oracle interMedia user. Plug-ins supplied by Oracle and third party format plug-ins are installed in this schema.</p>
            </td>
            <td style="font-size: 10pt" valign="top">
            <p style="font-size: 10pt" align="left">Oracle interMedia User's Guide</p>
            </td>
        </tr>
        <tr>
            <td style="font-size: 10pt" valign="top">
            <p style="font-size: 10pt" align="left">ORDSYS</p>
            </td>
            <td style="font-size: 10pt" valign="top">
            <p style="font-size: 10pt" align="left">ORDSYS</p>
            </td>
            <td style="font-size: 10pt" valign="top">
            <p style="font-size: 10pt" align="left">The Oracle interMedia administrator account</p>
            </td>
            <td style="font-size: 10pt" valign="top">
            <p style="font-size: 10pt" align="left">Oracle interMedia User's Guide</p>
            </td>
        </tr>
        <tr>
            <td style="font-size: 10pt" valign="top">
            <p style="font-size: 10pt" align="left">OUTLN</p>
            </td>
            <td style="font-size: 10pt" valign="top">
            <p style="font-size: 10pt" align="left">OUTLN</p>
            </td>
            <td style="font-size: 10pt" valign="top">
            <p style="font-size: 10pt" align="left">The account that supports plan stability. Plan stability enables you to maintain the same execution plans for the same SQL statements. OUTLN acts as a role to centrally manage metadata associated with stored outlines.</p>
            </td>
            <td style="font-size: 10pt" valign="top">
            <p style="font-size: 10pt" align="left">Oracle Database Performance Tuning Guide</p>
            </td>
        </tr>
        <tr>
            <td style="font-size: 10pt" valign="top">
            <p style="font-size: 10pt" align="left">SI_INFORMTN_SCHEMA</p>
            </td>
            <td style="font-size: 10pt" valign="top">
            <p style="font-size: 10pt" align="left">SI_INFORMTN_SCHEMA</p>
            </td>
            <td style="font-size: 10pt" valign="top">
            <p style="font-size: 10pt" align="left">The account that stores the information views for the SQL/MM Still Image Standard</p>
            </td>
            <td style="font-size: 10pt" valign="top">
            <p style="font-size: 10pt" align="left">Oracle interMedia User's Guide</p>
            </td>
        </tr>
        <tr>
            <td style="font-size: 10pt" valign="top">
            <p style="font-size: 10pt" align="left">SYS</p>
            </td>
            <td style="font-size: 10pt" valign="top">
            <p style="font-size: 10pt" align="left">CHANGE_ON_INSTALL</p>
            </td>
            <td style="font-size: 10pt" valign="top">
            <p style="font-size: 10pt" align="left">The account used to perform database administration tasks</p>
            </td>
            <td style="font-size: 10pt" valign="top">
            <p style="font-size: 10pt" align="left">Oracle Database Administrator's Guide</p>
            </td>
        </tr>
        <tr>
            <td style="font-size: 10pt" valign="top">
            <p style="font-size: 10pt" align="left">SYSMAN</p>
            </td>
            <td style="font-size: 10pt" valign="top">
            <p style="font-size: 10pt" align="left">CHANGE_ON_INSTALL</p>
            </td>
            <td style="font-size: 10pt" valign="top">
            <p style="font-size: 10pt" align="left">The account used to perform Oracle Enterprise Manager database administration tasks. Note that SYS and SYSTEM can also perform these tasks.</p>
            </td>
            <td style="font-size: 10pt" valign="top">
            <p style="font-size: 10pt" align="left">Oracle Enterprise Manager Grid Control Installation and Basic Configuration</p>
            </td>
        </tr>
        <tr>
            <td style="font-size: 10pt" valign="top">
            <p style="font-size: 10pt" align="left">SYSTEM</p>
            </td>
            <td style="font-size: 10pt" valign="top">
            <p style="font-size: 10pt" align="left">MANAGER</p>
            </td>
            <td style="font-size: 10pt" valign="top">
            <p style="font-size: 10pt" align="left">Another account used to perform database administration tasks.</p>
            </td>
        </tr>
    </tbody>
</table>
<p>&nbsp;</p>
</div>
<p>本文来自德仔工作室 http://www.dezai.cn</span> </p>
 <img src ="http://www.blogjava.net/NewMoring/aggbug/279261.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/NewMoring/" target="_blank">清晨</a> 2009-05-31 18:34 <a href="http://www.blogjava.net/NewMoring/articles/279261.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>