boaglio
Member²
Hi,
We have a strange problem with SQL Window.
If we try to run an incomplete statement, like this one:
SQL:
create or replace package this_is_a_test
as
begin
procedure another_test;
Since the "end" is missing, it should inform an error, but what actually happen is showing no error.
If I try the same thing running SQL*Plus, it will have the same result, but it tells me the package was created with compilation errors.