Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • get_ratio.sql get the ratio of users from v$session and this uses CASE-WHEN-THEN clause Oracle
  • setting prompt display with .profile Linux/Unix
  • Directory wise folder wise space usage Linux/Unix
  • Oracle Data Direct to TAPE Oracle
  • find_pdbs.sql Uncategorized
  • Renaming Oracle Instance Name Oracle
  • Goog notes on X$ tables Oracle
  • UTL_FILE test program Oracle
  • ORA-1841 Error Connecting to Upgraded Database After Set PASSWORD_LIFE_TIME Oracle
  • Good Oracle Architecture In Short and point to point Oracle
  • Goldengate document from Porus Oracle
  • fkwoindex.sql /* Find FK without Index */ Oracle
  • Test Case for Inserting Multiple (2.3 Million rows in 26 Seconds) Oracle
  • Find_stale_dr.sql finding stale physical DR.. Oracle
  • Unix command for system configuration Linux/Unix

moving lob object to other tablespace lob_mvmt.sql

Posted on 05-Jan-2009 By Admin No Comments on moving lob object to other tablespace lob_mvmt.sql

set lines 132

set pagesize 3000

spool lob_mvmt

select ‘alter table ‘ || table_name || ‘ move lob(‘|| column_name || ‘) store as ( tablespace pnet_data ) ;’

from user_tab_columns

where data_type like ‘%LOB%’;

spool off

Oracle, SQL scripts

Post navigation

Previous Post: This is from Temi
Next Post: get_vmstat_solaris

Related Posts

  • Histogram information Oracle
  • To see how much time or progress of long transaction Oracle
  • Histogram Overview Oracle
  • perf_today.sql Oracle
  • DBMS_SQL for alter session. Oracle
  • Oracle Standby Database Library Index from Metalink 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 (400)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (18)
  • rman-dataguard (26)
  • shell (150)
  • SQL scripts (348)
  • SQL Server (6)
  • Uncategorized (3)
  • Videos (0)

Recent Posts

  • 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
  • refre.sql for multitenant01-Apr-2026
  • prepfiles.sh for step by step generating pending statistics files10-Mar-2026
  • tracksqltime.sql05-Mar-2026

Archives

  • 2026
  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • More info about /proc folder and its relation with processes. Linux/Unix
  • ORA-8031 issue and solution if it is occuring due to truncate. Oracle
  • For Search and replace unix command. Linux/Unix
  • RMAN : Consistent Backup, Restore and Recovery using RMAN Oracle
  • Distributed Transaction Troubleshooting. Oracle
  • findobj.sql Oracle
  • telnet listening Linux/Unix
  • exp syntax in oracle 10g Oracle

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme