您好,登錄后才能下訂單哦!
上續的系統配置,環境變量添加和grid安裝在上一篇博客中,這篇主要是繼上篇剩余的安裝,上篇博客地址:http://tongcheng.blog.51cto.com/6214144/1852074
1.檢查oracle database安裝的先決條件(用grid軟件包中的runcluvfy.sh腳本)
[grid@rac1 grid]$ ./runcluvfy.sh stage -pre dbinst -n rac1,rac2 -osdba dba
.................................
Pre-check for database installation was successful. --必須條件成功才能安裝
[grid@rac1 grid]$ ./runcluvfy.sh stage -pre dbcfg -n rac1,rac2 -d
2.orale數據庫安裝
[oracle@rac1 database]$ ./runInstaller
rac1節點1執行root.sh腳本
rac2節點2執行root.sh腳本
3.創建asm磁盤組
[root@rac1 ~]# su - grid
[grid@rac1 ~]$ asmca
4.創建數據庫
[root@rac1 ~]# xhost +
access control disabled, clients can connect from any host
[root@rac1 ~]# su - oracle
[oracle@rac1 ~]$ dbca
5.登陸數據庫
[oracle@rac1 ~]$ sqlplus / as sysdba
SQL*Plus: Release 11.2.0.4.0 Production on Sun Sep 18 13:10:57 2016
Copyright (c) 1982, 2013, Oracle. All rights reserved.
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
With the Partitioning, Real Application Clusters, Automatic Storage Management, OLAP,
Data Mining and Real Application Testing options
SQL> show release;
release 1102000400
SQL> select file#,ts#,name,status from v$datafile;
FILE# TS# NAME STATUS
---------------------------------------------------------------------------------
1 0 +DATA/racdb/datafile/system.256.922882375 SYSTEM
2 1 +DATA/racdb/datafile/sysaux.257.922882383 ONLINE
3 2 +DATA/racdb/datafile/undotbs1.258.922882385 ONLINE
4 4 +DATA/racdb/datafile/users.259.922882385 ONLINE
5 5 +DATA/racdb/datafile/undotbs2.264.922882991 ONLINE
SQL>
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。