Monday, March 16, 2020

Oracle Database 12c Release 1 (12.1) Installation On Oracle Linux 7.6 (OL7)

12c Installation.
-----Ranesh

VMWARE INSTALLATION
LINUX INSTALLATION
DATABASE SOFTWARE INSTALLTION
DBCA

VMWARE INSTALLATION


Click Customize Hardware


Select Finish.


LINUX INSTALLATION









Disable kdump



We can also connections manually or automatically






Select begin Installation.


Create Root password


Reboot


Select Finish Configuration.


INSTALLATION DATABASE SOFTWARE


Cat  /etc/sysctl.conf







# cat /etc/selinux/config
SELINUX=permissive


Vi .bash_profile
export TMP=/tmp
export TMPDIR=$TMP
export ORACLE_HOSTNAME=ranesh.12c.com
export ORACLE_UNQNAME=VIS
export ORACLE_BASE=/u01/app/oracle
export ORACLE_HOME=$ORACLE_BASE/product/12.2.0.1/dbhome_1
export ORACLE_SID=VIS
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




uncheck update from oracle support












DBCA

















No comments:

Table import and export.

Create Data Pump Directory. The first step in Oracle Data Pump is to create an OS level directory which will be used by Oracle for perform...