Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 962 Bytes

install_ora.adoc

File metadata and controls

39 lines (29 loc) · 962 Bytes

Installing, Tuning, and Deploying Oracle Database on SUSE® Linux Enterprise Server 12

SUSE Components

Software

Select Oracle Server Base (orarun)

What is provides?

Helps to meet Oracle Database Installation prerequisites:

  • Create user

    • oracle

  • Creates groups

    • dba, oinstall

  • Install required packages

  • Sets required SUSE Linux Enterprise kernel parameters

  • Sets Oracle environment variables

Adopting new directory location

Steps to change default /opt/oracle to /home/oracle

  • Creates new directory: $mkdir /home/oracle

  • Sets proper owner & groups

    • $chown oracle /home/oracle

    • $chgrp ionstall /homw/oracle

  • Sets ORACLE_BASE=/home/oracle in /etc/sysconfig/oracle

  • Change ORACLE_BASE in /etc/profile.d/oracle.s[sh]

    • ORACLE_BASE=/home/oracle