Saving and Discarding Changes |
||||
In Oracle Database Express Edition, transactional SQL commands are enabled To disable transactional SQL commands, select the Autocommit check box. If you use any transactional SQL commands (such as COMMIT or ROLLBACK) when in transactional mode, an error message is returned To enable transactional SQL commands, clear the Autocommit check box. The following behavior is implicit in transactional mode:
|