You are on page 1of 1

FND: Debug Log Enabled = Yes

FND: Debug Log Filename for Middle-Tier = NULL (Leave The field BLANK)
FND: Debug Log Level = Statement
FND: Debug Log Module = ICX% (Set the short name of the module you wish to debug

FND: Debug Log Enabled = No


FND: Debug Log Filename for Middle-Tier = NULL (Leave The field BLANK)
FND: Debug Log Level = Unexpected
FND: Debug Log Module = ICX% (Set the short name of the module you wish to debug)

select
c.owner,
c.object_name,
c.object_type,
b.sid,
b.serial#,
b.status,
b.osuser,
b.machine
from
v$locked_object a ,
v$session b,
dba_objects c
where
b.sid = a.session_id
and
a.object_id = c.object_id
and c.object_name = 'FND_LOG_MESSAGES';

ALTER SYSTEM KILL SESSION '2514,64635,@1';

You might also like