Skip to content
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

Oracle errors when running install-onprem.sql #24

Open
LUKEALDRED opened this issue Jan 24, 2023 · 0 comments
Open

Oracle errors when running install-onprem.sql #24

LUKEALDRED opened this issue Jan 24, 2023 · 0 comments

Comments

@LUKEALDRED
Copy link

I am logged into an installation of Oracle Database XE as user 'oracle' (as sysdba) on an EC2 instance. When I run install-onprem,sql all seems well except I get a few errors but I'm not sure if these are show stoppers?

ALTER DATABASE ADD SUPPLEMENTAL LOG DATA
Error at line 1:
ORA-31541: Supplemenmtal logging is not enabled in CDB$ROOT

ALTER DATABASE ADD SUPPLEMENTAL LOG DATA (PRIMARY LKEY) COLUMNS
Error at line 1:
ORA-31541: Supplemenmtal logging is not enabled in CDB$ROOT
- Is supplemental logging necessary?

grant select on sys.DBMS_LOGMNR to dms_user
Error at line 1:
ORA-02225: only EXECUTE and DEBUG priviligese are valid for procedures
- will this cause issues?

drop table ticket_purchase_hist
Error at line 1:
ORA-00942: table or view does not exist
- Is this just a cleanup incase this has already been installed or should this table be there and something went wrong further up?

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

No branches or pull requests

1 participant