Technical Notes
We're all on the same page!
Useful shortcuts for vi editor
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.
Newer Post
Older Post
Home