Hello,
I'm wondering how on Oracle DB and CF MX I can make a call to Oracle
SP/Function using named notation?
I've found somewhere that MX JDBC drivers doesn't support named notations.
Very bad - what after that?

Also I've found that I have to specify all the SP/Function parameters in a
right sequence in order to call Oracle SP/Function properly. But what if I want
to use SP/Function DEFAULT VALUES? In Oracle DB it means that I MUST NOT
provide these parameters at all (in MS SQL is different - I can set parameter
to null, so default value will be taken). But if I don't provide all parameters
to Oracle SP/Function, cfstoredproc tag doesn't work...

So, guys, how do you deal with this issue? Am I missing something?

Thanks for any help.