Oracle/PLSQL: Commit
The syntax for the COMMIT statement is:
COMMIT [WORK] [COMMENT text];
The Commit statement commits all changes for the current session. Once a commit is issued, other users will be able to see your changes.
TECH on the Net |
| Home Privacy Policy Feedback Link to us Site Map Forums |
|
Microsoft Database UNIX Other Top 10 Pages ADVERTISEMENT |
Oracle/PLSQL: CommitThe syntax for the COMMIT statement is:
The Commit statement commits all changes for the current session. Once a commit is issued, other users will be able to see your changes. |