用命令修改Oracle資料庫密碼

來源:互聯網
上載者:User

標籤:des   ar   sp   檔案   資料   on   log   bs   ad   

1、改密碼
    (1).開啟doc命令框鍵入:sqlplus /nolog
    (2).輸入:connect / as sysdba
    (3).修改密碼:alter user userName identified by passWord;
    (4).解鎖:alter user userName account unlock;
    (5).退出:exit;  

2、開服務
    (1).先開核心服務(OracleServiceOrcl)
    (2).在開監聽服務(OracleDb11g_home1TNSListener)

3、改配置(位置:D:\app\Administrator\product\11.1.0\db_1\NETWORK\ADMIN\下面的兩個檔案ip  listener.ora和tnsnames.ora
      改為本機ip)

4、啟動oracle (位置:D:\plsqldev\plsqldev.exe),根據使用者名稱和密碼進行登入

5、建立使用者
    (
        create user userName identified by "Pwd";
    )

6、授權    (grant resource to userName;)

7、建表
    create table tabName
    (
       id  type primary key,
       name type,
       desc type
    );


輸入sqlplus /nolog  斷行符號一閃就關了,解決方案:
1.先在D:\oracle\product\10.2.0\db_1\BIN下找到sqlplus.exe,用管理員的身份運行,不關了,就這麼開著,然後輸入上面的相關命令就可以了

用命令修改Oracle資料庫密碼

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.