Oracle建立使用者並授權dba許可權

2021-09-29 17:48:45 字數 428 閱讀 3604

很多時候我們用擁有dba許可權的使用者 從oracle資料庫匯出資料,那麼再匯入新的資料庫時就還得需要dba許可權的使用者,下面是如何建立乙個新使用者並授予dba許可權命令。

1.用有dba許可權的使用者登入:sys使用者

2.建立乙個新使用者:create user abc identified by 123456;

3.授予dba許可權: grant connect,resource,dba to abc;

ok,建立好了,就可以用abc這個使用者登入了,abc使用者擁有dba許可權。

select * from dba_users; 檢視資料庫裡面所有使用者,前提是你是有dba許可權的帳號,如sys,system

select * from all_users; 檢視你能管理的所有使用者!

select * from user_users; 檢視當前使用者資訊 !

oracle 建立使用者並授權

oracle內部有兩個建好的使用者 system和sys。使用者可直接登入到system使用者以建立其他使用者,因為system具有建立別 的使用者的 許可權。在安裝oracle時,使用者或系統管理員首先可以為自己建立乙個使用者。語法 建立使用者 create user 使用者名稱 identifi...

Oracle建立使用者並授權

1.用oracle使用者登入sqlplus sqlplus as dba 2.建立臨時表空間 miya temp 我的oracle安裝路徑是 data oracle product 11.2.0 db 1 在這個目錄下mkdir database create temporary tablespac...

oracle建立使用者並授權

microsoft windows 版本 10.0.18363.657 c 2019 microsoft corporation。保留所有權利。c users slinye sqlplus sql plus release 10.2.0.1.0 production on 星期一 3月 9 17 3...