DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: How do we set a timeout for all the queries in the database

  1. #1
    Join Date
    Nov 2001
    Posts
    15

    How do we set a timeout for all the queries in the database

    Hi,
    I want to know if there is a "timeout" parameter that
    we can set; to limit query execution.
    thanks

  2. #2
    Join Date
    Oct 2000
    Location
    Germany
    Posts
    1,185
    You can set up user profiles that limit the amount of resources used, for example, CPU per session, CPU per call, etc.
    David Knight
    OCP DBA 8i, 9i, 10g

  3. #3
    Join Date
    Jul 2000
    Posts
    119
    I think the requirement here is to throw out the user/ throw error, if the query is taking more than stipulated time. Easy one then, just assign logical call limit to a profile and assign that profile to user, in this way you are ensuring that there are no expensive queries that are runnig on the database and achiving ask of resource restriction as well!
    OCP 8.0, 8i, 9i

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width