Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Is this bad database design
>
> Mark, I had a little trouble following your description of the process.
> by copy/alias do you multiple passes through the table do you mean
> something like
> "from table1 a, table1 b" where A and B are the same table and a different
> row is grapped from each pass based on where clause conditions?
>
> There are a lot of applications that use parameter/value tables and the
> effect on performance will depend on exactly how and how often then tables
> have to be involved in queries.
>
> The design does not sound great but it really isn't possible to judge
> based on the information given.
>
> HTH -- Mark D Powell --
>
Basically, yes, you are correct in my description. I have to make multiple passes through the same tables. In most cases, it's going to happen 4-5 times. Received on Fri Oct 08 2004 - 08:24:41 CDT
![]() |
![]() |