7、資源限制
vi /etc/security/limits.conf
oracle soft nproc 2047
oracle hard nproc 16384
oracle soft nofile 1024
oracle hard nofile 65536
oracle soft stack 10240
8、安裝資料庫軟體
./runinstaller -ignoresysprereqs
9、執行/home/oracle/orainventory/orainstroot.sh
/home/oracle/product/11.1/root.sh
二、建立資料庫
1、標註oracle_sid
2、確保環境變數正確 oracle_base oracle_home oracle_sid
3、建立初始化引數檔案
1.1 oracle資料庫名字
1.2 標註快速恢復區域 db_recovery_file_dest=/home/oracle/backup
1.3
1.4 db_block_size 大小
1.5 明確規定最多程式數
1.6 明確規定undo空間管理
undo_management=auto
undo_space=undostb1
1.7 明確規定compatible空間管理
1.8 設定許可引數
license_max_users = 200 不再使用
安裝資料庫及資料庫問題解決方法
1 安裝資料庫 開啟ftp服務 vi etc ftpuser 2 建立oracle使用者 useradd oracle g oinstall g dba d opt oracle 3 檢查包有沒有安裝全 suse linux enterprise server 10 the following pa...
Mysql資料庫亂碼問題解決
方法 1 建立資料庫的時候要用utf8編碼 create database news default charset utf8 2 建立資料表的時候也要用utf8編碼 建立,修改 create table xinwen title varchar 20 not null default charse...
oracle 9i資料庫連線問題解決方法
昨天中午,一家商場的朋友打 給我,說他的筆記本不能連線商場的pos erp。朋友商場的pos erp系統使用的是oracle 9i的資料庫,系統為windows server 2003企業版。在朋友的筆記本上啟動pos erp客戶端,無論進哪個系統都出現 ora 12154 tns 無法處理服務名 ...