Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: passing IN parameter to stored procedure
Hi Jaap,
Thanks a lot - your solution:
"and instead of
USERS.USERNAME IN USER_GRPS
use
USER_GRPS LIKE '%'||USER.USERNAME||'<terminator>%' "
is exactly what I was looking for and a better solution than the one I
had written (parsing the USER_GRPS parameter).
You certainly are a courteous person and I appreciate your contribution
very much.
Thanks again,
Earl
Received on Mon Aug 15 2005 - 09:19:27 CDT
![]() |
![]() |