Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • create database link syntax Oracle
  • ORA-1841 Error Connecting to Upgraded Database After Set PASSWORD_LIFE_TIME Oracle
  • CPU speed on solaris Linux/Unix
  • Sample WW22 listener.ora Oracle
  • Changing unix system clock when Oracle database is running. Oracle
  • How to find where datafile is created dbf_info.sql Oracle
  • sess_server.sql Oracle
  • How to Modify the statistics collection by MMON for AWR repository Oracle
  • SQL Tracker by SID sqltrackerbysid.sql Oracle
  • Reading config file from other folder inside class Python/PySpark
  • replacing ^M character when passing files from Windows to Unix Linux/Unix
  • Drop database in Oracle 10g Oracle
  • Adding a new disk and mount it automatically. on VMWARE LINUX Linux/Unix
  • move_arch_files.ksh Linux/Unix
  • Load testing on Oracle 19C RAC with HammerDB Oracle

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

  • pvm_rbs1.sql (to collect rbs info from db) Oracle
  • Oracle Data Direct to TAPE Oracle
  • ORA-4031 issue and solution on 09-MAY-2008 Oracle
  • Very clear article about oracle dataguard Oracle
  • Rename Oracle Instance Name Oracle
  • OPENING A STANDBY DATABASE IN READ-ONLY MODE 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 (395)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (150)
  • SQL scripts (343)
  • SQL Server (6)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • prepfiles.sh for step by step generating pending statistics files10-Mar-2026
  • tracksqltime.sql05-Mar-2026
  • Complete Git Tutorial for Beginners25-Dec-2025
  • Postgres DB user and OS user.25-Dec-2025
  • 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

Archives

  • 2026
  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • How to start CRS manually Oracle
  • ORA-00064: object is too large to allocate on this O/S during startup Oracle
  • Good Doc 28-JUN-2006 Oracle
  • xargs use Linux/Unix
  • Multiple listeners Oracle
  • sql_plan9i.sql Oracle
  • Good notes on Oracle Events Oracle
  • CPU speed on Linux Linux/Unix

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme