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.
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.