Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • tblwopk.sql /* Find Tables Without PK */ Oracle
  • PLSQL Table Syntax 2 Oracle
  • How to collect CPU usage on Linux using Shell script Linux/Unix
  • Running select from V$ views from remote server Linux/Unix
  • Finding Oracle Patches with opatch Oracle
  • How to stop OCSSD Daemon Oracle
  • Trace a SQL session from another session using ORADEBUG Oracle
  • Find average Row Length and other table size calculation. metalink notes Oracle
  • Single character replacement in Unix Linux/Unix
  • oradebug ipcrm ipcs Oracle
  • v$backup.status information Oracle
  • online_bkup.sql Oracle
  • Oracle 10g Wait Model Oracle
  • Error Handling in Proc Oracle
  • tracksqltime.sql 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

  • Oracle Metalink useful notes Oracle
  • Load testing on Oracle 19C RAC with HammerDB Oracle
  • load SPM baseline from cursor cache Oracle
  • Set Role explaination. Oracle
  • How to find the real execution plan and binds used in that explain plan in Oracle 10g?? Oracle
  • Clean up 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
  • switchover for primary database Oracle
  • moving lob object to other tablespace lob_mvmt.sql Oracle
  • Identical Dblink Issue… Oracle
  • Histogram information Oracle
  • Sequence Resetting Oracle
  • proper cpu stats Linux/Unix
  • move_arch_files.ksh Linux/Unix
  • scripts to take listener.log backup Linux/Unix

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme