RE: How do you set AutoComit off for DDL commands in ...
For DDL commands you can set auto commit off.
auto commit off: refers to setting the option incase your session got some problem before completing the query then oracle instace will wait for time set by dba and look for setting ( auto commit on/off) accordingly it will perform the action.
RE: How do you set AutoComit off for DDL commands in Oracle Server? Is this Possible..?
For DDL commands We cannot do autocommit off. It is modify structure of database object such as table view and these commands have automatically commit.