Install Oracle 19c database software Install Oracle Database 19c software in silent mode on Linux This article provide the overview of installing the Oracle Database software in silent mode on Linux operating system. Usually to install database software ./runInstaller Graphical User Interface(GUI) installation is performed. Let's assume you are in customer site and you don't have access to GUI of server machine. So in such case, silent or script installation allows you to configure necessary components without using GUI. Response file can be used to provide all the required information for the installation,so no any additional user input is required. Table of Contents 1. Hardware Requirements 2. Oracle Installation Prerequisites 3. Download 19c db software 4. Unzip Software 5. Backup Response file 6. Edit Response File 7. Execute Pre-requisites Check 8. Install oracle software in Silent mode 9. Execute root.sh 10. Validation 1. Hardware Require...
Oracle 12c Container/Pluggable database upgrade to 19c In this article, we will upgrade Oracle database Container database(CDB) and Pluggable database from 12c to 19c using Database Upgrade Assistant(DBUA). Upgrade to 19c is possible from 11.2.0.4,12.1.0.2,12.2.0.1 and 18c. Pre-Upgrade Tasks First of all you need to take the backup of your database before performing the upgrade task and make sure to check the application compatibility with the newer version of the Oracle Database. Complete the pre-upgrade steps for Oracle and ensure that your system meets the installation prerequisites. Run the 19c pre-installation package on your system to complete the all OS level pre-requisites. yum install -y oracle-database-preinstall-19c yum install -y Upgrade using DBUA Create the Oracle home directory for 19c.I am installing Oracle Database 19c on below location. cd /app mkdir -p ./oracle19c/product/19.3.0.0/db_1 cd ./oracle19c/product...