SQLcl: Export and Import data with newlines
Situation
Recently I was given a seed data file that was generated from SQLcl with a bunch of INSERT statements, and it worked fine in SQL Developer when ran but would fail in SQLcl with the following:
SQL> @DEMO_DATA_TABLE.sql
Error starting at lin...
blog.neilfernandez.com6 min read