 
 
 
 
 
 
 
 
 
 
 
| Regular Oracle Commands | TPM Functions | 
| CONNECT user/password | tx_open (possibly implicit) | 
| implicit start of transaction | tx_begin | 
| SQL | service that executes the SQL | 
| COMMIT | tx_commit | 
| ROLLBACK | tx_rollback | 
| disconnect | tx_close (possibly implicit) | 
| SAVEPOINT savepoint | illegal | 
| SET TRANSACTION READ ONLY | illegal | 
 
 
 
 
 
 
 
 
