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

Home -> Community -> Mailing Lists -> Oracle-L -> Selecting from V$TIMER in a stored procedure

Selecting from V$TIMER in a stored procedure

From: Steven Monaghan <MonaghaS_at_mscdirect.com>
Date: Mon, 30 Oct 2000 10:30:24 -0500
Message-Id: <10665.120572@fatcity.com>


I need to select from the V$TIMER table in a stored proc. Whenever I do, I get this error "PLS-00201: identifier 'SYS.V_$TIMER' must be declared". How can I do this select? The user creating the procedure has DBA privileges, so I don't think that is a problem... I also tried using the dbms_sql package to execute the query and it still fails. Any ideas, or is this impossible?

TIA,
Steve



Steven Monaghan
Oracle DBA
MSC Industrial Direct Co., Inc.
Melville, NY
MonaghaS_at_mscdirect.com
http://www.mscdirect.com

This e-mail is intended for the use of the addressee(s) only and may contain privileged, confidential, or proprietary information that is exempt from disclosure under law. If you are not the intended recipient, please do not read, copy, use or disclose the contents of this communication to others. Please notify the sender that you have received this e-mail in error by replying to the e-mail. Please then delete the e-mail and destroy any copies of it. Thank you. Received on Mon Oct 30 2000 - 09:30:24 CST

Original text of this message

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