Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: tkprof problem
If you use the EXPLAIN parameter without the TABLE parameter, TKPROF
uses the table PROF$PLAN_TABLE in the schema of the user specified by
the EXPLAIN parameter.
Either specify TKPROF with the TABLE option, or create a
PROF$PLAN_TABLE in the jboss schema with the same definition as
PLAN_TABLE.
regards
Srivenu
Received on Mon Mar 22 2004 - 00:49:07 CST