rochus
7th March 2004, 11:57
we got since a few days an performance problem
in session "Select Invoices for Reminding".
there's an select over tfacr200 and a 5 other tables
(full-tables-scan).
the tfacr200 has around 180000 rows.
we have incredible low perfomance in this session
(with standard-program). (runtime over 4 hours)
the os becomes very slow after starting this session.
i changed the script, so that the main-select is divided into
two parts, thirst selection tfacr200, after that i select
the other tables in selectdo.
after that the performance (runtime) is ok (~ 20 min).
we have an 3-tier scenario over oracle-sql-net
(ora 7.3.4 - i know that this version is desupported).
any help or ideas welcome.
thanks
in session "Select Invoices for Reminding".
there's an select over tfacr200 and a 5 other tables
(full-tables-scan).
the tfacr200 has around 180000 rows.
we have incredible low perfomance in this session
(with standard-program). (runtime over 4 hours)
the os becomes very slow after starting this session.
i changed the script, so that the main-select is divided into
two parts, thirst selection tfacr200, after that i select
the other tables in selectdo.
after that the performance (runtime) is ok (~ 20 min).
we have an 3-tier scenario over oracle-sql-net
(ora 7.3.4 - i know that this version is desupported).
any help or ideas welcome.
thanks