Hi all,
I'm using the Oracle extension to create a synonym. I'm using this XML as a test:
<changeSet id="9" author="miami.user" failOnError="true">
<ora:createSynonym objectName="miami.REPORT"
synonymName="miami.REPORT_SYN" replace="true" />
</changeSet>
But the synonym is not being created. All other changesets are being executed and performing as expected. Can anyone help me please?
Regards
Angus