BEGIN FND_CTL.FND_SESS_CTL('','', '', 'TRUE','','ALTER SESSION SET TRACEFILE_IDENTIFIER='||''''||
HI ,
One of my friend by mistake executed below sql in putty when connected to Apps user instead of putting that in profile option.
BEGIN FND_CTL.FND_SESS_CTL('','', '', 'TRUE','','ALTER SESSION SET TRACEFILE_IDENTIFIER='||''''|| 'APPRV_ERR' ||''''||' EVENTS ='||''''||'10046 TRACE NAME CONTEXT FOREVER, LEVEL 4 '||''''); END;
After this he was unable to login to frontend.
How to disable the above trace trace at apps user?
Please help.
Regards,
Raju
One of my friend by mistake executed below sql in putty when connected to Apps user instead of putting that in profile option.
BEGIN FND_CTL.FND_SESS_CTL('','', '', 'TRUE','','ALTER SESSION SET TRACEFILE_IDENTIFIER='||''''||
After this he was unable to login to frontend.
How to disable the above trace trace at apps user?
Please help.
Regards,
Raju
0