Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • executing Function from SQLPLUS prompt Oracle
  • Oracle Metalink useful notes Oracle
  • How To Limit The Access To The Database So That Only One User Per Schema Are Connected (One Concurrent User Per Schema) Oracle
  • More info about /proc folder and its relation with processes. Linux/Unix
  • replace alphabets using sed Linux/Unix
  • newupload.html PHP/MYSQL/Wordpress
  • When error comes for temporary tablespace with version <= 9i Oracle
  • How to choose Driver table in SQL statement Oracle
  • compile_inv.sql Oracle
  • RMAN : Consistent Backup, Restore and Recovery using RMAN Oracle
  • Find sort details from Db find_sort.sql Oracle
  • create database link syntax Oracle
  • Wait.sql Oracle
  • find_pk.sql /* Find Primary Key */ Oracle
  • PHP code to add WordPress posts in bulk programmatically PHP/MYSQL/Wordpress

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

  • find_idle_cpu.sql Oracle
  • Proc Compilation Oracle
  • Proc code Oracle
  • How to find the real execution plan and binds used in that explain plan in Oracle 10g?? Oracle
  • sid_wise_sql.sql Oracle
  • ORA-8031 issue and solution if it is occuring due to truncate. 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 (394)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (343)
  • SQL Server (6)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • 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
  • Checking SQL Server Version25-Jul-2025

Archives

  • 2026
  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • DBMS_Shared_pool pinning triggers Oracle
  • Find average Row Length and other table size calculation. metalink notes Oracle
  • Temporary Tablespace Information and restriction. Oracle
  • xargs use Linux/Unix
  • V$INSTANCE of Oracle in MYSQL MYSQL
  • find_err.sql for finding errors from dba_errors. Oracle
  • Gather Stats manually using DBMS_STATS after disabling DBMS_SCHEDULER jobs as previous entry Oracle
  • Remove duplicate rows from table Oracle

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme