https://bugzilla.wikimedia.org/show_bug.cgi?id=52094

       Web browser: ---
            Bug ID: 52094
           Summary: oracle installation fail
           Product: MediaWiki
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Installer
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified
   Mobile Platform: ---

I am running it on latest GIT head

Could not insert main page: ORA-02091: transaction rolled back ORA-02291:
integrity constraint (WIKI.REVISION_FK2) violated - parent key not found 

This happens during installation, database oracle 11g enterprise edition

user was created:

CREATE USER wiki
  IDENTIFIED BY testwiki
  DEFAULT TABLESPACE DATA
  TEMPORARY TABLESPACE TEMP
  PROFILE DEFAULT
  ACCOUNT UNLOCK;
  -- 1 Role for MW 
  GRANT RESOURCE TO wiki;
  ALTER USER wiki DEFAULT ROLE ALL;
  -- 3 System Privileges for MW 
  GRANT CREATE SEQUENCE TO wiki;
  GRANT UNLIMITED TABLESPACE TO wiki;
  GRANT CONNECT TO wiki;
  GRANT CREATE SESSION TO wiki;

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to