Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Oracle slows down, why?
Hello,
Before I get into my question here's a little info
about my computer.
System:
- P3 - 1.0GHz
Oracle:
- Version 8.1.7.0.0
Programming IDE:
- Delphi 5
The question:
In this scenario there are two programs, let's call
them program A and program B. Both programs have
been developed by my team using Delphi 5.
Program A is an updating program. The company I work for is in insurance and we use an old dBase system to keep track of customer information. The system is called FAST if you're curious. I've created a table space in the Oracle database that duplicates FAST's table structure. Every 12 hours the tables in the duplicate table space are truncated and then updated with FAST's current information.
Program B is an accounting program. It creates a very complex report by querying large amounts of data from the Oracle database and then manipulates that information. This program is strictly read-only.
Now here's the problem: If program B is ran after a fresh boot the full process may take 4 or 5 seconds. But if program A is ran first and then program B is ran, the process will now take about 1 minute.
Why does program A slow-down the SQL queries that program B executes?
Things I've tried:
Thank-you,
Trevor Bourget
Received on Tue Apr 02 2002 - 13:55:41 CST
![]() |
![]() |