oracle使用者管理

來源:互聯網
上載者:User

標籤:使用者管理   一個   word   資料   通過   src   com   rar   步驟   

 

 

使用者管理

sys system (管理員)

scott (普通使用者)

 

前提:oracle上,假設你是oracl的管理員,當需要建立使用者的時候,由你操作.

1,建立使用者(sys system使用者)

  create user username identified by password

 使用system使用者登入建立一個edu使用者密碼為system

  create user edu identified by system;

  使用建立使用者edu登入

 

無法登入  建立的edu並不能通過conn立刻登入,需要進行下面步驟

2,賦予使用者相應的許可權

 grant create session to edu;

 

PS:oracle資料檔案位置

表和資料表空間及資料檔案的關係圖

3,完整的建立使用者

create username identified bu userpassword;

default tablespace ****;

temmporary tablespace *****;

quota 3m on user;

 

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.