Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Python class import from different folders Python/PySpark
  • Rollback force for distributed transactions Oracle
  • Explain Plan Output 2 Oracle
  • Good notes on Oracle Events Oracle
  • 556976.1 Oracle Clusterware: Components installed Oracle
  • find the files that are 1 day old. Linux/Unix
  • Example of How To Resize the Online Redo Logfiles Note:1035935.6 Oracle
  • 10g RAC: Troubleshooting CRS Root.sh Problems Oracle
  • Alter procedure auditing Oracle
  • shr1.sql for MTS or Shared server configuration Oracle
  • newupload.html PHP/MYSQL/Wordpress
  • Find Command Linux/Unix
  • import-export with multiple files Oracle
  • SQLPLUS COPY command Precautions. Oracle
  • How To Limit The Access To The Database So That Only One User Per Schema Are Connected (One Concurrent User Per Schema) 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

  • Renaming Global Name GLOBAL_NAME Oracle
  • My Minimum Tuning Programs Oracle
  • Oracle Connections expire_time and firewall Oracle
  • Implementing Listener Security Oracle
  • Good RAC & Standby Notes Oracle
  • create user with unlimited quota 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 (394)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (343)
  • SQL Server (6)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • 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
  • Checking SQL Server Version25-Jul-2025

Archives

  • 2026
  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Processes Parameter decision Oracle
  • DBMS_UTILITY PACKAGE Oracle
  • My FTP Job Scheduling for www.pvmehta.com PHP/MYSQL/Wordpress
  • ORA-01220 Oracle
  • Pending Distributed Transations Oracle
  • 276434.1 Modifying the VIP or VIP Hostname of a 10g or 11g Oracle Clusterware Node Oracle
  • Jai Shree Ram Oracle
  • How does one SELECT a value from a table into a Unix variable? From SQL to Shell Linux/Unix

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme