Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> tuning select statements
Hallo All,
have performance problems in FORMS.
Do someone have a solution, or tips 4 me?
Description of the Problem:
There exist 2 tables: may say 'A' and 'B' with a relational Table 'AB'. 'A' have little data (say 50 rows). But 'B' have a lot of data (over 50.000 rows!) for may say the halfe of rows of 'A'.
In the Forms Block I have to show all the Query Counts of one special A-row.
So I
decided to calculate the hits over a formula.
I have few Indexes 4 the critical columns of 'B'.
Heres what the Formula 'XY'(on field Properties in Block) looks like:
ProgramUnit 'XY'
where ab.pk_b = b.pk_b ---> over 50.000 hits and ab.pk_a = <something> ----> same and b.num = 1; --->little...~5return v;
Performance is very bad.
Does someone has any idea?
Thanks in advance Received on Thu Jun 20 2002 - 10:34:34 CDT
![]() |
![]() |