**[Emil Glatz](https://jira.spring.io/secure/ViewProfile.jspa?name=eglatz)** opened **[INT-3348](https://jira.spring.io/browse/INT-3348?redirect=false)*** and commented I need to be able to specify the schema in a stored procedure channel adapter. For example: ```xml <jdbc:stored-proc-outbound-channel-adapter data-source="dataSource" channel="splitCjisJobs" stored-procedure-name="PRC_GET_CJIS_DATA" auto-startup="true" schema="SCHEMA"> <jdbc:parameter name="AUDIT_ID" expression="payload"/> </jdbc:stored-proc-outbound-channel-adapter> ``` --- **Reference URL:** https://stackoverflow.com/questions/44787659/how-to-specify-schema-name-in-int-jdbcstored-proc-outbound-gateway