Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Problem Having DBMS_PROFILER Working

Problem Having DBMS_PROFILER Working

From: Daniel <danielroy10junk_at_hotmail.com>
Date: 22 Jun 2005 10:22:41 -0700
Message-ID: <1119460961.026192.286560@o13g2000cwo.googlegroups.com>


Hi guys,

    I had the DBA install DBMS_PROFILER in one of our 9.2 databases, including the 3 corresponding tables in my own schema, but every time I try to use it, I receive:

SQL> begin
  2 dbms_profiler.start_profiler('Test');   3 null;
  4 dbms_profiler.stop_profiler;
  5 end;
  6 /
begin
*
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 2

The source code being rapped, I can't see much as to what's on those lines (123 and 132). Anyone has an idea?

Daniel Received on Wed Jun 22 2005 - 12:22:41 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US