Oracle在PLSQL中建立使用者並授權

來源:互聯網
上載者:User

1、開啟SQL Plus,根據提示輸入使用者名稱密碼登入。

注意:如果是系統使用者的話,只能用sysdba登入。例如:sys as sysdba,輸入User的密碼進行登入。

2、登入成功後,首先建立資料表空間,此處我的資料表空間“StationSpace”。

Create TableSpace StationSpace DataFile 'E:\Oracle\oradata\StationSpace\StationSpace.dbf' Size 1024M Uniform Size 128k;

3、資料表空間建立成功後,接著建立使用者。

Create User UserName Identified by Password Default TableSpace StationSpace;

4、使用者建立成功後,接著就可以給使用者授權。

Grant Connect,Resource,DBA to UserName;

Oracle 10g 安裝後重啟系統,用PLSQL串連報沒有監聽

ORA-03114 PLSQL過程編譯中斷連線錯誤

PLSQL 串連 Oracle簡單配置

PLSQL批量Forall操作效能提升詳解

使用Oracle SQLDeveloper串連資料庫並建立使用者

Oracle內建的PL/SQL Developer匯入匯出資料

在64位Win7系統下安裝Oracle 11g和Oracle SQL Developer用戶端

相關文章

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.