Hi,
I am a Visual C++ programmer. Recently the company started a project which required us to use an Oracle Database as a data backup. My requirement is to write around 25,000 records per minute into an Oracle 8 database running on a Windows 2000 medium order machine. At the same time we have to run at least five fairly intense queries on the database.
I have attempted to optimise the database for reading and writing as best I can but the best I have managed is ~17,000 writes per minute without the queries.
This is also very resource intensive.
I am also having to use the Oracle ODBC driver to handle the database communication.
Does anyone have any hints as to how to reduce the disk write time or the processor use for Oracle 8 on a Windows machine.
Thanks.
I am a Visual C++ programmer. Recently the company started a project which required us to use an Oracle Database as a data backup. My requirement is to write around 25,000 records per minute into an Oracle 8 database running on a Windows 2000 medium order machine. At the same time we have to run at least five fairly intense queries on the database.
I have attempted to optimise the database for reading and writing as best I can but the best I have managed is ~17,000 writes per minute without the queries.
This is also very resource intensive.
I am also having to use the Oracle ODBC driver to handle the database communication.
Does anyone have any hints as to how to reduce the disk write time or the processor use for Oracle 8 on a Windows machine.
Thanks.