Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Composite Index creation tip from Vivek Oracle
  • Standby Database File Management in 10g with STANDBY_FILE_MANAGEMENT Oracle
  • PLSQL Table Syntax 1 Oracle
  • Optimizer SORT Operations Oracle
  • Find Time Consuming SQL Statements in Oracle 10g Oracle
  • Create type and Grant on it. Oracle
  • Nice notes on wait events Oracle
  • FRA Information. Oracle
  • My Test Case On 21-OCT-2005 Oracle
  • xargs use Linux/Unix
  • How to know Number of CPUs on Sun Box Linux/Unix
  • Jai Shree Ram Linux/Unix
  • Reading config file from other folder inside class Python/PySpark
  • cif crons Linux/Unix
  • move_arch_files.ksh 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

  • Is It Recommended To Apply Patch Bundles When PSU Is Available? -ID 743554.1 Oracle
  • Oracle Internal Good Websites 1 Oracle
  • Check Oracle installed products using one command Oracle
  • Goldengate Tutorial Oracle
  • sesswait.sql Oracle
  • DBMS_JOB all example 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
  • plan10g.sql good1 Oracle
  • Proc code Oracle
  • longtx.sql with the flag whether session is blocking any DML locks or not. Oracle
  • Sequence Resetting Oracle
  • oracle_env_10g_CADEV Linux/Unix
  • chk_space_SID.ksh Linux/Unix
  • rm_backup_arch_file.ksh Linux/Unix
  • oradebug ipcrm ipcs Oracle

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme