Skip to content
August 10, 2022
Oracle World :: Developer's Cheat Sheet

Oracle World

Developer's Guide

  • Home
  • SQL
    • SQL Basic
    • SQL Advanced
    • SQL Tips&Tricks
  • PL/SQL
    • PL/SQL Basic
    • PL/SQL Advanced
    • PL/SQL Tips&Tricks
  • DBA
    • DBA Basic
    • DBA Advanced
    • DBA Tips&Tricks
  • Architecture
  • Practice
  • Resources
Architecture

DDL processing

October 10, 2018February 5, 2019 - by OracleWorld 112
ShareTweetPin ItShare

DDL processing is very simple. It is just a DML operation on system metadata. You actually change system data files via Data Dictionary Cache.

All DDL commands have implicit commit, therefore, there is no need to commit them – they are auto-committed.

Post navigation

Previous Article Debugging
Next Article Bind Variables
Copyright © 2022 Oracle World.