Wednesday, February 4, 2026

Oracle 26ai Installation DB Creation

Oracle 26ai Installation DB Creation

1. Download and Install Oracle Home/Oracle Software -> Download 26ai Oracle Software and Install:

- Oracle Software 
- DB Software 
- Oracle Home 
- DB Home 

a. Download DB software (26ai) from https://edelivery.oracle.com  
- Oracle AI Database 23.26.1.0.0 for Linux x86-64
- DB - V1054592-01.zip

b. Install Oracle Software / DB software / Oracle Home / DB Home
- Copy DB SW from lapttop / Desktop to VM
- Use winscp 
- Shared folder / NFS shared drive

- Directory creation & SW unzip 
- mkdir -p /u01/app/oracle/product/26ai/dbhome_1
- unzip V1054592-01.zip -d /u01/app/oracle/product/26ai/dbhome_1

- yum install oracle* --skip-broken (It will set all kernel parameters and it will install all pre-requisite rpms and set all shared memory setting and create all oracle user & groups) 
- yum -y install oracle-database-ee-19c
- yum -y install oracle-database-ee-21c
- yum -y oracle-ai-database-preinstall-26ai

https://docs.oracle.com/en/database/oracle/oracle-database
19C -> https://docs.oracle.com/en/database/oracle/oracle-database/19/ladbi/running-rpm-packages-to-install-oracle-database.html
26ai -> https://docs.oracle.com/en/database/oracle/oracle-database/26/ladbi/installing-the-oracle-preinstallation-rpm-with-uln-support.html

- Optional (In case if you installed above RPM)
- User & group create (Not required) 
# groupadd dba
# groupadd oinstall 
# useradd -g oinstall -G oinstall,dba oracle 

Advantages of oracle pre-requisite rpm installation 
- all kernel parameter are set 
- all the required rpms are auto installed 
- all the oracle user and groups are auto created 

- Change permission
#chown -R oracle:oinstall /u01
- passwd oracle (set password)
- Database SW Installation / Oracle SW Installation / Oracle Home Installation (from GUI screen as oracle user)
$ cd /u01/app/oracle/product/26ai/dbhome_1
$ ./runInstaller 


2. Create Database -> ORA26AI

$ cd /u01/app/oracle/product/26ai/dbhome_1/bin (from GUI screen as oracle user)
$ ./dbca


logs:
+++++++++++++

[root@oel810lab1 ~]# cat /etc/os-release
NAME="Oracle Linux Server"
VERSION="8.10"
ID="ol"
ID_LIKE="fedora"
VARIANT="Server"
VARIANT_ID="server"
VERSION_ID="8.10"
PLATFORM_ID="platform:el8"
PRETTY_NAME="Oracle Linux Server 8.10"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:oracle:linux:8:10:server"
HOME_URL="https://linux.oracle.com/"
BUG_REPORT_URL="https://github.com/oracle/oracle-linux"

ORACLE_BUGZILLA_PRODUCT="Oracle Linux 8"
ORACLE_BUGZILLA_PRODUCT_VERSION=8.10
ORACLE_SUPPORT_PRODUCT="Oracle Linux"
ORACLE_SUPPORT_PRODUCT_VERSION=8.10
[root@oel810lab1 ~]# cd /u01/patches/26ai/
[root@oel810lab1 26ai]# ll
total 0
drwxr-xr-x. 2 root root 29 Feb  3 11:27 DB
drwxr-xr-x. 2 root root 29 Feb  3 11:27 GI
[root@oel810lab1 26ai]# cd DB
[root@oel810lab1 DB]# ll
total 2349668
-rw-r--r--. 1 root root 2406058543 Feb  3 11:26 V1054592-01.zip
[root@oel810lab1 DB]# pwd
/u01/patches/26ai/DB
[root@oel810lab1 DB]# mkdir -p /u01/app/oracle/product/26ai/dbhome_1
[root@oel810lab1 DB]# unzip V1054592-01.zip -d /u01/app/oracle/product/26ai/dbhome_1
Archive:  V1054592-01.zip
  inflating: /u01/app/oracle/product/26ai/dbhome_1/META-INF/MANIFEST.MF
  inflating: /u01/app/oracle/product/26ai/dbhome_1/META-INF/ORACLE_C.SF
  inflating: /u01/app/oracle/product/26ai/dbhome_1/META-INF/ORACLE_C.RSA
   creating: /u01/app/oracle/product/26ai/dbhome_1/OPatch/
<<<<<< Truncated >>>>>>>
<<<<<< Truncated >>>>>>>
<<<<<< Truncated >>>>>>>
<<<<<< Truncated >>>>>>>
<<<<<< Truncated >>>>>>>
  /u01/app/oracle/product/26ai/dbhome_1/rdbms/mesg/ocitr.msb -> oratr.msb
  /u01/app/oracle/product/26ai/dbhome_1/rdbms/mesg/ocius.msb -> oraus.msb
  /u01/app/oracle/product/26ai/dbhome_1/rdbms/mesg/ocius.msg -> ./oraus.msg
  /u01/app/oracle/product/26ai/dbhome_1/rdbms/mesg/ocizhs.msb -> orazhs.msb
  /u01/app/oracle/product/26ai/dbhome_1/rdbms/mesg/ocizht.msb -> orazht.msb
[root@oel810lab1 DB]# cd /u01/app/oracle/product/26ai/dbhome_1
[root@oel810lab1 dbhome_1]# 

[root@oel810lab1 dbhome_1]# ls
addnode     crypto  dbs          env.ora        inventory  ldap      mgw      oml4py   ords   precomp  rdbms          sdk       sqlplus   utl
assistants  css     deinstall    has            javavm     lib       network  OPatch   oss    python   relnotes       slax      srvm      xdk
bin         ctx     demo         hs             jdbc       log       nls      opmn     oui    QOpatch  root.sh        sqlcl     suptools
clone       cv      diagnostics  install        jdk        md        odbc     oracore  perl   R        runInstaller   sqlj      ucp
crs         data    dv           instantclient  jlib       META-INF  olap     ord      plsql  racg     schagent.conf  sqlpatch  usm
[root@oel810lab1 dbhome_1]# 

[root@oel810lab1 ~]# yum install oracle* --skip-broken
Last metadata expiration check: 0:27:00 ago on Tue 03 Feb 2026 12:30:56 PM EST.
Package oracle-backgrounds-84.5-1.0.2.el8.noarch is already installed.
Package oracle-database-preinstall-23ai-1.0-4.el8.x86_64 is already installed.
Package oracle-indexhtml-8-7.0.2.el8.noarch is already installed.
Package oracle-logos-84.5-1.0.2.el8.x86_64 is already installed.
Package oraclelinux-developer-release-el8-1.0-7.el8.x86_64 is already installed.
Package oraclelinux-release-8:8.10-1.0.7.el8.x86_64 is already installed.
Package oraclelinux-release-el8-1.0-38.el8.x86_64 is already installed.
Dependencies resolved.
=========================================================================================================================================================================================
 Package                                                         Architecture                Version                                        Repository                              Size
=========================================================================================================================================================================================
Installing:
 oracle-ai-database-preinstall-26ai                              x86_64                      1.0-1.el8                                      ol8_appstream                           29 k
 oracle-database-preinstall-19c                                  x86_64                      1.0-2.el8                                      ol8_appstream                           31 k
 oracle-database-preinstall-21c                                  x86_64                      1.0-1.el8                                      ol8_appstream                           30 k
 oracle-epel-release-el8                                         x86_64                      1.0-5.el8                                      ol8_baseos_latest                       15 k
 oracle-gluster-release-el8                                      x86_64                      1.0-3.el8                                      ol8_baseos_latest                       18 k
 oracle-instantclient-release-26ai-el8                           x86_64                      1.0-6.el8                                      ol8_baseos_latest                       14 k
 oracle-instantclient-release-el8                                x86_64                      1.0-2.el8                                      ol8_baseos_latest                       18 k
 oracle-java-jdk-release-el8                                     x86_64                      1.0-6.el8                                      ol8_baseos_latest                       14 k
 oracle-linux-manager-client-release-el8                         x86_64                      1.0-1.el8                                      ol8_baseos_latest                       16 k
 oracle-logos-httpd                                              noarch                      84.5-1.0.2.el8                                 ol8_baseos_latest                       28 k
 oracle-logos-ipa                                                noarch                      84.5-1.0.2.el8                                 ol8_baseos_latest                      127 k
 oracle-ocne-release-el8                                         x86_64                      1.0-14.el8                                     ol8_baseos_latest                       16 k
 oracle-ovirt-release-45-el8                                     x86_64                      1.0-39.el8                                     ol8_baseos_latest                       25 k
 oracle-ovirt-release-el8                                        x86_64                      1.0-1.0.10.el8                                 ol8_baseos_latest                       24 k
 oracle-release-el8                                              x86_64                      1.0-3.el8                                      ol8_baseos_latest                       18 k
 oracle-software-release-el8                                     x86_64                      1.0-3.el8                                      ol8_baseos_latest                       14 k
 oracle-spacewalk-client-release-el8                             x86_64                      1.0-1.el8                                      ol8_baseos_latest                       16 k
 oraclelinux-automation-manager-release-el8                      x86_64                      2.3-1.el8                                      ol8_baseos_latest                       16 k
Installing dependencies:
 compat-openssl10                                                x86_64                      1:1.0.2o-4.el8_10.1                            ol8_appstream                          1.1 M
 libaio-devel                                                    x86_64                      0.3.112-1.el8                                  ol8_baseos_latest                       19 k
 libnsl                                                          x86_64                      2.28-251.0.3.el8_10.16                         ol8_baseos_latest                      115 k
 libstdc++-devel                                                 x86_64                      8.5.0-26.0.1.el8_10                            ol8_appstream                          2.1 M
 python3-dnf-plugin-versionlock                                  noarch                      4.0.21-25.0.1.el8                              ol8_baseos_latest                       65 k
 yum-utils                                                       noarch                      4.0.21-25.0.1.el8                              ol8_baseos_latest                       75 k

Transaction Summary
=========================================================================================================================================================================================
Install  24 Packages

Total download size: 3.9 M
Installed size: 15 M
Is this ok [y/N]: y
Downloading Packages:
(1/24): oracle-epel-release-el8-1.0-5.el8.x86_64.rpm                                                                                                     441 kB/s |  15 kB     00:00
(2/24): oracle-gluster-release-el8-1.0-3.el8.x86_64.rpm                                                                                                  3.8 MB/s |  18 kB     00:00
(3/24): oracle-instantclient-release-26ai-el8-1.0-6.el8.x86_64.rpm                                                                                       4.4 MB/s |  14 kB     00:00
(4/24): oracle-instantclient-release-el8-1.0-2.el8.x86_64.rpm                                                                                            4.8 MB/s |  18 kB     00:00
(5/24): libaio-devel-0.3.112-1.el8.x86_64.rpm                                                                                                            359 kB/s |  19 kB     00:00
(6/24): oracle-java-jdk-release-el8-1.0-6.el8.x86_64.rpm                                                                                                 3.1 MB/s |  14 kB     00:00
(7/24): oracle-logos-httpd-84.5-1.0.2.el8.noarch.rpm                                                                                                     8.2 MB/s |  28 kB     00:00
(8/24): oracle-logos-ipa-84.5-1.0.2.el8.noarch.rpm                                                                                                        18 MB/s | 127 kB     00:00
(9/24): oracle-linux-manager-client-release-el8-1.0-1.el8.x86_64.rpm                                                                                     1.2 MB/s |  16 kB     00:00
(10/24): oracle-ovirt-release-45-el8-1.0-39.el8.x86_64.rpm                                                                                               6.8 MB/s |  25 kB     00:00
(11/24): oracle-ovirt-release-el8-1.0-1.0.10.el8.x86_64.rpm                                                                                              5.5 MB/s |  24 kB     00:00
(12/24): oracle-ocne-release-el8-1.0-14.el8.x86_64.rpm                                                                                                   1.3 MB/s |  16 kB     00:00
(13/24): oracle-software-release-el8-1.0-3.el8.x86_64.rpm                                                                                                3.2 MB/s |  14 kB     00:00
(14/24): oracle-release-el8-1.0-3.el8.x86_64.rpm                                                                                                         2.4 MB/s |  18 kB     00:00
(15/24): oraclelinux-automation-manager-release-el8-2.3-1.el8.x86_64.rpm                                                                                 4.1 MB/s |  16 kB     00:00
(16/24): python3-dnf-plugin-versionlock-4.0.21-25.0.1.el8.noarch.rpm                                                                                     8.3 MB/s |  65 kB     00:00
(17/24): oracle-spacewalk-client-release-el8-1.0-1.el8.x86_64.rpm                                                                                        1.1 MB/s |  16 kB     00:00
(18/24): yum-utils-4.0.21-25.0.1.el8.noarch.rpm                                                                                                           19 MB/s |  75 kB     00:00
(19/24): compat-openssl10-1.0.2o-4.el8_10.1.x86_64.rpm                                                                                                    41 MB/s | 1.1 MB     00:00
(20/24): oracle-ai-database-preinstall-26ai-1.0-1.el8.x86_64.rpm                                                                                         6.1 MB/s |  29 kB     00:00
(21/24): oracle-database-preinstall-19c-1.0-2.el8.x86_64.rpm                                                                                             8.1 MB/s |  31 kB     00:00
(22/24): oracle-database-preinstall-21c-1.0-1.el8.x86_64.rpm                                                                                             7.8 MB/s |  30 kB     00:00
(23/24): libstdc++-devel-8.5.0-26.0.1.el8_10.x86_64.rpm                                                                                                   41 MB/s | 2.1 MB     00:00
(24/24): libnsl-2.28-251.0.3.el8_10.16.x86_64.rpm                                                                                                         61 kB/s | 115 kB     00:01
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Total                                                                                                                                                    2.1 MB/s | 3.9 MB     00:01
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Running scriptlet: oraclelinux-automation-manager-release-el8-2.3-1.el8.x86_64                                                                                                     1/1
  Preparing        :                                                                                                                                                                 1/1
  Installing       : yum-utils-4.0.21-25.0.1.el8.noarch                                                                                                                             1/24
  Installing       : oracle-gluster-release-el8-1.0-3.el8.x86_64                                                                                                                    2/24
  Running scriptlet: oracle-gluster-release-el8-1.0-3.el8.x86_64                                                                                                                    2/24
  Installing       : compat-openssl10-1:1.0.2o-4.el8_10.1.x86_64                                                                                                                    3/24
  Running scriptlet: compat-openssl10-1:1.0.2o-4.el8_10.1.x86_64                                                                                                                    3/24
  Installing       : python3-dnf-plugin-versionlock-4.0.21-25.0.1.el8.noarch                                                                                                        4/24
  Installing       : libnsl-2.28-251.0.3.el8_10.16.x86_64                                                                                                                           5/24
  Installing       : libstdc++-devel-8.5.0-26.0.1.el8_10.x86_64                                                                                                                     6/24
  Installing       : libaio-devel-0.3.112-1.el8.x86_64                                                                                                                              7/24
  Running scriptlet: oracle-database-preinstall-19c-1.0-2.el8.x86_64                                                                                                                8/24
  Installing       : oracle-database-preinstall-19c-1.0-2.el8.x86_64                                                                                                                8/24
  Installing       : oracle-database-preinstall-21c-1.0-1.el8.x86_64                                                                                                                9/24
  Running scriptlet: oracle-ovirt-release-45-el8-1.0-39.el8.x86_64                                                                                                                 10/24
  Installing       : oracle-ovirt-release-45-el8-1.0-39.el8.x86_64                                                                                                                 10/24
  Running scriptlet: oracle-ovirt-release-45-el8-1.0-39.el8.x86_64                                                                                                                 10/24
Setting up modules. This can take a minute

  Running scriptlet: oracle-ovirt-release-el8-1.0-1.0.10.el8.x86_64                                                                                                                11/24
  Installing       : oracle-ovirt-release-el8-1.0-1.0.10.el8.x86_64                                                                                                                11/24
  Running scriptlet: oracle-ovirt-release-el8-1.0-1.0.10.el8.x86_64                                                                                                                11/24
  Installing       : oracle-ai-database-preinstall-26ai-1.0-1.el8.x86_64                                                                                                           12/24
  Installing       : oracle-epel-release-el8-1.0-5.el8.x86_64                                                                                                                      13/24
  Installing       : oracle-instantclient-release-26ai-el8-1.0-6.el8.x86_64                                                                                                        14/24
  Installing       : oracle-instantclient-release-el8-1.0-2.el8.x86_64                                                                                                             15/24
  Running scriptlet: oracle-instantclient-release-el8-1.0-2.el8.x86_64                                                                                                             15/24
  Installing       : oracle-java-jdk-release-el8-1.0-6.el8.x86_64                                                                                                                  16/24
  Installing       : oracle-linux-manager-client-release-el8-1.0-1.el8.x86_64                                                                                                      17/24
  Running scriptlet: oracle-linux-manager-client-release-el8-1.0-1.el8.x86_64                                                                                                      17/24
  Installing       : oracle-ocne-release-el8-1.0-14.el8.x86_64                                                                                                                     18/24
  Installing       : oracle-release-el8-1.0-3.el8.x86_64                                                                                                                           19/24
  Running scriptlet: oracle-release-el8-1.0-3.el8.x86_64                                                                                                                           19/24
  Installing       : oracle-software-release-el8-1.0-3.el8.x86_64                                                                                                                  20/24
  Installing       : oracle-spacewalk-client-release-el8-1.0-1.el8.x86_64                                                                                                          21/24
  Running scriptlet: oracle-spacewalk-client-release-el8-1.0-1.el8.x86_64                                                                                                          21/24
  Installing       : oraclelinux-automation-manager-release-el8-2.3-1.el8.x86_64                                                                                                   22/24
  Installing       : oracle-logos-ipa-84.5-1.0.2.el8.noarch                                                                                                                        23/24
  Installing       : oracle-logos-httpd-84.5-1.0.2.el8.noarch                                                                                                                      24/24
  Running scriptlet: oracle-database-preinstall-19c-1.0-2.el8.x86_64                                                                                                               24/24
  Running scriptlet: oracle-database-preinstall-21c-1.0-1.el8.x86_64                                                                                                               24/24
  Running scriptlet: oracle-ovirt-release-45-el8-1.0-39.el8.x86_64                                                                                                                 24/24
Last metadata expiration check: 0:00:24 ago on Tue 03 Feb 2026 01:01:11 PM EST.
Last metadata expiration check: 0:00:30 ago on Tue 03 Feb 2026 01:01:11 PM EST.
Last metadata expiration check: 0:00:36 ago on Tue 03 Feb 2026 01:01:11 PM EST.
Last metadata expiration check: 0:00:42 ago on Tue 03 Feb 2026 01:01:11 PM EST.
Last metadata expiration check: 0:00:49 ago on Tue 03 Feb 2026 01:01:11 PM EST.
Last metadata expiration check: 0:01:00 ago on Tue 03 Feb 2026 01:01:11 PM EST.
Last metadata expiration check: 0:01:06 ago on Tue 03 Feb 2026 01:01:11 PM EST.
Last metadata expiration check: 0:01:12 ago on Tue 03 Feb 2026 01:01:11 PM EST.
Last metadata expiration check: 0:01:18 ago on Tue 03 Feb 2026 01:01:11 PM EST.

  Running scriptlet: oracle-ovirt-release-el8-1.0-1.0.10.el8.x86_64                                                                                                                24/24
Enabling OLVM 4.4 required Yum Channels...
Enabling ol8_baseos_latest Yum Channel...
Enabling ol8_UEKR6 Yum Channel...
Enabling ol8_gluster_appstream Yum Channel...
Enabling ol8_kvm_appstream Yum Channel...
Disabling yum module virt:ol
Enabling yum module virt:kvm_utils2
Enabling module pki-deps
Enabling module postgresql:13
Enabling module nodejs:18
Exclude ansible-core updates from OL ol8_appstream
Required oVirt 4.4 Yum Channels enabled.
Done.
Last metadata expiration check: 0:00:45 ago on Tue 03 Feb 2026 01:04:01 PM EST.
Adding versionlock on: qemu-kvm-15:6.1.1-8.module+el8.8.0+21161+70fb2747.*
Last metadata expiration check: 0:00:52 ago on Tue 03 Feb 2026 01:04:01 PM EST.
Adding versionlock on: qemu-kvm-common-15:6.1.1-8.module+el8.8.0+21161+70fb2747.*
Last metadata expiration check: 0:01:02 ago on Tue 03 Feb 2026 01:04:01 PM EST.
Adding versionlock on: qemu-kvm-core-15:6.1.1-8.module+el8.8.0+21161+70fb2747.*
Last metadata expiration check: 0:01:09 ago on Tue 03 Feb 2026 01:04:01 PM EST.
Adding versionlock on: qemu-kvm-block-ssh-15:6.1.1-8.module+el8.8.0+21161+70fb2747.*
Last metadata expiration check: 0:01:19 ago on Tue 03 Feb 2026 01:04:01 PM EST.
Adding versionlock on: qemu-kvm-block-rbd-15:6.1.1-8.module+el8.8.0+21161+70fb2747.*
Last metadata expiration check: 0:01:26 ago on Tue 03 Feb 2026 01:04:01 PM EST.
Adding versionlock on: qemu-kvm-block-iscsi-15:6.1.1-8.module+el8.8.0+21161+70fb2747.*
Last metadata expiration check: 0:01:33 ago on Tue 03 Feb 2026 01:04:01 PM EST.
Adding versionlock on: qemu-kvm-block-gluster-15:6.1.1-8.module+el8.8.0+21161+70fb2747.*
Last metadata expiration check: 0:01:39 ago on Tue 03 Feb 2026 01:04:01 PM EST.
Adding versionlock on: qemu-kvm-block-curl-15:6.1.1-8.module+el8.8.0+21161+70fb2747.*
Last metadata expiration check: 0:01:46 ago on Tue 03 Feb 2026 01:04:01 PM EST.
Adding versionlock on: qemu-img-15:6.1.1-8.module+el8.8.0+21161+70fb2747.*

  Running scriptlet: oracle-ai-database-preinstall-26ai-1.0-1.el8.x86_64                                                                                                           24/24
  Running scriptlet: oracle-logos-httpd-84.5-1.0.2.el8.noarch                                                                                                                      24/24
  Verifying        : libaio-devel-0.3.112-1.el8.x86_64                                                                                                                              1/24
  Verifying        : libnsl-2.28-251.0.3.el8_10.16.x86_64                                                                                                                           2/24
  Verifying        : oracle-epel-release-el8-1.0-5.el8.x86_64                                                                                                                       3/24
  Verifying        : oracle-gluster-release-el8-1.0-3.el8.x86_64                                                                                                                    4/24
  Verifying        : oracle-instantclient-release-26ai-el8-1.0-6.el8.x86_64                                                                                                         5/24
  Verifying        : oracle-instantclient-release-el8-1.0-2.el8.x86_64                                                                                                              6/24
  Verifying        : oracle-java-jdk-release-el8-1.0-6.el8.x86_64                                                                                                                   7/24
  Verifying        : oracle-linux-manager-client-release-el8-1.0-1.el8.x86_64                                                                                                       8/24
  Verifying        : oracle-logos-httpd-84.5-1.0.2.el8.noarch                                                                                                                       9/24
  Verifying        : oracle-logos-ipa-84.5-1.0.2.el8.noarch                                                                                                                        10/24
  Verifying        : oracle-ocne-release-el8-1.0-14.el8.x86_64                                                                                                                     11/24
  Verifying        : oracle-ovirt-release-45-el8-1.0-39.el8.x86_64                                                                                                                 12/24
  Verifying        : oracle-ovirt-release-el8-1.0-1.0.10.el8.x86_64                                                                                                                13/24
  Verifying        : oracle-release-el8-1.0-3.el8.x86_64                                                                                                                           14/24
  Verifying        : oracle-software-release-el8-1.0-3.el8.x86_64                                                                                                                  15/24
  Verifying        : oracle-spacewalk-client-release-el8-1.0-1.el8.x86_64                                                                                                          16/24
  Verifying        : oraclelinux-automation-manager-release-el8-2.3-1.el8.x86_64                                                                                                   17/24
  Verifying        : python3-dnf-plugin-versionlock-4.0.21-25.0.1.el8.noarch                                                                                                       18/24
  Verifying        : yum-utils-4.0.21-25.0.1.el8.noarch                                                                                                                            19/24
  Verifying        : compat-openssl10-1:1.0.2o-4.el8_10.1.x86_64                                                                                                                   20/24
  Verifying        : libstdc++-devel-8.5.0-26.0.1.el8_10.x86_64                                                                                                                    21/24
  Verifying        : oracle-ai-database-preinstall-26ai-1.0-1.el8.x86_64                                                                                                           22/24
  Verifying        : oracle-database-preinstall-19c-1.0-2.el8.x86_64                                                                                                               23/24
  Verifying        : oracle-database-preinstall-21c-1.0-1.el8.x86_64                                                                                                               24/24

Installed:
  compat-openssl10-1:1.0.2o-4.el8_10.1.x86_64                      libaio-devel-0.3.112-1.el8.x86_64                            libnsl-2.28-251.0.3.el8_10.16.x86_64
  libstdc++-devel-8.5.0-26.0.1.el8_10.x86_64                       oracle-ai-database-preinstall-26ai-1.0-1.el8.x86_64          oracle-database-preinstall-19c-1.0-2.el8.x86_64
  oracle-database-preinstall-21c-1.0-1.el8.x86_64                  oracle-epel-release-el8-1.0-5.el8.x86_64                     oracle-gluster-release-el8-1.0-3.el8.x86_64
  oracle-instantclient-release-26ai-el8-1.0-6.el8.x86_64           oracle-instantclient-release-el8-1.0-2.el8.x86_64            oracle-java-jdk-release-el8-1.0-6.el8.x86_64
  oracle-linux-manager-client-release-el8-1.0-1.el8.x86_64         oracle-logos-httpd-84.5-1.0.2.el8.noarch                     oracle-logos-ipa-84.5-1.0.2.el8.noarch
  oracle-ocne-release-el8-1.0-14.el8.x86_64                        oracle-ovirt-release-45-el8-1.0-39.el8.x86_64                oracle-ovirt-release-el8-1.0-1.0.10.el8.x86_64
  oracle-release-el8-1.0-3.el8.x86_64                              oracle-software-release-el8-1.0-3.el8.x86_64                 oracle-spacewalk-client-release-el8-1.0-1.el8.x86_64
  oraclelinux-automation-manager-release-el8-2.3-1.el8.x86_64      python3-dnf-plugin-versionlock-4.0.21-25.0.1.el8.noarch      yum-utils-4.0.21-25.0.1.el8.noarch

Complete!
[root@oel810lab1 ~]#

[root@oel810lab1 dbhome_1]# id oracle
uid=54321(oracle) gid=54321(oinstall) groups=54321(oinstall),54322(dba),54323(oper),54324(backupdba),54325(dgdba),54326(kmdba),54330(racdba)
[root@oel810lab1 dbhome_1]# chown -R oracle:oinstall /u01
[root@oel810lab1 dbhome_1]# passwd oracle
Changing password for user oracle.
New password:
Retype new password:
passwd: all authentication tokens updated successfully.
[root@oel810lab1 dbhome_1]#

[root@oel810lab1 dbhome_1]# /u01/app/oraInventory/orainstRoot.sh
Changing permissions of /u01/app/oraInventory.
Adding read,write permissions for group.
Removing read,write,execute permissions for world.

Changing groupname of /u01/app/oraInventory to oinstall.
The execution of the script is complete.
[root@oel810lab1 dbhome_1]# pwd
/u01/app/oracle/product/26ai/dbhome_1
[root@oel810lab1 dbhome_1]# /u01/app/oracle/product/26ai/dbhome_1/root.sh
Performing root user operation.

The following environment variables are set as:
    ORACLE_OWNER= oracle
    ORACLE_HOME=  /u01/app/oracle/product/26ai/dbhome_1

Enter the full pathname of the local bin directory: [/usr/local/bin]:
   Copying dbhome to /usr/local/bin ...
   Copying oraenv to /usr/local/bin ...
   Copying coraenv to /usr/local/bin ...


Creating /etc/oratab file...
Entries will be added to the /etc/oratab file as needed by
Database Configuration Assistant when a database is created
Finished running generic part of root script.
Now product-specific root actions will be performed.
[root@oel810lab1 dbhome_1]#
[root@oel810lab1 dbhome_1]#
[root@oel810lab1 dbhome_1]# cd /u01/app/oraInventory
[root@oel810lab1 oraInventory]# cd ContentsXML/
[root@oel810lab1 ContentsXML]# ll
total 12
-rw-rw----. 1 oracle oinstall 300 Feb  3 13:08 comps.xml
-rw-rw----. 1 oracle oinstall 476 Feb  3 13:08 inventory.xml
-rw-rw----. 1 oracle oinstall 292 Feb  3 13:08 libs.xml
[root@oel810lab1 ContentsXML]# cat inventory.xml
<?xml version="1.0" standalone="yes" ?>
<!-- Copyright (c) 1999, 2026, Oracle and/or its affiliates.
All rights reserved. -->
<!-- Do not modify the contents of this file by hand. -->
<INVENTORY>
<VERSION_INFO>
   <SAVED_WITH>12.2.0.9.0</SAVED_WITH>
   <MINIMUM_VER>2.1.0.6.0</MINIMUM_VER>
</VERSION_INFO>
<HOME_LIST>
<HOME NAME="OraDB23Home1" LOC="/u01/app/oracle/product/26ai/dbhome_1" TYPE="O" IDX="1"/>
</HOME_LIST>
<COMPOSITEHOME_LIST>
</COMPOSITEHOME_LIST>
</INVENTORY>
[root@oel810lab1 ContentsXML]# 

[root@oel810lab1 ORA26AI]# cd /u01/app/oraInventory/logs/
[root@oel810lab1 logs]# ll
total 12
drwxr-xr-x. 2 oracle oinstall 4096 Feb  3 13:15 InstallActions2026-02-03_01-01-58PM
drwxrwx---. 2 oracle oinstall 4096 Feb  3 13:05 InstallActions2026-02-03_01-04-51PM
drwxr-xr-x. 2 oracle oinstall 4096 Feb  3 13:09 InstallActions2026-02-03_01-05-09PM
[root@oel810lab1 logs]# cd InstallActions2026-02-03_01-05-09PM
[root@oel810lab1 InstallActions2026-02-03_01-05-09PM]# ls -ltrh
total 8.8M
-rw-r-----. 1 oracle oinstall  129 Feb  3 13:09 installerPatchActions_2026-02-03_01-05-09PM.log
-rw-r-----. 1 oracle oinstall 7.0M Feb  3 13:09 installActions2026-02-03_01-05-09PM.log
-rw-r-----. 1 oracle oinstall 1.7M Feb  3 13:09 installActions2026-02-03_01-05-09PM.out
-rw-r-----. 1 oracle oinstall    0 Feb  3 13:09 installActions2026-02-03_01-05-09PM.err
-rw-r-----. 1 oracle oinstall  75K Feb  3 13:09 time2026-02-03_01-05-09PM.log
-rw-r-----. 1 oracle oinstall  131 Feb  3 13:09 oraInstall2026-02-03_01-05-09PM.out
-rw-r-----. 1 oracle oinstall    0 Feb  3 13:09 oraInstall2026-02-03_01-05-09PM.err
[root@oel810lab1 InstallActions2026-02-03_01-05-09PM]#

[root@oel810lab1 ContentsXML]# cd /u01/app/oracle/diag/rdbms/ora26ai/ORA26AI/trace/
[root@oel810lab1 trace]# ll alert_ORA26AI.log
-rw-r-----. 1 oracle oinstall 9215 Feb  3 13:13 alert_ORA26AI.log
[root@oel810lab1 trace]#

[root@oel810lab1 trace]# cd /u01/app/oracle/cfgtoollogs/dbca/ORA26AI/
[root@oel810lab1 ORA26AI]# ll
total 1860
-rw-r-----. 1 oracle oinstall     231 Feb  3 13:13 CloneRmanRestore.log
-rw-r-----. 1 oracle oinstall       0 Feb  3 13:13 rmanUtil
-rw-r-----. 1 oracle oinstall 1019447 Feb  3 13:14 trace.log_2026-02-03_01-10-36PM_61816
-rw-r-----. 1 oracle oinstall       0 Feb  3 13:13 trace.log_2026-02-03_01-10-36PM_61816.lck
[root@oel810lab1 ORA26AI]#

[root@oel810lab1 InstallActions2026-02-03_01-05-09PM]# su - oracle
[oracle@oel810lab1 ~]$ . oraenv
ORACLE_SID = [oracle] ? ORA26AI
The Oracle base has been set to /u01/app/oracle
[oracle@oel810lab1 ~]$
[oracle@oel810lab1 ~]$ env |grep ORA
ORACLE_SID=ORA26AI
ORACLE_BASE=/u01/app/oracle
ORACLE_HOME=/u01/app/oracle/product/26ai/dbhome_1
[oracle@oel810lab1 ~]$
[oracle@oel810lab1 ~]$
[oracle@oel810lab1 ~]$ sqlplus / as sysdba

SQL*Plus: Release 23.26.1.0.0 - Production on Tue Feb 3 13:17:33 2026
Version 23.26.1.0.0

Copyright (c) 1982, 2025, Oracle.  All rights reserved.


Connected to:
Oracle AI Database 26ai Enterprise Edition Release 23.26.1.0.0 - Production
Version 23.26.1.0.0

SQL> select instance_name, status from v$instance;

INSTANCE_NAME    STATUS
---------------- ------------
ORA26AI          OPEN

SQL> select name, open_mode from v$database;

NAME      OPEN_MODE
--------- --------------------
ORA26AI   READ WRITE

SQL>
SQL>
SQL> show pdbs

    CON_ID CON_NAME                       OPEN MODE  RESTRICTED
---------- ------------------------------ ---------- ----------
         2 PDB$SEED                       READ ONLY  NO
         3 PDB1                           READ WRITE NO
SQL> alter session set container=PDB1;

Session altered.

SQL> show pdbs

    CON_ID CON_NAME                       OPEN MODE  RESTRICTED
---------- ------------------------------ ---------- ----------
         3 PDB1                           READ WRITE NO
SQL> exit
Disconnected from Oracle AI Database 26ai Enterprise Edition Release 23.26.1.0.0 - Production
Version 23.26.1.0.0
[oracle@oel810lab1 ~]$

No comments:

Post a Comment

Oracle_AI_Database_26ai_Free_Installation_(formerly Express Edition XE)

Oracle_AI_Database_26ai_Free_Installation_(formerly Express Edition XE) Installing Oracle AI Database 26ai Free (formerly Express Edition/XE...