**[Ewgenij Sokolovski](https://jira.spring.io/secure/ViewProfile.jspa?name=ewgenijkkg)** opened **[SPR-16478](https://jira.spring.io/browse/SPR-16478?redirect=false)** and commented After upgrading the Spring framework from <4.2.2.RELEASE> to <5.0.2.RELEASE> it is not possible to call a stored procedure with SimpleJdbcCall if it is behind a synonym in an Oracle database. I did not find any possibility to switch handling of synonyms on, so the only workaround was to use JdbcTemplate where everything worked. --- **Affects:** 4.3.14, 5.0.2 **Reference URL:** https://stackoverflow.com/questions/48619799/spring-simplejdbccall-and-oracle-synonyms **Issue Links:** - #18244 SimpleJdbcCall does not throw an Exception for a missing stored procedure if the name does not contain "." - #21038 NPE in Spring-JDBC with Oracle and SimpleJdbcInsert **Referenced from:** commits https://github.com/spring-projects/spring-framework/commit/fc93f99f539afb812a839e48ef9160b92da913b6, https://github.com/spring-projects/spring-framework/commit/2654dbfcf1b65dd2180421493cf0b95d32d3afea **Backported to:** [4.3.15](https://github.com/spring-projects/spring-framework/milestone/164?closed=1)