Useful shortcuts for vi editor

Showing posts with label auto commit. Show all posts
Showing posts with label auto commit. Show all posts

Friday 30 March 2018

What is implicit commit?

After every DDL operation, implicit commit occurs such as while defining a new table.

e.g.
CREATE TABLE HR.EXAMPLE(ABC char(1));

Also we call it as "auto commit" operation.