Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • secure crt settings Linux/Unix
  • Deleting first line and lastline of a file using sed Linux/Unix
  • tblwopk.sql tablewopk.sql Oracle
  • To check whether standby is recovering properly or not?? Oracle
  • find_open_cur.sql Find open cursorts per session Oracle
  • Another Tuning Article for subheap of shared pool Oracle
  • Establishing trusted relationship between dbmonitor( central monitoring) and monitoring targets. Linux/Unix
  • SYSOPER Mystery Oracle
  • Jai Shree Ram Linux/Unix
  • Example of How To Resize the Online Redo Logfiles Note:1035935.6 Oracle
  • Building Our Own Namespaces with “Create Context” Oracle
  • TOP-N Sql to find Nth max or Top N rows Oracle
  • online_ts_bkup.sql Oracle
  • column level grant syntax Oracle
  • Find_stale_dr.sql finding stale physical DR.. Oracle

refre.sql for multitenant

Posted on 01-Apr-2026 By Admin No Comments on refre.sql for multitenant
REM   Author  : Paresh Mehta (Modified)
REM   Purpose : Change the look of sql prompt with CON_NAME.

set echo off
set numwidth 9
set linesize 80
set pagesize 240
Set head off
set time on
set timing on

define _PVMUSRNM=""
define _PVMSID=0
define _PVMCON=""

column USERNAME new_value _PVMUSRNM;
column ses1 new_value _PVMSID;
column con1 new_value _PVMCON;

-- Retrieve session information
select username from user_users;
select trim(sid) as ses1 from v$mystat where rownum < 2;

-- Retrieve container name (available in Oracle 12c and later)
select sys_context('USERENV', 'CON_NAME') as con1 from dual;

-- Set the prompt: USER-SID-CONTAINER@IDENTIFIER
set SQLPROMPT '&_PVMUSRNM-&_PVMSID-&_PVMCON@&_CONNECT_IDENTIFIER:-> '

define _editor=vi
set head on
set echo on
set feedback 1

This will provide prompt with session details.

Oracle, SQL scripts

Post navigation

Previous Post: prepfiles.sh for step by step generating pending statistics files
Next Post: track_autoupgrade_copy_progress.sql

Related Posts

  • database trigger failing Oracle
  • 272332.1 CRS 10g Diagnostic Collection Guide Oracle
  • Multiple listeners 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
  • Exadata Basics Oracle
  • 284785.1 How to check RAC Option is currently linked into the Oracle Binary 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 (150)
  • MYSQL (5)
  • Oracle (403)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (18)
  • rman-dataguard (26)
  • shell (151)
  • SQL scripts (349)
  • SQL Server (6)
  • Uncategorized (5)
  • Videos (0)

Recent Posts

  • Key Management in Oracle: The Core Issue: Missing Master Key12-May-2026
  • SAT Mathematics 10 questions and answer at the end.30-Apr-2026
  • top 10 AI news today30-Apr-2026
  • runon_allpdbs_show_conname.sh23-Apr-2026
  • runon_allcdbs_find_pdbs.sh23-Apr-2026
  • Running PDB on single node in RAC09-Apr-2026
  • find_arc.sql09-Apr-2026
  • pvm_pre_change.sql08-Apr-2026
  • find_encr_wallet.sql08-Apr-2026
  • find_pdbs.sql08-Apr-2026

Archives

  • 2026
  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Goldengate Tutorial Oracle
  • Test Case for Inserting Multiple (2.3 Million rows in 26 Seconds) Oracle
  • How to hide author name in WordPress BLOG PHP/MYSQL/Wordpress
  • runon_allcdbs_find_pdbs.sh Linux/Unix
  • runon_allpdbs_show_conname.sh Oracle
  • Follwoing korn shell is used to move files from source folder to destination folder and gzip it in destination folder. mv_iotto.ksh Linux/Unix
  • get_aix_vmstat.ksh Oracle
  • crtgr.sql /* For creating trigger from data dictionary */ Oracle

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme