TPO
From Oracle FAQ
TPO (Transaction Processing Option) was an Oracle 6 database option that was later replaced with the Oracle 7 Procedural Option.
TPO introduced two features:
- The row level lock manager
- PL/SQL - a procedural language extension to SQL. With PL/SQL, multiple SQL statements, conditional control statements, error handling etc., are sent to the database as one procedure which reduces communication overhead and boosts performance.
| Glossary of Terms | ||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | # |
Categories: T | Oracle 6

