Bug/feature: export user objects, missing 'set define off' command and FORCE keyword

Claus Pedersen

Member³
When exporting user objects, the 'set define off' command is missing from the generated files. This means, that if for instance a comment in a package contains an & (ampersand), the user is prompted for input, when the file is executed. The command is present when exporting user tables, so I assume it was just forgotten.

Also, when exporting views, include the keyword FORCE. This will make sure, that the view will always be generated, even on compilation errors. (CREATE OR REPLACE FORCE VIEW my_view AS ...)

Today, we must run the files two or more times, to make sure that all views are created correctly.

 
Thanks, please rank the FORCE keyword with a high priority, because it is quite vital that all exported views are also imported again.
 
Yes it is really annonying not to have FORCE in views DDL's - i have to use another tool for exporting views.
PL/SQL Developer Version 9.0.4.1644
 
Last edited:
Taking the opportunity, may I ask again to include FORCE into the commands, generated during "Compare User Objects" operation?
 
Back
Top