SQL Windown doesn't show errors with CREATE OR REPLACE FORCE VIEW

El

Member²
Hello:

I don't know if SQL Window is correct place for this, but if I try create a VIEW with FORCE and SELECT command isn't correct, PL/SQL Developer only show "Done in X Seconds" and we don't have feedback about any error.

Without FORCE a message is showed.

Thanks,
 
The SQL Window does indeed not show errors or warnings when using the "force" option. It is similar to compiling a program unit with errors in the SQL Window.
 
Back
Top