I have a problem with a Pro*C query I\'m trying to optimise.
To explain, our application searches for rows in a huge database. These rows exist in several languages and
You can't do this without Oracle Dynamic SQL. You will have to build your IN clause at runtime and EXECUTE IMMEDIATE. At least you can use Method 1, based on your queries.