Skip to content

Installation bug, duplicate script call/reference #1149

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
dmcghan opened this issue Jul 28, 2021 · 2 comments · Fixed by #1164
Closed

Installation bug, duplicate script call/reference #1149

dmcghan opened this issue Jul 28, 2021 · 2 comments · Fixed by #1164
Labels

Comments

@dmcghan
Copy link

dmcghan commented Jul 28, 2021

It seems the following line is called twice (see line 166):

@@core/coverage/proftab.sql

The duplicate generates the following error:

ERROR at line 1:
ORA-00955: name is already used by an existing object
ORA-06512: at line 9
@dmcghan
Copy link
Author

dmcghan commented Aug 2, 2021

Looking closer at core/coverage/proftab.sql, I can see it was written as a rerunnable script, so it's interesting that I got the error I did. At any rate, I'm not sure it's being called twice on purpose...

@jgebal
Copy link
Member

jgebal commented Nov 16, 2021

Thanks for reporting this. Fix is on it's way

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants