filmov
tv
Oracle 19c db installation on Oracle Linux 7.8 using virtual box
![preview_player](https://i.ytimg.com/vi/2_tfR1Ub3Oo/maxresdefault.jpg)
Показать описание
This video shows how to install Oracle 19c Database on Oracle Linux 7.8 using Virtual Box
## Download software -
1. Oracle linux 7.8-
2. Oracle Database 19c -
## Installation steps -
----Setup VM
----Set hostname, Turn off firewall, selinux
----Install updates, Prerequisites
----Make necessary directories and give permissions
mkdir -p /d01/app/oracle/product/19.3.0/dbhome
mkdir -p /d02/oradata
chown -R oracle:oinstall /d01 /d02
chmod -R 775 /d01 /d02
----Add following to bash_profile
# Oracle Settings
export TMP=/tmp
export TMPDIR=$TMP
export ORACLE_UNQNAME=cdb1
export ORACLE_BASE=/d01/app/oracle
export ORACLE_HOME=$ORACLE_BASE/product/19.3.0/dbhome
export ORA_INVENTORY=/d01/app/oraInventory
export ORACLE_SID=cdb1
export PDB_NAME=pdb1
export DATA_DIR=/d02/oradata
export PATH=/usr/sbin:/usr/local/bin:$PATH
export PATH=$ORACLE_HOME/bin:$PATH
export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib
export CLASSPATH=$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib
----Copy software & install
## Download software -
1. Oracle linux 7.8-
2. Oracle Database 19c -
## Installation steps -
----Setup VM
----Set hostname, Turn off firewall, selinux
----Install updates, Prerequisites
----Make necessary directories and give permissions
mkdir -p /d01/app/oracle/product/19.3.0/dbhome
mkdir -p /d02/oradata
chown -R oracle:oinstall /d01 /d02
chmod -R 775 /d01 /d02
----Add following to bash_profile
# Oracle Settings
export TMP=/tmp
export TMPDIR=$TMP
export ORACLE_UNQNAME=cdb1
export ORACLE_BASE=/d01/app/oracle
export ORACLE_HOME=$ORACLE_BASE/product/19.3.0/dbhome
export ORA_INVENTORY=/d01/app/oraInventory
export ORACLE_SID=cdb1
export PDB_NAME=pdb1
export DATA_DIR=/d02/oradata
export PATH=/usr/sbin:/usr/local/bin:$PATH
export PATH=$ORACLE_HOME/bin:$PATH
export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib
export CLASSPATH=$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib
----Copy software & install
How to INSTALL Oracle 19c on Windows 10/11 | Download and Install Oracle 19c Enterprise Edition
How to Install Oracle 19c and SQL Developer on windows 10/11 [ 2023 Update ] Complete guide
Oracle 19c Install On Windows Step By Step
4. Oracle DBA Tutorials: How to install Oracle Database 19c on Oracle Linux or RHEL 8
1. Oracle DBA Tutorials: How to install Oracle Database 19c on Windows 11
HOW TO UNINSTALL ORACLE 19C DATABASE ON WINDOWS 11 / WINDOWS 10 By MahiI
ORACLE 19c database installation on windows 10
How to install oracle database 19c on Oracle Linux
Masterclass Oracle Database do Zero - Aula 3 - Aula prática Oracle Database 19c
Oracle 19C Database installation on windows server 2019
Oracle 19c Installation on Linux 7 step by step
#14 Oracle Database 19c installation on Linux
How to install Oracle Database on Windows 10
How To Install Oracle Database 19c on Windows 10 by Manish Sharma
Oracle Database 19c Installation Using Manual Method
ASM||Oracle19c Database Installation with Automatic storage management||19c|DBA|Oracle 19c|
Oracle 19c DB [ Single Instance ] Installation on [ Oracle Linux 8 ] [ VMware ]
How to solve oracle 19c Installation problem (nothing happens after clicking setup.exe ! )
Install Oracle 19c on Linux 9.3 ( Complete Guide - 2024 ) || Oracle Database Tutorial
How to install and configure Oracle Database 19c on Oracle Linux 8.5
How To Download And Install Oracle 19c Database &SQL Developer | Running SQL queries.
Install Oracle 19c database software in silent mode
Oracle Database 19c Installation on Windows 10 and connect from SQL Developer 19.1
Step By Step Tutorial - Install Oracle 19c and Create a Test Database on Oracle Linux VM (Part-1)
Комментарии