Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: ODBC
Wasim Ahmed wrote:
>
> Hi ,
> We are using VC5.0 which is connected to Oracle7.3 via ODBC. We have a
> small database and our temporary segment is 40M. But when we run the test
> application the temporary segment is full. Can anyone help me?
> regards,
> Wasim.
> Reply to : wasim.ahmed_at_cressoft.com.pk
Hi,
this often happens when you've not proper formed SQL-Statements, so that the result turns into a cartesian product with tons of rows. This will eat up your temporary space.
-- Regards M.Gresz :-)Received on Wed Oct 15 1997 - 00:00:00 CDT
![]() |
![]() |