-- File: logging.txt
When the logging package uses the DEFINER's rights, all users of the logging
package will be able to write into the log table, as the HR user created the
package, and HR owns the log table.

When the logging package uses the INVOKER's rights, then the LOG table for
the invoker is used.  Since HR is the only user with a LOG table, logging
fails for the OE user.  Once OE creates a LOG table, then when OE uses logging,
the OE.LOG table is used; while HR continues to use the HR.LOG table.
