-
Incident report
-
Resolution: Fixed
-
Blocker
-
2.0.0
-
Oracle 11gR1
I can not import initial data via data.sql in Oracle, there are some errors like:
SP2-0734: unknown command beginning "{$SNMP_COM..." - rest of line ignored.
ERROR:
ORA-01756: quoted string not properly terminated
- MySQL server is up','0','30')
*
ERROR at line 1:
ORA-00900: invalid SQL statement
It seems part of data.sql is in windows format, my workaround is converting it to unix with "dos2unix data.sql" and then removing all blank lines with "sed -i '/^$/d' data.sql".