Skip to content
This repository has been archived by the owner on Apr 5, 2019. It is now read-only.

Slash seems to get executed again after "show err" #88

Open
batterts opened this issue Sep 12, 2018 · 0 comments
Open

Slash seems to get executed again after "show err" #88

batterts opened this issue Sep 12, 2018 · 0 comments

Comments

@batterts
Copy link

When I execute the code block:

create or replace type foo as
end;
/
show err

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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant