You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 5, 2019. It is now read-only.
It appears that the slash gets picked up and re-executed after "show err". I think it is re-executed. I didn't test to see if it is just printed twice and just a display bug.
SQL>create or replace type foo as
2 end;
3 /
Warning: Type created with compilation errors.
Elapsed: 00:00:00.06
SQL>show err
Errors for TYPE FOO:
LINE/COL ERROR
-------- -----------------------------------------------------------------
2/1 PLS-00103: Encountered the symbol "END" when expecting one of
the following:
array varray table object fixed varying opaque sparse
SQL>/
Warning: Type created with compilation errors.
Elapsed: 00:00:00.06
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I execute the code block:
It appears that the slash gets picked up and re-executed after "show err". I think it is re-executed. I didn't test to see if it is just printed twice and just a display bug.
The text was updated successfully, but these errors were encountered: