Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Sample WW22 listener.ora Oracle
  • Drop database in Oracle 10g Oracle
  • Process Map for CPU and Memory for OS processes Linux/Unix
  • Removing Ctrl-M from end of line using vi Linux/Unix
  • Jai Shree Ram Oracle
  • Oracle Material from OTN Oracle
  • Set Role explaination. Oracle
  • DB Console Mainenance. Oracle
  • plan10g.sql good Oracle
  • How to collect CPU usage on Linux using Shell script Linux/Unix
  • track_autoupgrade_copy_progress.sql Oracle
  • For Search and replace unix command. Linux/Unix
  • default permission on ~/.ssh/authorized_keys2 or authorized_keys Linux/Unix
  • runon_allcdbs_find_pdbs.sql Oracle
  • grep multuple patterns Linux/Unix

pvm_pre_change.sql

Posted on 23-Jun-2009 By Admin No Comments on pvm_pre_change.sql

column currdate new_value pvmdt noprint

select ‘pvm_comp_’ || to_char(SYSDATE, ‘DDMONRRRR_HH24MI’) || ‘.sql’ currdate from v$instance;

spool &pvmdt

set lines 120 pages 2000

set head off

set feedback off

prompt set pages 5000 lines 120

prompt select ‘prompt ‘||a.owner||’.’||a.object_name||’ – ‘||a.object_type|| chr(10)||

prompt ‘alter ‘||

prompt decode(a.object_type,’PACKAGE BODY’,’PACKAGE’,object_type) || ‘ “‘||

prompt a.owner||'”.’||a.object_name||’ compile ‘||

prompt decode(a.object_type,’PACKAGE BODY’,’BODY;’,’;’)

prompt from

prompt dba_objects a

prompt where a.status = ‘INVALID’

prompt and object_id not in

prompt (

exec dbms_output.enable(NULL);

set serveroutput on size 1000000

declare

v_objid number(10);

total_count number(10);

v_counter number(10) := 1;

cursor c1 is select object_id from dba_objects where status=’INVALID’;

begin

select count(1) into total_count from dba_objects where status=’INVALID’;

for cur1 in c1 loop

dbms_output.put_line(cur1.object_id);

if v_counter < total_count then
dbms_output.put_line(‘,’);

end if;

v_counter := v_counter + 1;

end loop;

end;

/

prompt )

prompt /

set feedback on

spool off

Oracle, SQL scripts

Post navigation

Previous Post: Database logon trigger issue
Next Post: Free conference number from http://www.freeconference.com

Related Posts

  • find_pk.sql /* Find Primary Key */ Oracle
  • DETERMINING WHICH INSTANCE OWNS WHICH SHARED MEMORY & SEMAPHORE SEGMENTS Oracle
  • sid_wise_cursor.sql find open cursor basis on username or SID Oracle
  • ORA-00064: object is too large to allocate on this O/S during startup Oracle
  • alter database backup controlfile to trace Oracle
  • How to analyze statspack or AWR report. 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 (402)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (18)
  • rman-dataguard (26)
  • shell (150)
  • SQL scripts (350)
  • SQL Server (6)
  • Uncategorized (4)
  • Videos (0)

Recent Posts

  • Roth IRA vs Traditional IRA30-Apr-2026
  • runon_allpdbs_show_conname.sh23-Apr-2026
  • runon_allcdbs_find_pdbs.sql23-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
  • Creating a Container Database using dbaascli08-Apr-2026
  • track_autoupgrade_copy_progress.sql01-Apr-2026

Archives

  • 2026
  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • oracle fast start failover best practice Oracle
  • OPENING A STANDBY DATABASE IN READ-ONLY MODE Oracle
  • Changing Instance Name ( No DB_NAME) Oracle
  • move_arch_files.ksh Linux/Unix
  • Privilege to describe the table. Oracle
  • PLSQL Table Syntax 2 Oracle
  • Ports used by Oracle Software Oracle
  • Monitor and Trace Unix processes using truss Linux/Unix

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme