Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Gather Stats manually using DBMS_STATS after disabling DBMS_SCHEDULER jobs as previous entry Oracle
  • Explain Plan Doesn’T Change For Sql After New Statistics Generated Oracle
  • Running select from V$ views from remote server Linux/Unix
  • copying/removing directory with all its subdirectory Linux/Unix
  • Goldengate Tutorial Oracle
  • Adding or Dropping Online Redo Log Files When Physical Standby in place Oracle
  • Oracle GoldenGate lag monitoring shell script Linux/Unix
  • PHP code to add WordPress posts in bulk programmatically PHP/MYSQL/Wordpress
  • Rename Oracle Instance Name Oracle
  • How to find Unix server conguraiton including Server Model number and underlying disk sub-system ( On Solaris) Linux/Unix
  • S3 Basic info AWS
  • Database logon trigger issue Oracle
  • eplan9i.sql Oracle
  • tab.sql Oracle
  • Library cahe Latches and internal explaination Oracle

Oracle 11g Environment Setup

Posted on 01-Sep-2009 By Admin No Comments on Oracle 11g Environment Setup

11g Environment Setting:

=======================

—————————————————————–

==>cat .profile

. /oracle/app/oracle/set_env_var_dba

PS1=”

`hostname`*${ORACLE_SID}-${PWD}

==>”

EDITOR=vi; export EDITOR

set -o vi

stty erase

PATH=$PATH:.

dba()

{

cd /oracle/app/oracle/scripts/MAINT/DBA/bin

}

————————————————————————————

==>cat /oracle/app/oracle/set_env_var_dba

# This File Sets all the Oracle Environment Variables and is called from

# Each Users’s . profile file.

#

# Please Don’t change these settings

#

tput clear

ORATAB=/var/opt/oracle/oratab;export ORATAB

TNS_ADMIN=/oracle/app/oracle/product/8.1.7/network/admin;export TNS_ADMIN

. ${HOME}/DBA/DBA.env

B=`tput smso`

N=`tput rmso`

echo “”

echo “Enter $B 1 $N to access the 9.2.0.8 800P2 ”

echo “”

echo “Enter $B 2 $N to access the 9.2.0.8 800D ”

echo “”

echo “Enter $B 3 $N to access the 10.2.0.3 800H ”

echo “”

echo “Enter $B 4 $N to access the 11.1 TREND ”

echo “”

echo “Enter $B 5 $N to access the 10.2.0 Agent ”

echo “”

echo “Enter $B 6 $N to access the 9.2.0.8 800T ”

echo “”

echo “Enter $B 7 $N to access the 9.2.0.8 800D_new ”

echo “”

echo “Enter $B 8 $N to access the 9.2.0.8 800P2_new ”

echo “”

echo “Enter Your Choice [1] : c”

read CHOICE

case ${CHOICE:-1} in

1) . /oracle/app/oracle/ora800P2.env;;

2) . /oracle/app/oracle/800D.env;;

# 6) . /oracle/app/oracle/ora800H.env;;

# 5) . /oracle/app/oracle/oraTREND.env;;

4) . /oracle/app/oracle/11G.env;;

3) . /oracle/app/oracle/800H-10G.env;;

5) . /oracle/app/oracle/oracle_env_agent;;

6) . /oracle/app/oracle/ora800T.env;;

7) . /oracle/app/oracle/ora800D_new.env;;

8) . /oracle/app/oracle/ora800P2_new.env;;

esac

echo “”

unset N

unset B

panther1*TREND-/oracle/app/oracle

==>

—————————————————————————

panther1*TREND-/oracle/app/oracle

==>more /oracle/app/oracle/11G.env

umask 022

export ORACLE_OWNER=oracle

export ORACLE_SID=TREND

export ORACLE_BASE=/sandb20/app/oracle

export ORACLE_HOME=/sandb20/app/oracle/product/11.1

export TNS_ADMIN=$ORACLE_HOME/network/admin

export LD_LIBRARY_PATH=${ORACLE_HOME}/lib:/usr/lib:/usr/ucblib:${ORACLE_HOME}/network/lib:/oracle/app/oracle/admin/odbc/lib

export ORACLE_TERM=xsun5

export ORACLE_PATH=$PATH:.:$ORAWEB_HOME/bin:$ORACLE_HOME/bin:$ORACLE_HOME/obackup/bin:/opt/bin:/usr/bin:/GNU/bin/make:/usr/cc

s/bin

export PATH=${ORACLE_HOME}/bin:/opt/bin:/usr/ccs/bin:/GNU/bin/make:$HOME/dba/bin:.:/usr/bin:/bin:/usr/sbin:/usr/local/bin:$PA

TH

export DISPLAY=`hostname`:0.0

export CLASSPATH=/sandb20/app/oracle/jre/1.1.8:/sandb20/app/oracle/product/11.1/jlib:/sandb20/app/oracle/product/11.1/product

/jlib

export ORA_NLS32=$ORACLE_HOME/ocommon/nls/admin/data

export ORACLE_DOC=$ORACLE_HOME/doc

export TMPDIR=/var/tmp

export ORATAB=/var/opt/oracle/oratab

export EPC_DISABLED=TRUE

# 11G ALert Locations

export ORA_BDUMP=/sandb20/app/oracle/diag/rdbms/trend/TREND/trace

#export ORA_CDUMP=$ORACLE_BASE/product/admin/$ORACLE_SID/cdump

#export ORA_UDUMP=$ORACLE_BASE/product/admin/$ORACLE_SID/udump

#export ORA_PFILE=$ORACLE_BASE/product/admin/$ORACLE_SID/pfile

# environment variables for hot backup

DEVICE=/dev/rmt/2cn

NO_REW_DVCE=/dev/rmt/2cn

PS1=”$ORACLE_SID on `tput bold;hostname“tput rmso`> ”

panther1*TREND-/oracle/app/oracle

==>

—————————————————————————

Oracle, SQL scripts

Post navigation

Previous Post: New OFA for 11g
Next Post: Changing default shell

Related Posts

  • switchover for primary database Oracle
  • metalink all dynamic view reference notes. Oracle
  • UTL_FILE test program Oracle
  • Drop all SPM baselines for SQL handle Oracle
  • Find Plan Hash value fphv.sql Oracle
  • dbinv.sql Oracle

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Categories

  • Ansible (0)
  • AWS (2)
  • Azure (1)
  • Django (0)
  • GIT (1)
  • Linux/Unix (149)
  • MYSQL (5)
  • Oracle (393)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (342)
  • SQL Server (6)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • Complete Git Tutorial for Beginners25-Dec-2025
  • Postgres DB user and OS user.25-Dec-2025
  • Trace a SQL session from another session using ORADEBUG30-Sep-2025
  • SQL Server Vs Oracle Architecture difference25-Jul-2025
  • SQL Server: How to see historical transactions25-Jul-2025
  • SQL Server: How to see current transactions or requests25-Jul-2025
  • T-SQL Vs PL/SQL Syntax25-Jul-2025
  • Check SQL Server edition25-Jul-2025
  • Checking SQL Server Version25-Jul-2025
  • Oracle vs MYSQL Architecture differences (For DBAs)24-Jul-2025

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Mutating Table Error while using database trigger Oracle
  • Creating never expiring DB user accounts in Oracle Oracle
  • dbinv.sql Oracle
  • Flowers Resize datafiles Oracle
  • move_arch_files.ksh Linux/Unix
  • First Entry in RAC Oracle
  • Pending Distributed Transations Oracle
  • All Hints for Oracle Databases Oracle

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme