Extract DDL Missing ;

We’ve just upgraded to SQL Navigator 7.3 (7.3.0.4294)

I extract the DDL for a view to include the grants. When I try to run the script I get ORA-00933: SQL command not properly ended.

Troubleshooting show that I either have to take all the grant clauses out of the script or put an “;” at the end of the view creation portion manually.