JDBC Adapter Stored Procedure With Signature - Procedure Name Pattern

I’m using wM 9.9 on Linux. An adapter connection was already configured and I don’t have access to the administration console not even db details. Anyway I can access the database. I made another test executing a SQLQuery and it worked fine.

If I set Catalog Name=, Schema Name= and Procedure Name Pattern=, I can see all the procedures. The problem is that there are many SP and I can’t filter for the ones that I want. If I set, for example, Catalog Name=, Schema Name= and Procedure Name Pattern=procName%, it brings me all the procs, not the ones that I want.