By default the logging for the events are turned off.
Connect to your DEV_SOAINFRA schema and execute :
[sourcecode language=”sql”]
DECLARE
ENABLED NUMBER;
BEGIN
ENABLED := 1;
EDN_ENABLE_LOGGING(
ENABLED => ENABLED
);
END;
[/sourcecode]
Trigger a new business event and select the logging in the ‘EDN_LOG_MESSAGES_TABLE’ (select * from edn_log_messages)
One Response to “Oracle SOA Suite 11g, Enable logging for EDN events”
[…] test […]