Which has the higher priority in your organization: Deploying a new database or securing the ones you already have?
Looking for a website, and resources, dedicated solely to securing Oracle databases? Check out DBSecWorx.
Purpose
Undocumented supporting utilities for Label Security
lbac_standard.raise_facility_error(
product IN VARCHAR2,
facility IN VARCHAR2,
error_number IN BINARY_INTEGER,
keep_stack IN BOOLEAN);
TBD
Undocumented
Overload 2
lbac_standard.raise_facility_error(
product IN VARCHAR2,
facility IN VARCHAR2,
error_number IN BINARY_INTEGER,
error_arg IN VARCHAR2,
keep_stack IN BOOLEAN);
TBD
Undocumented
Overload 3
lbac_standard.raise_facility_error(
product IN VARCHAR2,
facility IN VARCHAR2,
error_number IN BINARY_INTEGER,
error_arg1 IN VARCHAR2,
error_arg2 IN VARCHAR2,
keep_stack IN BOOLEAN);