PL/SQL (MOSC)

MOSC Banner

PROFILER can not run at rdbms 11.2.0.2

edited Mar 21, 2012 2:33AM in PL/SQL (MOSC) 2 commentsAnswered ✓
declare
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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center