Hi,
how should be created pattern in StoredProcedureWithSignature JDBC adapter to filter only procedures from f.ex. package1.
In my schema I have got a lot of packages with procedures and I want to set pattern to filter procedures from package1.
I’ve tried Procedure Name Pattern == package1.% or package1.*, and It doesn’t work.