First page Back Continue Last page Overview Graphics
Managing Custom Code – Computed Columns
DCC will generate two versions of each computed column:
- Database version
- Runtime version
Database version in language native to your database
- Uniquery - PL/SQL - Stored procedure
Runtime version is Unidata subroutine which can be called by any code/process.
GENing IS Subroutines produces two versions
- Toolkit version (runtime use)
- CC version (database use)