Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Kill a session dynanically using execute immediate Oracle
  • USE_NL and INDEX hints example Oracle
  • ipcs -l Linux/Unix
  • Drop tempfiles from database Oracle
  • TABLE SIZING WITH DB_BLOCK ARCHITECTURE Reference : Metalink note : 10640.1 Oracle
  • Nice Article about semaphores and init.ora Processes parameter relations Linux/Unix
  • Oracle 11g Training on 29JAN1010 Oracle
  • How to calculate PROCESSES parameter Oracle
  • TRUNCATE Privs Oracle
  • Caching sequence in Memory Oracle
  • Unix command for system configuration Linux/Unix
  • Getting started with notebook Python/PySpark
  • sid_wise_sql.sql Further explaination Oracle
  • DBMS_PROFILER for tuning PLSQL programs. Oracle
  • GSQ.sql 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

  • Does DBMS_JOB recompute the NEXT_DATE interval after or before Oracle
  • Roles and Stored Object behaviour Oracle
  • Oracle Recommended Patches — Oracle Database ID 756671.1 Oracle
  • FGA Part-I Oracle
  • myfile Oracle
  • Renaming Oracle Instance Name 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 (392)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (0)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (341)
  • SQL Server (6)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • 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
  • MYSQL and Oracle Comparison for Oracle DBA24-Jul-2025

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Load testing on Oracle 19C RAC with HammerDB Oracle
  • Rename Tablespace Oracle
  • MYSQL and Oracle Comparison for Oracle DBA MYSQL
  • Remove duplicate rows from table Oracle
  • Oracle 11g RAC on OEL 5 and Vmware 2 Oracle
  • Jai Shree Ram Oracle
  • block_ident.sql Oracle
  • get_aix_vmstat.ksh Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme