Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Monitor and Trace Unix processes using truss Linux/Unix
  • login.sql Oracle
  • v$event_name Oracle
  • Absolute file number and relative file number Oracle
  • DBMS_PROFILER for tuning PLSQL programs. Oracle
  • New Latest Param.sql for finding all hidden parameters also Oracle
  • Find All internal Parameters Oracle
  • SQL Server: How to see historical transactions SQL Server
  • Nice notes on wait events Oracle
  • To check whether standby is recovering properly or not?? Oracle
  • CPU Core related projections AWS
  • Flowers Resize datafiles Oracle
  • How to Decide upto what level you can decrement your datafile size. ( Shrink Datafile) Oracle
  • move_arch_files.ksh Linux/Unix
  • get_vmstat_linux Oracle

CTAS with LONG Column for 9i and higher

Posted on 28-Nov-2005 By Admin No Comments on CTAS with LONG Column for 9i and higher

Executing CTAS statement having TO_LOB(LONG COLUMN).

For example:

create table blah as

select GNT_ID.nextval, 1060 as gnt_ref_id, org.gnt_id, org.gnt_group_note, org.gnt_language,

to_lob(org.gnt_text_string) as gnt_text_string, org.gnt_text_emphasize

from asra_002.gnt_groupnote_txt org

where org.gnt_group_note in (select gnr_note from asra_002.gnr_groupnote_ref)

Oracle, SQL scripts

Post navigation

Previous Post: CTAS with LONG Column for 7.x and 8 and 8i
Next Post: Optimizer_Index init.ora parameter explaination.

Related Posts

  • Oracle 11g Environment Setup Oracle
  • Gather Stats manually using DBMS_STATS after disabling DBMS_SCHEDULER jobs as previous entry Oracle
  • metalink all dynamic view reference notes. Oracle
  • How to find password change date for user Oracle
  • Roles and Stored Object behaviour Oracle
  • Oracle Metalink useful notes 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
  • Test Case for Inserting Multiple (2.3 Million rows in 26 Seconds) Oracle
  • before_trunc.sql Before Truncate table needs to execute following: Oracle
  • DBMS_UTILITY.ANALYZE_SCHEMA Oracle
  • metalink all dynamic view reference notes. Oracle
  • replacing ^M character when passing files from Windows to Unix Linux/Unix
  • get_aix_vmstat.ksh Oracle
  • First Entry in RAC Oracle
  • Unix split command to split files Linux/Unix

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme