Dear All,
here i have shared step by step installation on Oracle 26ai on Virtual machine on OS OEL9.
> Introduction
> Pre-requisites
> Software download and copy to server and untar
> OS users & groups setup
> DB Software Install
> DB creation DBCA
> Post DB creation steps .
Hardware & OS Requirements
:
Disk Space ::: 10G ( 40G)
Memory :: 2 G ( 4G)
CPU : 2
OS >> REHL / OEL 8,9 supported
Oracle AI
Database 26ai Installation On Oracle Linux 9 (OL9)
https://www.oracle.com/database/technologies/oracle26ai-linux-downloads.html
OS Packages :
https://yum.oracle.com/oracle-linux-isos.html
cat /etc/hosts
/etc/selinux/config
groupadd -g 54321 oinstallgroupadd -g 54322 dbagroupadd -g 54323 oper #groupadd -g 54324 backupdba#groupadd -g 54325 dgdba#groupadd -g 54326 kmdba#groupadd -g 54327 asmdba#groupadd -g 54328 asmoper#groupadd -g 54329 asmadmin#groupadd -g 54330 racdba useradd -u 54321 -g oinstall -G dba,oper oraclednf install -y bcdnf install -y binutilsdnf install -y compat-openssl10dnf install -y elfutils-libelfdnf install -y glibcdnf install -y glibc-develdnf install -y kshdnf install -y libaiodnf install -y libXrenderdnf install -y libX11dnf install -y libXaudnf install -y libXidnf install -y libXtstdnf install -y libgccdnf install -y libnsldnf install -y libstdc++dnf install -y libxcbdnf install -y libibverbsdnf install -y libasandnf install -y liblsandnf install -y makednf install -y policycoreutilsdnf install -y policycoreutils-python-utilsdnf install -y smartmontoolsdnf install -y sysstat # Additional packages.dnf install -y ipmiutildnf install -y libnsl2dnf install -y libnsl2-develdnf install -y libvirt-libsdnf install -y net-toolsdnf install -y nfs-utils # Added by me.dnf install -y unixODBC"/etc/security/limits.d/oracle-ai-database-preinstall-26ai.conf"
file.
oracle soft nofile 1024oracle hard nofile 65536oracle soft nproc 16384oracle hard nproc 16384oracle soft stack 10240oracle hard stack 32768oracle hard memlock 134217728oracle soft memlock 134217728oracle soft data unlimitedoracle hard data unlimitedManual Setup
If you have
not used the "oracle-ai-database-preinstall-26ai" package to perform
all prerequisites, you will need to manually perform the following setup tasks.
Add the
following lines to the "/etc/sysctl.conf" file, or in a file called
"/etc/sysctl.d/98-oracle.conf".
fs.file-max = 6815744kernel.sem = 250 32000 100 128kernel.shmmni = 4096kernel.shmall = 1073741824kernel.shmmax = 4398046511104kernel.panic_on_oops = 1net.core.rmem_default = 262144net.core.rmem_max = 4194304net.core.wmem_default = 262144net.core.wmem_max = 1048576net.ipv4.conf.all.rp_filter = 2net.ipv4.conf.default.rp_filter = 2fs.aio-max-nr = 1048576net.ipv4.ip_local_port_range = 9000 65500Run one of
the following commands to change the current kernel parameters, depending on
which file you edited.
/sbin/sysctl -p# Or/sbin/sysctl -p /etc/sysctl.d/98-oracle.confcurl -o oracle-ai-database-preinstall-26ai-1.0-1.el9.x86_64.rpm https://yum.oracle.com/repo/OracleLinux/OL9/appstream/x86_64/getPackage/oracle-ai-database-preinstall-26ai-1.0-1.el9.x86_64.rpm dnf -y localinstall oracle-ai-database-preinstall-26ai-1.0-1.el9.x86_64.rpm# dnf install -y oracle-ai-database-preinstall-26aiIt is
probably worth doing a full update as well, but this is not strictly speaking
necessary.
# dnf update -ymkdir -p /u01/app/oracle/product/26.0.0/dbhome_1mkdir -p /u02/oradatachown -R oracle:oinstall /u01 /u02chmod -R 775 /u01 /u02# Unzip software.cd $ORACLE_HOMEunzip -oq /path/to/software/LINUX.X64_2326100_db_home.zip # Interactive mode../runInstallerthanks,
Srini
No comments:
Post a Comment
No one has ever become poor by giving