Home » SQL & PL/SQL » SQL & PL/SQL » Stored Queries (Oracle 7.3.3.6 Sql Navigator 3.2c5 WinXP)
Stored Queries [message #382924] Mon, 26 January 2009 07:19 Go to next message
da1uwant2meet
Messages: 13
Registered: October 2008
Location: texax
Junior Member
Is there a way to figure out how many times a specific stored query was run?
Re: Stored Queries [message #382928 is a reply to message #382924] Mon, 26 January 2009 07:43 Go to previous messageGo to next message
Michel Cadot
Messages: 68733
Registered: March 2007
Location: Saint-Maur, France, https...
Senior Member
Account Moderator
What is a stored query?
If you mean procedure, there is no way.

Regards
Michel
Re: Stored Queries [message #382930 is a reply to message #382928] Mon, 26 January 2009 07:57 Go to previous messageGo to next message
da1uwant2meet
Messages: 13
Registered: October 2008
Location: texax
Junior Member
Well we have stored queries in a in house program in which our users use, so they dont have to ask us to run them
Re: Stored Queries [message #382931 is a reply to message #382930] Mon, 26 January 2009 08:02 Go to previous messageGo to next message
Michel Cadot
Messages: 68733
Registered: March 2007
Location: Saint-Maur, France, https...
Senior Member
Account Moderator
Quote:
we have stored queries in a in house program

Do you mean the queries are hardcoded in the program?
Where are they stored?
Anyway unless you count the execution by yourself (which is easy if they are in your program or called by your program) you can't have this count.

Regards
Michel


Re: Stored Queries [message #382934 is a reply to message #382931] Mon, 26 January 2009 08:15 Go to previous messageGo to next message
da1uwant2meet
Messages: 13
Registered: October 2008
Location: texax
Junior Member
Yes they are hard coded there...They are stored in the program
Re: Stored Queries [message #382936 is a reply to message #382934] Mon, 26 January 2009 08:22 Go to previous messageGo to next message
Michel Cadot
Messages: 68733
Registered: March 2007
Location: Saint-Maur, France, https...
Senior Member
Account Moderator
So you can/have to count the executions inside the program.

Regards
Michel
Re: Stored Queries [message #382937 is a reply to message #382936] Mon, 26 January 2009 08:24 Go to previous message
da1uwant2meet
Messages: 13
Registered: October 2008
Location: texax
Junior Member
Thanks Michael, I know how to do it now...!!
Previous Topic: INDEX
Next Topic: converting a cursor into a table?
Goto Forum:
  


Current Time: Thu Feb 06 12:59:22 CST 2025