Quantcast
Channel: Liquibase Forums
Viewing all articles
Browse latest Browse all 2993

Re : ORA-00911: invalid character

$
0
0
It seems to like this combination:

<changeSet author="Yong Wang" id="GRANT_TO_CS_APP_1" runOnChange="true">

   <sqlFile
endDelimiter="\n"
            path="SQL/grant_to_cs_app.sql"
  splitStatements="true"
stripComments="true"
relativeToChangelogFile="true"
/>
</changeSet>

in grant_to_cs_app.sql file:

grant select,insert,update,delete on CS_EVENT_LOG to CS_APP
grant select,insert,update,delete on EVENT_CATEGORY to CS_APP

Viewing all articles
Browse latest Browse all 2993

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>