Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • plan10g.sql Oracle
  • On solaris 10, “S” link is not part of $ORACLE_HOME/bin/oracle as default. ( For 9.2.0.8) Oracle
  • Sending SQLPLUS output in HTML format Oracle
  • Finding Oracle Patches with opatch Oracle
  • Standby Database File Management in 10g with STANDBY_FILE_MANAGEMENT Oracle
  • sid_wise_sql.sql Further explaination Oracle
  • Find Plan Hash value fphv.sql Oracle
  • Configure ssh authentications for RAC Oracle
  • How to find pinned objects from shared pool. (pinned via dbms_shared_pool.keep) Oracle
  • switchover for primary database Oracle
  • check_copy_progress.sh Linux/Unix
  • To find explain plan for a statement that occurred in past. Oracle
  • To check whether standby is recovering properly or not?? Oracle
  • FRA Information. Oracle
  • First Entry in RAC 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

  • Rename Oracle Instance Name Oracle
  • Sequence Resetting Oracle
  • AWR settings- MMON is not taking snapshot. Oracle
  • Sample WW22 listener.ora Oracle
  • pvmehta.com SQL scripts
    Find which sessions is accessing object that prevent your session to have exclusive locks in Oracle Oracle
  • tblwopk.sql tablewopk.sql Oracle

Leave a Reply Cancel reply

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

Categories

  • AWS (2)
  • Azure (1)
  • Linux/Unix (149)
  • Oracle (388)
  • PHP/MYSQL/Wordpress (10)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (337)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • findinfo.sql (SQL for getting CPU and Active session info)27-May-2025
  • SQL Tracker by SID sqltrackerbysid.sql22-Apr-2025
  • How to connect to Oracle Database with Wallet with Python.21-Mar-2025
  • JSON/XML Types in Oracle18-Mar-2025
  • CPU Core related projections12-Mar-2025
  • Exadata Basics10-Dec-2024
  • Reading config file from other folder inside class24-Sep-2024
  • Python class import from different folders22-Sep-2024
  • Transfer SQL Profiles from One database to other database.05-Sep-2024
  • Load testing on Oracle 19C RAC with HammerDB18-Jan-2024

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • Which environment is used by currently running process ( Very good) Linux/Unix
  • Good RAC & Standby Notes Oracle
  • Very Good Oralce Internal Tuning Book Oracle
  • Sending email with file attachment. Linux/Unix
  • To see only files and/or folders using LS command Linux/Unix
  • DBMS_UTILITY.ANALYZE_SCHEMA Oracle
  • avail.sh ( find filesystem spae usage) Linux/Unix
  • This is from Temi Oracle

Copyright © 2025 pvmehta.com.

Powered by PressBook News WordPress theme