oracle建立資料庫

2022-08-01 17:33:10 字數 1483 閱讀 9633

1,開啟oracle的database configuration assistant(資料庫配置助手)。

2,點「下一步」。

3,選建立資料庫,然後點選「下一步」。

4,選一般用途或事務處理,點選「下一步」。

5,輸入新的資料庫名,在這裡我建立的資料庫是「studentsys」,之後點選下一步。

6,管理選項配置,不勾選配置enterprise manager,單擊「下一步」。

7,可設定不同的管理口令,也可以設定同一管理口令,這裡選了同一管理口令。

8,設定資料庫檔案位置,預設即可,點選下一步。

9,恢復配置,預設即可,點選下一步。

10,在這裡選了「建立示例方案」。

11,選第三項,選utf-8。

12,點「下一步」。

13,建立資料庫。

14,設定口令。

15,為sys system scott設定密碼。

16, 資料庫配置完成後,在開始選單,找到oracle client的net configuration assistant(網路配置助手),進行配置( 第16步)。再回到oracle client的安裝目錄,oracleclient\product\11.2.0\client_1\network\admin,開啟tnsnames.ora,看到會多了一段內容,這段內容就是建立的資料庫配置檔案。

17,在plsql developer,選資料庫為studentsys,登入。

18,登入成功,進入plsql developer,發現已經進入成功了。

oracle 建立資料庫

檢驗是否存在 存在的話刪除 drop tablespace tbs epet 建立表空間 create tablespace tbs epet datafile c epet space.dbf size 5m 建立使用者 create user epet identified by epet de...

Oracle建立資料庫

使用者 作業系統使用者 root登陸 切換到oracle 資料庫使用者 sys system scott 命令 作業系統的命令 id pwd sqlplus的命令 前導命令必須熟悉 id 查詢當前使用者 ls l 顯示當前目錄下的檔案或資料夾 pwd 顯示當前所在的目錄 cd 改變當前目錄 more...

建立Oracle資料庫

root localhost su oracle oracle localhost sqlplus nolog sql conn as sysdba sql show user user is sys sql select name from v datafile 建立臨時表空間 create te...