Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Useful Solaris Commands on 28-SEP-2005 Linux/Unix
  • findinfo.sql (SQL for getting CPU and Active session info) Oracle
  • How to find Unix server conguraiton including Server Model number and underlying disk sub-system ( On Solaris) Linux/Unix
  • How to analyze statspack or AWR report. Oracle
  • To find all disk io ( EMC as well as local) Linux/Unix
  • DBMS_PROFILER for tuning PLSQL programs. Oracle
  • setting prompt display with .profile Linux/Unix
  • Temporary Tablespsace Temp tablespace behaviour Oracle
  • How to change hostname in Linux Linux/Unix
  • How To Transfer Passwords Between Databases (ref note: 199582.1) Oracle
  • remove archfiles only when it is applied to DR rm_archfiles.sh Linux/Unix
  • block_ident.sql Oracle
  • Oracle 11g Environment Setup Oracle
  • Vivek’s egrep commands to trace problem. (on linux x86-64) Linux/Unix
  • Order by with ROWNUM Oracle

Parallel DML

Posted on 04-May-2006 By Admin No Comments on Parallel DML

How to execute any DML statement in Parallel mode??

(1) ALTER SESSION ENABLE PARALLEL DML;

(2) Apply Parallel(table_name, parallel_degree) in hint. You can see three new clumns (TQ, IN-OUT, PQ Distribut) in execution plan of

“select * from table(dbms_xplan.display())”. These new columns will specify the query is running in parallel mode.

Oracle, SQL scripts

Post navigation

Previous Post: Find Multiple levels of object dependencies : depen.sql
Next Post: executing Function from SQLPLUS prompt

Related Posts

  • V$ROLLSTAT status is Full Oracle
  • When error comes for temporary tablespace with version <= 9i Oracle
  • get_vmstat.ksh for Solaris Oracle
  • Is It Recommended To Apply Patch Bundles When PSU Is Available? -ID 743554.1 Oracle
  • UTL_FILE test program Oracle
  • FGA Part-I 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
  • Oracle10g – Using SQLAccess Advisor (DBMS_ADVISOR) with the Automatic Workload Repository Oracle
  • ORA-00064: object is too large to allocate on this O/S during startup Oracle
  • moving lob object to other tablespace lob_mvmt.sql Oracle
  • How to sort list of files on basis of their sizes. Linux/Unix
  • Sending email with file attachment. Linux/Unix
  • findobj.sql Oracle
  • New OFA for 11g Oracle
  • create database link syntax Oracle

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme