Editionable Clause
Hi.
When I export packages and procedures from a 12c database, using SQL Developer, the default statement is
CREATE OR REPLACE EDITIONABLE PROCEDURE...
If I try to import them in a 11g database, I get ORA-00922.
Is there a way to export DDL from a 12c database avoiding the "EDITIONABLE" clause?
Thanks in advance.