Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: ORA-01795 although there is just 1 parameter used!
Hi Daniel,
I thank you for your reply.
As I assume you do know, what an IN list is, "IN (?)" is used for
prepared statements in JDBC. In this case, it is an IN list with just
one list member. If there was a list with 5 members "IN (?, ?, ?, ?, ?)"
would have been used.
Please, see my response to Sybrand Bakker for more details.
Regards,
Johannes
Daniel Morgan wrote:
> Johannes Lebek wrote: >
> > > Without a clue as to what IN (?) is I can only guess. > > And my guess is that you put together a huge list of parameters. > > Daniel Morgan >Received on Wed Jul 07 2004 - 03:21:18 CDT
![]() |
![]() |