PROFILER can not run at rdbms 11.2.0.2
errbuf varchar2(100);
rc number;
BEGIN
DBMS_PROFILER.START_PROFILER('any comment to identify this execution');
ax_posting_manager_pkg.run(errbuf, rc, 200, 1001, 'Y','Y', 'DETAIL', 'Y', 'N', 'Y', '2012/03/16','N');
DBMS_PROFILER.STOP_PROFILER;
END;
/
declare
ERROR at line 1:
ORA-06528: Error executing PL/SQL profiler
ORA-06512: at "SYS.DBMS_PROFILER", line 123
ORA-06512: at "SYS.DBMS_PROFILER", line 132
ORA-06512: at line 5
I have reinstalled profiler but the problem is still occuring
If any body have any idea ? thank by advance
Regards
Félix