-silent:指定以靜默的方式執行dbca命令。
-createdatabase:指定以dbca命令建立資料庫。
-templatename:指定用來建立資料庫模板的名稱,這裡指定為general_purpose.dbc,即一般用途的資料庫模板。使用此引數相當於在圖新介面中建立一般用途的資料庫。
-gdbname:指定建立的全域性資料庫名稱,這裡指定名稱為test。
-sid:指定資料庫系統識別符號,這裡指定為test,與資料庫同名。
-responsefile:指定按住響應檔案,no_value表示沒有指定響應檔案。
-characterset:指定資料庫使用的字符集,這裡指定為al32utf8.
-memorypercentage:指定用於oracle的物理記憶體的百分比,這裡指定為30%。
-emconfiguration:指定enterprise manager的管理選擇。local表示資料庫有enterprise manager本地管理,central表示資料庫有enterprise manager集中管理,noemail表示資料庫不啟用郵件通知功能,none表示不使用enterprise manager管理資料庫。
ordim -new -sid 《例項名》 -intpwd 《密碼》
再在服務視窗觀察是否啟動oracleservicetest服務,可以再命令列中輸入services.msc快速啟動服務。
⑤control_files = (ora_control1, ora_control2)中的
① 須先在cdm命令下使用 set oracle_sid=test,作用:設定預設連線的資料庫為test
進入sqlplus環境。 sqlplus sys/abcd as sysdba
正常情況下系統顯示: 已連線到空閒例程。
②接下來使用命令:
正常情況下會顯示sga資訊
這種方法,比較簡單,樓主忘了,截圖,反正開啟database configuration assistant跟著圖形介面的提示,一步一步來就行了。--
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...