Unable To Create New Legal Entities – ORA-06512
May 2, 2017
APPS DBA, Errors/Workarounds-Applications
ERROR
Unable To Create New Legal Entities – ORA-06512: at “CTXSYS.DRVDML” , ORA-06512: at “HR.DR$HR_LOCATIONS_N1TC
SOLUTION
Disable the trigger HR.DR$HR_LOCATIONS_N1TC through APPS user.
SQL>ALTER TRIGGER HR.DR$HR_LOCATIONS_N1TC DISABLE;
[edsanimate_start entry_animation_type= “fadeIn” entry_delay= “1” entry_duration= “0.5” entry_timing= “linear” exit_animation_type= “” exit_delay= “” exit_duration= “” exit_timing= “” animation_repeat= “infinite” keep= “yes” animate_on= “load” scroll_offset= “” custom_css_class= “”]
Reference Note: Doc ID 1516486.1)
[edsanimate_end]
Related Posts