Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DBMS_SQLTUNE ORA-00942 Error

Status
Not open for further replies.

PCStorm

MIS
May 29, 2002
31
US
Executing the equivalent of
SELECT DBMS_SQLTUNE.report_tuning_task('SQL TASK') FROM dual

It produces the general information section; the SQL ID; the actual statement and then generates an Error Statement. ORA-00942 Table or View does not exist.

I trapped for the error and the trace attributed it to a select statement from SYS.DBA_PENDING_TRANSACTIONS. However, the user can select from that table.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top