If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > asp run time

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-14-04, 00:12
sachin71280 sachin71280 is offline
Registered User
 
Join Date: Feb 2004
Posts: 20
asp run time

Hi

My problem is that i need to run a query through asp page. but this query takes around 3 Hrs to run against oracle database coz these are live databases. As we know that script run time of asp is default 90 Sec.
then how to do it.

Plz Help...!!!!!!!!!!!!!!

Thanks
Reply With Quote
  #2 (permalink)  
Old 05-17-04, 12:56
Seppuku Seppuku is offline
Useless...
 
Join Date: Jul 2003
Location: SoCal
Posts: 721
Index your tables, optimize the query, and increase the ASP time out.

Server.ScriptTimeout = <seconds>
__________________
That which does not kill me postpones the inevitable.
Reply With Quote
  #3 (permalink)  
Old 05-17-04, 16:29
gyuan gyuan is offline
Registered User
 
Join Date: Dec 2003
Posts: 454
Is your query complicated or there are many many rows of data in your table? Are you using the store procedure?
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On