安裝資料庫及資料庫問題解決方法

2021-06-06 19:13:05 字數 1915 閱讀 3404

1、安裝資料庫:

開啟ftp服務:  vi /etc/ftpuser

2、建立oracle使用者

useradd oracle -g oinstall -g dba -d /opt/oracle

3、檢查包有沒有安裝全

suse linux enterprise server 10 the following packages (or later versions) must be installed:

binutils-2.16.91.0.5   binutils-2.16.91.0.5-23.34.33 

compat-libstdc++-5.0.7   ----rpm -ivh compat-openssl097g-0.9.7g-13.16.i586.rpm

gcc-4.1.2   gcc-4.1.2_20070115-0.29.6

gcc-c++-4.1.2  gcc-c++-4.1.2_20070115-0.29.6

glibc-2.4-31.63  glibc-2.4-31.74.1

glibc-devel-2.4-31.63  glibc-devel-2.4-31.74.1

ksh-93r-12.9    ksh-93s-59.11.35

libaio-0.3.104  libaio-0.3.104-14.2

libaio-devel-0.3.104  libaio-devel-0.3.104-14.2

libelf-0.8.5   libelf-0.8.5-47.2

libgcc-4.1.2   libgcc-4.1.2_20070115-0.29.6

libstdc++-4.1.2  libstdc++-4.1.2_20070115-0.29.6

libstdc++-devel-4.1.2 libstdc++-devel-4.1.2_20070115-0.29.6

make-3.80   make-3.80-202.2

sysstat-8.0.4  rpm -ivh sysstat-8.0.4-1.7.27.i586.rpm

4、修改核心引數

vi /etc/sysctl.conf

fs.aio-max-nr = 1048576

fs.file-max = 6815744

kernel.shmall = 2097152

kernel.shmmax = 4294967295

kernel.shmmni = 4096

kernel.sem = 250 32000 100 128

net.ipv4.ip_local_port_range = 9000 65500

net.core.rmem_default = 262144

net.core.rmem_max = 4194304

net.core.wmem_default = 262144

net.core.wmem_max = 1048576

/sbin/chkconfig boot.sysctl on  保證重啟也是這個核心引數

/sbin/sysctl -p   改變當前核心引數

echo 103 > /proc/sys/vm/hugetlb_shm_group

vi /etc/sysctl.conf

vm.hugetlb_shm_group = 103

5、建立oracle基本目錄

6、建立oracle環境變數display

vi .bash_profile

export display=:0.0

export oracle_base=/opt/oracle/product  oracle使用者在base的平級目錄需要有許可權

export oracle_home=/opt/oracle/product/11.1

export oracle_sid=orcl

資料庫安裝及資料庫問題解決方法 二

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 1...

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 無法處理服務名 ...