Statement | Description |
---|---|
CALL subsystem | Restricted because a call to an Ingres tool might violate transaction semantics. (However, if your TP software permits forking of processes, your application can issue the CALL SYSTEM statement. Call system performs a temporary exit to the operating system.) |
COMMIT | Restricted because the transaction manager handles transaction commits. |
CONNECT and DISCONNECT | Restricted because connections to databases are replaced by Transaction Processing software vendor‑supplied server initialization and shutdown routines. |
PREPARE TO COMMIT | Restricted because the transaction manager coordinates two-phase commit. |
ROLLBACK | Restricted because the transaction manager handles transaction commits. (However, your application can issue the ROLLBACK TO savepoint statement.) |
SET AUTOCOMMIT | Restricted because the transaction manager handles transaction commits. |
SEQ_SQL (SESSION) | Use SET CONNECTION instead. |