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
Streams Apply Process Error Handling Internal Support
Note: This page has been posted prior to the GA release of 20c. It will be completed once we have access to the release version.
dbms_apply_error.execute_error(
local_transaction_id IN VARCHAR2,
execute_as_user IN BOOLEAN,
canon_user_name IN VARCHAR2,
canon_user_procedure IN VARCHAR2);
dbms_apply_error.get_error_message(
message_number IN NUMBER,
local_transaction_id IN VARCHAR2,
destination_queue_name OUT VARCHAR2,
execute OUT BOOLEAN)
RETURN XMLTYPE;