Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Find_planinfo.sql Oracle
  • ORA-00064: object is too large to allocate on this O/S during startup Oracle
  • Rename Tablespace Oracle
  • grep multuple patterns Linux/Unix
  • To seee semaphores and shared memory segments in Solaris Linux/Unix
  • SQLPLUS COPY command Precautions. Oracle
  • Changing unix system clock when Oracle database is running. Oracle
  • Good notes for shared pool Oracle
  • sid_wise_cursor.sql find open cursor basis on username or SID Oracle
  • Best approach for Oracle database patching sequence to latest/required patchset along with CPU/PSU/any-other-one-off patch ID 865255.1 Oracle
  • .profile Linux/Unix
  • Renaming Oracle Instance Name Oracle
  • reset Sequence Oracle
  • TRUNCATE table and disabling referential constraints. Oracle
  • shutdown linux Linux/Unix

set_env_dba

Posted on 02-Aug-2005 By Admin No Comments on set_env_dba

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

# Each Users’s . profile file.

B=`tput smso`

N=`tput rmso`

echo “”

echo “Enter $B 1 $N to access Oracle 10.1.0.3 – TEST ”

echo “”

echo “Enter $B 2 $N to access Oracle 10.1.0.3 – UOCTEST ”

echo “”

echo “Enter $B 3 $N to access Oracle 9.2 – UOCB ”

echo “”

echo “Enter $B 4 $N to access Oracle 10.1.0.3 – CADEV ”

echo “”

echo “Enter Your Choice [2] : c”

read CHOICE

case ${CHOICE:-1} in

1) . /oracle/oraprocs/oracle_env_10g_TEST;;

2) . /oracle/oraprocs/oracle_env_10g_UOCTEST;;

3) . /oracle/oraprocs/oracle_env_92_UOCB;;

4) . /oracle/oraprocs/oracle_env_10g_CADEV;;

esac

echo “”

unset N

unset B

Linux/Unix, shell

Post navigation

Previous Post: .profile
Next Post: oracle_env_10g_CADEV

Related Posts

  • CPU speed on solaris Linux/Unix
  • send email from unix mailx with attachment. Linux/Unix
  • replace alphabets using sed Linux/Unix
  • Logic to chech # of parameters command line parameters Linux/Unix
  • cold backup scripts to copy locally Linux/Unix
  • handling filenname with space Linux/Unix

Leave a Reply Cancel reply

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

Categories

  • Ansible (0)
  • AWS (2)
  • Azure (1)
  • Linux/Unix (149)
  • MYSQL (5)
  • Oracle (393)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (0)
  • 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

  • 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
  • V$INSTANCE of Oracle in MYSQL24-Jul-2025
  • Day to day MYSQL DBA operations (Compared with Oracle DBA)24-Jul-2025

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • sql_doing_fts.sql Oracle
  • v$event_name Oracle
  • Transfer SQL Profiles from One database to other database. Oracle
  • Find_table_size.sql Oracle
  • Read CSV file using PySpark Python/PySpark
  • scripts to take listener.log backup Linux/Unix
  • Composite Index creation tip from Vivek Oracle
  • How to calculate PROCESSES parameter Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme