I am using following syntax in Changelog file
<changeSet author="demouser" id="demochangeset333" dbms="oracle">
<sql>CALL LiquiInsert('ABC','1.0.3.4','ABC');</sql>
</changeSet>
It get call well from sqlplus that is outside of liquibase but gives Error
ORA-06576: not a valid function or procedure name session is altered correctly
This work fine from outside ..
Open to suggestions..
Procedure consists of just an insert
statement - nothing else...