Use
This table describes all the packages for which the current user has privileges.
Structure
PACKAGES
OWNER |
CHAR(32) |
Name of the owner of the package |
PACKAGE |
CHAR(32) |
Package name |
CREATEDATE |
DATE |
Creation date of the package |
CREATETIME |
TIME |
Creation time of the package |
EXCECUTION_KIND |
CHAR(6) |
Execution type of the database procedure (inproc / local / remote) |
SQL_SUPPORT |
CHAR(3) |
Database procedure may contain SQL statements (yes / no) |
REMOTE_LOCATION |
CHAR(132) |
Execution location |
COMMENT |
LONG |
Comment on the package |
Integration
System tables