How are database transactions handled in OraTCL?
Submitted by admin on Sun, 2005-11-06 02:43.
The "ORACOMMIT logon-handle" and "ORAROLL logon-handle" function calls can be used to commit or rollback pending transactions.
OraTCL does not autocommit transactions by default. Nevertheless, one can enable or disable AUTOCOMMIT using the following syntax:
oraautocom logon-handle true oraautocom logon-handle false
»
- Login to post comments

