Navicat串連Oracle和Oracle使用者授權

來源:互聯網
上載者:User

關於Navicat串連Oracle 報 ORA-12737 set CHS16GBK錯誤的解決方案
http://hi.baidu.com/leejun_2005/item/c4a4832247807f142a0f1c5f
{
    核心步驟
    {
        下載instantclient-basic-nt-11.2.0.3.0.zip
        http://download.oracle.com/otn/nt/instantclient/112030/instantclient-basic-nt-11.2.0.3.0.zip
        把zip包中的oci.dll,orannzsbb11.dll,oraocci11.dll,oraociei11.dll複製到{Navicat Premium安裝目錄}\instantclient_10_2
    }
}

Oracle 最簡單的建立使用者的方法
{
    sqlplus使用者名稱,口令,主機字串(本機可不填,其他主機填<IP>:<ServiceID>,ServiceID如ORCL)

    CREATE USER username IDENTIFIED BY password;
    GRANT dba TO username;
}

Oracle建立資料表空間、建立使用者以及授權、查看許可權
http://www.blogjava.net/wolfman09/archive/2009/05/01/268536.html

詳解Oracle建立使用者權限全過程
http://database.51cto.com/art/200911/160283.htm
{
    刪除使用者
    DROP USER username cascade;
}

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在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.