In this post, we are installing Oracle 20c binaries on OEL 7.5. First, we need to download the software then unzip it on oracle home and start runInstaller from the software location. Initally, you can use Oracle 20c on OCI. [root@oemserver ~]# mkdir -p /u01/app/oracle/product/20.0.0/dbhome_1 [root@oemserver ~]# chown -R oracle:oinstall /u01 [root@oemserver ~]# chmod -R […]
Articles Tagged: Installation
Installing Oracle 19c Binary on OEL 7.6
In this post, we are installing Oracle 19c binaries on OEL 7.6. First, we need to download the software then unzip it on oracle home and start runInstaller from the software location. [root@oracle19c ~]# mkdir -p /u01/app/oracle/product/19.0.0/dbhome_1 [root@oracle19c ~]# chown -R oracle:oinstall /u01 [root@oracle19c ~]# chmod -R 775 /u01 [oracle@oracle19c ~]# ./runinstaller & Select a […]
Application Container Creation and Installation of Application
In the previous article, we have seen Introduction of Application Container Introduction to Application Container In this article we will see creating Application Container, Installing Application in Container, Creating Application PDBs and syncing application PDB with application root. Step 1: Create an application root database SQL> CREATE PLUGGABLE DATABASE APP_PDB AS APPLICATION CONTAINER ADMIN USER APP_ADMIN […]
Oracle Database 18c installation with Vagrant
A vagrant is a tool for building and managing virtual machine environments in a single workflow. With an easy-to-use workflow and focus on automation, Vagrant lowers development environment setup time, increases production parity, and makes the “works on my machine” excuse a relic of the past. It provides easy to configure, reproducible, and portable work […]
Oracle Enterprise Manager 13c Release 3 Cloud Control installation
In this article, we will install the Oracle Enterprise Manager Cloud Control 13c Release 3 (13.3.0.0) on Oracle Linux7. (x86_64) with Oracle 18c. Software Download the following software: Oracle Linux 6 or 7 (x86_64) Oracle Database (x86_64) 12.2.0.1 or 18c Enterprise Edition Enterprise Manager Cloud Control 13c Release 3 (13.3.0.0) (x86_64) To know about Preinstallation Requirements […]
Installing Oracle 18c Binary on OEL 6.3
In this post, we are installing Oracle 18c binaries on OEL 6.3. First, we need to download the software and start runInstaller from software location. Select a “Set Up Software Only” and click next. Select on “Single instance database Installation” and click on next. Select on “Enterprise Edition” and click on next Put the Oracle […]
Installation of Oracle Database Gateway
Downloading Gateway Products Oracle Database Gateway products can be downloaded from the following – 1. Oracle Technology Network – OTN – http://www.oracle.com/technology/software/products/database/index.html Choose the relevant platform and version then the ‘See All‘ option. Under that there will be an option to download the Gateway products, for example – Oracle Database Gateways 11g Release 2 (11.2.0.1.0) […]
Install Oracle Enterprise Manager(OEM) Cloud Control 12c
Today we are going to learn about OEM. We are going to have look on Install Oracle Enterprise Manager Cloud Control 12c. Let’s have look on the technical definition of OEM. Oracle Enterprise Manager (OEM or EM) is a set of web-based tools aimed at managing software and hardware produced by Oracle Corporation as well as by […]
Installing Oracle Enterprise Linux 7.1 and Oracle Enterprise Edition 12c R2 (12.2.0.1) – Part I
Part I (OS installation) Introduction: I must thank my fellow DBA Rodrigo Mufalani for his publication in Portuguese OTN. Throughout my career as a DBA, I had to do hundreds of Oracle installations on virtually all supported Operating Systems, sometimes for testing, even some not supported by Oracle. My vision is that installing Oracle in a Linux […]
Oracle Database 12c Release 2 (12.2) Installation On Redhat Linux 6
In this post, I’m installing the Oracle Database 12c Release 2 (12.2.0.1.0) software on Oracle Linux 6.4. Only the software is being installed at this point, in preparation for a single database installation which I’ll create later on using the DBCA tool. First and foremost, before you start, make sure your Linux server meets the minimum […]