Name
VAD_CHECK — Checks the package has not been altered since installation
Synopsis
array DB.DBA.
VAD_CHECK
(
|
in
package_name
varchar
) ; |
Description
This checks to see if the elements of the package are as they are defined in the original distribution. A list of differing elements is returned. This does not always indicate a corruption since a later version or another package may add columns to tables, and some resources may be customized after installation.
Parameters
package_name
name of package '/' version e.g: 'virtodp/1.0'
Return Types
A list of differing elements is returned as an array of 3-item structures: key, initial value, final value.