Is there a way to run a database diff from SQLCL? I haven't been able to find it in the documentation and didn't come up with much googling it. Today we load a schema with our current DDL and a second schema with the DDL after requested changes, and then go to SQL Developer --> Tools --> Database diff to help test our work. I'd like to be able to automate that via SQLCL.