Skip to content

Oracle errors when running install-onprem.sql #24

@LUKEALDRED

Description

@LUKEALDRED

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions