Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • ORA-8031 issue and solution if it is occuring due to truncate. Oracle
  • Rename Tablespace Oracle
  • Rollback force for distributed transactions Oracle
  • Oracle Identifiers Oracle
  • setting prompt display with .profile Linux/Unix
  • sid_wise_sql.sql Oracle
  • Implementing Listener Security Oracle
  • newupload.html PHP/MYSQL/Wordpress
  • replacing ^M character when passing files from Windows to Unix Linux/Unix
  • Parallel DML Oracle
  • Shuffle an array PHP/MYSQL/Wordpress
  • SQL_PLAN.sql for checking real execution plan Oracle
  • Sequence Resetting Oracle
  • oracle Dba site Oracle
  • To seee semaphores and shared memory segments in Solaris Linux/Unix

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

  • Temporary tablespace explaination Oracle
  • Adding or Dropping Online Redo Log Files When Physical Standby in place Oracle
  • SYSOPER Mystery Oracle
  • VIvek Encryption Package and Its Usage Oracle
  • DB Console Mainenance. Oracle
  • mutex in Oracle 10.2.0.2 or Oracle 10g 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 (387)
  • PHP/MYSQL/Wordpress (10)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (336)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • 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
  • Reading config file from other folder inside class24-Sep-2024
  • Python class import from different folders22-Sep-2024
  • Transfer SQL Profiles from One database to other database.05-Sep-2024
  • Load testing on Oracle 19C RAC with HammerDB18-Jan-2024
  • Add new columns in dataframe30-Sep-2023

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • remove archfiles only when it is applied to DR rm_archfiles.sh Linux/Unix
  • Implementing Listener Security Oracle
  • ORA-01220 Oracle
  • Configure ssh authentications for RAC Oracle
  • dbinv.sql Oracle
  • proper cpu stats Linux/Unix
  • SQL_PROFILE – I explaination Oracle
  • PLSQL Table Syntax 2 Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme