Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Find_table_size.sql Oracle
  • Important Solaris Commands Linux/Unix
  • 339939.1 Running Cluster Verification Utility to Diagnose Install Problems Oracle
  • myfile Oracle
  • dbms_job.submit example Oracle
  • Validating ORACLE_SID againt oratab file. Linux/Unix
  • Jai Shree Ram Linux/Unix
  • normal maintenance for exp-imp and renaming table Oracle
  • SQL_PLAN.sql for checking real execution plan Oracle
  • Changing Instance Name ( No DB_NAME) Oracle
  • Find Plan Hash value fphv.sql Oracle
  • upload.html PHP/MYSQL/Wordpress
  • Temporary tablespace explaination Oracle
  • tuning commmand for cpu, ip and memory stats Linux/Unix
  • V$CONTROLFILE_RECORD_SECTION reference notes. 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_SID in sqlplus Oracle
  • Oracle Standby Database Library Index from Metalink Oracle
  • Creating never expiring DB user accounts in Oracle Oracle
  • USE_NL and INDEX hints example Oracle
  • Exadata Basics Oracle
  • oradebug ipcrm ipcs 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
  • How to find where datafile is created dbf_info.sql Oracle
  • initUOCIOTTO.ora Oracle
  • Global Unique Identifier Generation in Oracle 9.2 SYS_GUID() Oracle
  • Check Oracle installed products using one command Oracle
  • how to find OS block size Oracle
  • How to change hostname in Linux Linux/Unix
  • Oracle vs MYSQL Architecture differences (For DBAs) MYSQL
  • Facts about SCN and Rollback Segment Oracle

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme