Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

where %s = the current password.

Schema

The foreign keys are actually enums, not names.

Procedures
Code Block
BEGIN MPS_HISTORY.MPS_HISTORY_PKG.DML_%s1 (%s2); END;

where
%s1 = table name
%s2 = csv CSVs in the same order as in the #Schema (top-to-bottom = left-to-right), omitting the ID column. Also, instead of FKs, pass enums from the referenced table.

User's Guide

...

Scripts

You have to run mpshist on lcls-daemon2 as laci

...