scp [email protected]
:/soft/linux.x64_11gr2_database_1of2.zip /soft
:/soft/linux.x64_11gr2_database_2of2.zip /soft
unzip linux.x64_11gr2_database_1of2.zip
unzip linux.x64_11gr2_database_2of2.zip
以下步驟需切換到root使用者下,輸入命令:vi /etc/security/limits.conf,按a鍵進入編輯模式,新增下列內容,編輯完成後按esc鍵,輸入「:wq」存檔退出。
oracle soft nproc 2047
oracle hard nproc 16384
oracle soft nofile 1024
oracle hard nofile 65536
a:建立組,使用如下命令
groupadd oinstall
groupadd dba
b:建立orcale使用者,並設定密碼,如下命令
useradd -g oinstall -g dba -m oracle
passwd oracle
rpm -q binutils compat-libstdc
++-33 elfutils-libelf elfutils-libelf
-devel glibc glibc-common glibc-devel gcc- gcc-c
++ libaio-devel libaio libgcc libstdc++ libstdc++-devel make sysstat unixodbc unixodbc-devel pdksh
rpm -q compat-libstdc
++ glibc glibc-devel libaio libgcc libstdc++
su –l oracle
然後編輯檔案 vi .bash_profile,新增下面內容儲存並退出。
umask 022
export oracle_home=$oracle_base/oracle/product/11.2.0/dbhome_1
export oracle_sid=orcl
export path=$path:$home/bin:$oracle_home/bin
export ld_library_path=$oracle_home/lib:/usr/lib
yum groupinstall "desktop"
yum groupinstall "x window system"
yum groupinstall "chinese support"
startx
安裝vnc-server
yum install tigervnc-server
.x86_64
設定vnc密碼
you will require a password to access your desktops.
password:
verify:
啟動服務
service vncserver restart
配置環境
export display=localhost:1
修改防火牆
-a rh-firewall-1
-input
-m state --state new
-m tcp -p tcp --dport 5901
-j accept
-a rh-firewall-1
-input
-m state --state new
-m tcp -p tcp --dport 5902
-j accept
-a rh-firewall-1
-input
-m state --state new
-m tcp -p tcp --dport 5903
-j accept
通過vnc 遠端連線。
3.安裝完畢後別忘了執行兩個sh,乙個是root.sh,乙個是orainventory裡的orainstroot.sh Oracle 1 安裝和解除安裝
oracle的環境 將兩個壓縮包一起解壓到電腦某個位置的同乙個資料夾 雙擊setup.exe進行安裝 這裡電子郵件可以不用填,接收安全更新勾選掉 安裝的時候選擇乙個位置,還有口令,接下來基本next就可以完成 1 開始 設定 控制面板 管理工具 服務 停止所有oracle服務。2 開始 程式 ora...
Redhat及其衍生版安裝oracle11g教程
hmxgg 126.comqq 383024278 我會盡可能地解決問題和更新此文件下系統是否安裝過這些包,如果沒在對應的系統光碟查詢對應的 rpm包並安裝。檢查工作 依次執行 rpm qa grep下面軟體包 binutils 2.17.50.0.6 compat libstdc 33 3.2.3...
學習筆記 Oracle 1 安裝及配置
win7旗艦版安裝oracle 11gr1 database oracle使用者登陸 sqlplus sys manager testdb as sysdba sys預設密碼登陸 sqlplus testdb as sysdba 系統賬號登陸,免密碼 sqlplus scott tiger test...