Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • 276434.1 Modifying the VIP or VIP Hostname of a 10g or 11g Oracle Clusterware Node Oracle
  • Which environment is used by currently running process ( Very good) Linux/Unix
  • scripts to take listener.log backup Linux/Unix
  • Move WordPress site from one hosting service to other. PHP/MYSQL/Wordpress
  • Removing Blank lines from file using grep Linux/Unix
  • Formatter Explain plan Output 1 Oracle
  • DBMS_PROFILER for tuning PLSQL programs. Oracle
  • Directory wise folder wise space usage Linux/Unix
  • Jai Shree Ram Oracle
  • Linux CPU info. Linux/Unix
  • Oracle GoldenGate lag monitoring shell script Linux/Unix
  • 272332.1 CRS 10g Diagnostic Collection Guide Oracle
  • My Test Case On 21-OCT-2005 Oracle
  • How to Modify the statistics collection by MMON for AWR repository Oracle
  • How to find who is using which Rollback segment and how many rows or blocks in that rollback segments, 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

  • Oracle GoldenGate lag monitoring shell script Linux/Unix
  • load SPM baseline from cursor cache Oracle
  • Find Time Consuming SQL Statements in Oracle 10g Oracle
  • Jai Shree Ram Oracle
  • Building Our Own Namespaces with “Create Context” Oracle
  • get_ratio.sql get the ratio of users from v$session and this uses CASE-WHEN-THEN clause Oracle

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Categories

  • Ansible (0)
  • AWS (2)
  • Azure (1)
  • Linux/Unix (149)
  • MYSQL (5)
  • Oracle (393)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (0)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (342)
  • SQL Server (6)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • 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
  • Oracle vs MYSQL Architecture differences (For DBAs)24-Jul-2025
  • V$INSTANCE of Oracle in MYSQL24-Jul-2025
  • Day to day MYSQL DBA operations (Compared with Oracle DBA)24-Jul-2025

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Running some SQL on multiple databases connecting using monitoring userid and password Linux/Unix
  • cp_filesystem.sql Oracle
  • Temporary Tablespsace Temp tablespace behaviour Oracle
  • Proc code Oracle
  • before_trunc.sql Before Truncate table needs to execute following: Oracle
  • Very clear article about oracle dataguard Oracle
  • How to collect CPU usage on Linux using Shell script Linux/Unix
  • Drop tempfiles from database Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme