Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • How to know Number of CPUs on Sun Box Linux/Unix
  • How to Make Trace Files Created by Oracle Readable by All Users ? Oracle
  • Locktree.sql Oracle
  • Query to Generate aggregate on every 30 mins. Oracle
  • oracle fast start failover best practice Oracle
  • move_arch_files.ksh Linux/Unix
  • Jai Shree Ram Oracle
  • ORA-1841 Error Connecting to Upgraded Database After Set PASSWORD_LIFE_TIME Oracle
  • Rman Notes -1 Oracle
  • Drop tempfiles from database Oracle
  • Sending email with file attachment. Linux/Unix
  • To Find Orphan OS processes. Linux/Unix
  • send attachment from unix-shell script Linux/Unix
  • Privilege to describe the table. Oracle
  • Free conference number from http://www.freeconference.com 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

  • OPENING A STANDBY DATABASE IN READ-ONLY MODE Oracle
  • Export Import with QUERY Oracle
  • Clean up Oracle
  • find_open_cur.sql Find open cursorts per session Oracle
  • fkwoindex.sql /* Find FK without Index */ Oracle
  • On solaris 10, “S” link is not part of $ORACLE_HOME/bin/oracle as default. ( For 9.2.0.8) Oracle

Leave a Reply Cancel reply

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

Categories

  • AWS (2)
  • Azure (1)
  • Linux/Unix (149)
  • Oracle (392)
  • PHP/MYSQL/Wordpress (10)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (341)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • load SPM baseline from cursor cache05-Jun-2025
  • Drop all SPM baselines for SQL handle05-Jun-2025
  • Load SPM baseline from AWR05-Jun-2025
  • Drop specific SQL plan baseline – spm05-Jun-2025
  • findinfo.sql (SQL for getting CPU and Active session info)27-May-2025
  • SQL Tracker by SID sqltrackerbysid.sql22-Apr-2025
  • How to connect to Oracle Database with Wallet with Python.21-Mar-2025
  • JSON/XML Types in Oracle18-Mar-2025
  • CPU Core related projections12-Mar-2025
  • Exadata Basics10-Dec-2024

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • To see only files and/or folders using LS command Linux/Unix
  • dbinv.sql Oracle
  • To see how much time or progress of long transaction Oracle
  • get_vmstat.ksh Linux/Unix
  • Removing Blank lines from file using grep Linux/Unix
  • Adding Datafile on Primary Server and Impact on Standby Server Oracle
  • sid_wise_sql.sql Further explaination Oracle
  • Rollback force for distributed transactions Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme