I have a file with the contents like below. I get get anything to run and I would like to take these scripts that my team is used to developing and run them from tags. I have never had major issues like this file is presenting to me. Basically no matter what I strip out nothing runs. I have never faced anything like this before but I admit these scripts are different than what I am used to. They do seem to execute via plsql dev so I don’t think they are very broken or anything. I am confused, tired, and have tried everything. I am hoping someone sees an obvious issue here.
-----------------Error is this ------------------------
java -jar liquibase.jar --changeLogFile=master.xml update
Unexpected error running Liquibase: ORA-00900: invalid SQL statement
[Failed SQL: spool preSQL_66_1_BKERINSF_Backup.out
alter session set current_Schema=BKERINSF]
------------------------------------Change set is this---------------------------------
<sqlFile dbms=“oracle”
encoding=“utf8”
endDelimiter=";"
path=“SQL/preSQL_99900_bkerinsf_backup.sql”
relativeToChangelogFile=“true”
splitStatements=“true”
stripComments=“true”/>
-------------------------File contents are as follows ----------------------
/