
Öncelikle 19c veritabanı kurulumu gerçekleştirdik, sonrasında ki adımlar için minimum gereksinimler aşağıdaki gibidir;
-- Recommended minimum settings.
SQL> alter system set "_allow_insert_with_update_check"=true scope=both;
SQL> alter system set session_cached_cursors=200 scope=spfile;
-- Recommended: processes=600
SQL> alter system set processes=600 scope=spfile;
-- Recommended: pga_aggregate_target=1G
SQL> alter system set pga_aggregate_target=450M scope=spfile;
-- Recommended: sga_target=3G
SQL> alter system set sga_target=800M scope=spfile;
-- Recommended: shared_pool_size=600M
SQL> alter system set shared_pool_size=600M scope=spfile;
SQL> shu immediate;
startup
--Port Range settings
cat /proc/sys/net/ipv4/ip_local_port_range
OL7 için gerekli paketler
yum install -y binutils
yum install -y gcc
yum install -y gcc-c++
yum install -y glibc
yum install -y glibc-devel
yum install -y glibc-devel.i686
yum install -y libaio
yum install -y libaio-devel
yum install -y libgcc
yum install -y libstdc++
yum install -y libstdc++-devel
yum install -y libnsl
yum install -y sysstat
yum install -y motif
yum install -y motif-devel
yum install -y redhat-lsb
yum install -y redhat-lsb-core
yum install -y openssl
yum install -y make
yum install -y libgcc.i686
yum install -y libstdc++.i686
yum install -y compat-libcap1
yum install -y compat-libstdc++-33
yum install -y compat-libstdc++-33.i686
yum install -y dejavu-serif-fonts
yum install -y ksh
yum install -y numactl
yum install -y numactl-devel
ilgili dizinleri oluşturalım
$ mkdir -p /u01/app/oracle/middleware
$ mkdir -p /u01/app/oracle/agent
Şimdi kurulum dosyalarımızı çalıştırabiliriz
$ ./em13500_linux64.bin



Bütün Her şey Succeeded olarak görünüyor.
middleware ve agent için minimum 37 GB bir yere ihtiyaç var /u01 altında bu alan bizde olmadığı için /home/oracle altında middleware ve agent dizinlerini oluşturup devam ediyorum.












Bir yanıt yazın