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 |
Loading
|
MicrosoftDatabaseUNIXMiscTop 10 PagesOther SitesADVERTISEMENT
|
Oracle/PLSQL: CommitThe 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. |