Create Type script syntax error

The CREATE OR REPLACE TYPE command contains the FORCE option even the "Output script compatibility version" is set to 10.2.

It seems that keyword is part of your source code.

Have a look in DBA_SOURCE.

Thanks for reporting it though. We can probably parse it out (or even have an option to add/remove it). But we aren't adding it.

You're right. It's part of my source.
I had assumed that the FORCE option was omitted in the generated script.
The original source code comes from a V19 DB, which is probably why this is in there.
Thank you for pointing this out.