Showing posts with label $ORACLE_HOME. Show all posts
Showing posts with label $ORACLE_HOME. Show all posts

Install Oracle Database on Linux server



Install oracle Database:

useradd -g oinstall -G dba,oper "OS username"
passwd *****
mkdir -p /db/oracle/11.2.0.3/
chown -R oracle:oinstall /db/oracle
chmod -R 775 /db/oracle

Edit .bash_profile

Purge trace and diagnostic files using ADRCI Command


1. Ensure the $ORACLE_HOME and PATH environment  are set .

2. The PATH environment variable must include ORACLE_HOME/bin.